/* Normal font */
body, p, td, th, ul, ol, li, dl, dd, center, blockquote {
	font-family:  Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 13px; }

/* Altered font sizes */
.xsm { font-size: 10px; }
.sm { font-size: 11px; }
.med { font-size: 12px; }
.norm { font-size: 13px; }
.lg { font-size: 14px; }
.xlg { font-size: 16px; }
.xxlg { font-size: 18px; }
.xxxlg { font-size: 20px; }

/* Altered font colors */
.altFontColor1 { color: #000000; }
.alertColor1 { color: #FF0000; }
.onCorpColor1 { color: #FFFFFF; }
.onSearchToolColor1 { color: #FFFFFF; }
.onNextBackColor1 { color: #000000; }
.onIntCellColor1 { color: #000000; }
.onIntCellColor2 { color: #000000; }
.onSAColor1 { color: #FFFFFF; }
.onSAColor2 { color: #000000; }
.onSAColor3 { color: #FFFFFF; }

/* Special fonts */
.smlite { font-size: 11px; color: #666666; }
.RequiredField { color: #FF0000; }
.ResultsContactInfo { TEXT-DECOFATION: none; } /* Can use to make contact info stand out on IDX results not owned by the site owner */

/* Headings and titles */
H1 { font-family:  Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 20px; color: #000000; font-weight: bold;
	margin-top: 0px; margin-bottom: 0px; }
H2 { font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 18px; color: #000000; font-weight: bold;
	margin-top: 0px; margin-bottom: 0px; }
H3 { font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 16px; color: #000000; font-weight: bold;
	margin-top: 0px; margin-bottom: 0px; }

/* Link fonts */
A:link {
	COLOR: #003366; TEXT-DECORATION: none
}
A:visited {
	COLOR: #003366; TEXT-DECORATION: none
}
A:hover {
	COLOR: #999999; TEXT-DECORATION: none
}
A.LinkOnCorpColor1:link, A.LinkOnCorpColor1:visited, A.LinkOnCorpColor1:active {
	color: #FFFFFF; }
A.LinkOnCorpColor1:hover {
	color: #999999; }
A.LinkOnNextBackColor1:link, A.LinkOnNextBackColor1:visited, A.LinkOnNextBackColor1:active {
	font-size: 11px;
	color: #000000; }
A.LinkOnNextBackColor1:hover {
	font-size: 11px;
	color: #999999; }
A.LinkOnIntCellColor1:link, A.LinkOnIntCellColor1:visited, A.LinkOnIntCellColor1:active {
	color: #000000; }
A.LinkOnIntCellColor1:hover {
	color: #999999; }
A.LinkOnIntCellColor2:link, A.LinkOnIntCellColor2:visited, A.LinkOnIntCellColor2:active {
	color: #000000; }
A.LinkOnIntCellColor2:hover {
	color: #999999; }

/* Form fields fonts */
.ffsm {
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 11px; }
.ffmed {
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 12px; }
.ffnorm {
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 13px; }
.fflg {
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 14px; }

/* Buttons */
input.button1 { 
	background-color: #003366;
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 13px;
	font-weight: bold;
	color: #999933;
	cursor: hand; }
input.button2 { 
	background-color: #003366;
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 13px;
	font-weight: bold;
	color: #999933;
	cursor: hand; }
input.sabtn1 {
	background-color: #003366; 
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
	font-size: 11px; 
	font-weight: bold; 
	color: #999933; 
	width: 150; 
	height: 20; 
	border-top:#CCCCCC solid 2; 
	border-bottom: #444444 solid 2; 
	border-right:#444444 solid 2; 
	border-left:#CCCCCC solid 2; 
	cursor: hand; }
input.sabtn2 {
	background-color: #003366; 
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
	font-size: 11px; 
	font-weight: bold; 
	color: #999933; 
	width: 150; 
	height: 20; 
	border-top:#444444 solid 2; 
	border-bottom: #CCCCCC solid 2; 
	border-right:#CCCCCC solid 2; 
	border-left:#444444 solid 2; 
	cursor: hand; }

