
a:link {
	color: #666699;
} 
a:visited {
	color: #666699;
} 
a:hover {
	color: #FF6600;
} 
a:active {
	color: #666699;
} 

td, p {
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000033;
} 
input, select, textarea {
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000033;
} 

h1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666699;
	font-weight: bold;
} 
h2 {
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #666699;
} 
h3 {
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #666699;
} 

li {
	list-style-type: square;
	list-style-image: url(bullet.gif);
	line-height: 15px;
	margin: 8px 0px 8px 0px;	
} 
ul { 
	list-style-type: square;
}
.whitebox {
	border-width: 0;
	border-color: #FFFFFF;
	font-weight: bold;	
}
.buttonbox {
	color: #FFFFFF;
	border-width: 1;
	border-color: #FF3333;
	font-weight: bold;
	background-color: #FF3333;
}

hr {
	color: #99CCFF;	
	height: 1px;
}
