/* CSS Document */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #8B3431;
}
a:visited {
	color: #D87769;
}
a:hover {
	color: #D69A13;
}
a:active {
	color: #FF0000;
}
.errText {
	font-weight: bold;
	background-color: #990000;
	color: #FFFFFF;
}
.footer {font-size: 10px}
.textSmall {font-size: 9}
.style2 {font-size: 12px}
.style3 {font-size: 18px}
.spacerPeriods {
	background-image:url(/images/system/spacer.gif); 
	background-repeat:repeat-x; 
	background-position:top;
	}
.spacerPeriods2 {
	background-image:url(/images/system/spacer2.gif); 
	background-repeat:repeat-x; 
	background-position:top;
	}


