body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

form,p, ul, .tint {
	font-size:12px
}

.error {
	color: #E3003D;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000052;
	font-size:12px
}
.small {
	font-size: 10px;
}
a:link {
	color: #000052;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	text-decoration: none;
}
a:active { 
	color: #FFD90F;
	text-decoration: underline;
	background-color: #E3003D;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px
}
a:visited {
	color: #E3003D;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	text-decoration: none;
}
a:hover { 
	color: #FFD90F;
	text-decoration: underline;
	background-color: #E3003D;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px
}
.highlight {
	background-color: #FFD90F;
}
.tint {
	background-color: #A0ADD3;
	}
ul {
	list-style-image: url(/css/blue_tri_right.gif);
	
}

