/* Normal font */
body, p, td, th, ul, ol, li, dl, dd, center, blockquote {
	font-family: 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: #0A7FB5; }
.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; }

/* Headings and titles */
H1 { font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 20px; color: #0A7FB5; font-weight: bold;
	margin-top: 0px; margin-bottom: 0px; }
H2 { font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 18px; color: #0A7FB5; font-weight: bold;
	margin-top: 0px; margin-bottom: 0px; }
H3 { font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 16px; color: #0A7FB5; font-weight: bold;
	margin-top: 0px; margin-bottom: 0px; }

/* Link fonts */
A:link, A:visited, A:active {
	color: #0000FF;
	text-decoration: underline; }
A:hover {
	color: #0000FF;
	text-decoration: underline; }
A.LinkOnCorpColor1:link, A.LinkOnCorpColor1:visited, A.LinkOnCorpColor1:active {
	color: #FFFFFF; }
A.LinkOnCorpColor1:hover {
	color: #FFFFFF; }
A.LinkOnNextBackColor1:link, A.LinkOnNextBackColor1:visited, A.LinkOnNextBackColor1:active {
	color: #0000FF; }
A.LinkOnNextBackColor1:hover {
	color: #0000FF; }
A.LinkOnIntCellColor1:link, A.LinkOnIntCellColor1:visited, A.LinkOnIntCellColor1:active {
	color: #0000FF; }
A.LinkOnIntCellColor1:hover {
	color: #0000FF; }
A.LinkOnIntCellColor2:link, A.LinkOnIntCellColor2:visited, A.LinkOnIntCellColor2:active {
	color: #0000FF; }
A.LinkOnIntCellColor2:hover {
	color: #0000FF; }

/* Form fields fonts */
.ffsm {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 11px; }
.ffmed {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 12px; }
.ffnorm {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 13px; }
.fflg {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 14px; }

/* Buttons */
input.button1 { 
	background-color: #0A7FB5;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand; }
input.button2 { 
	background-color: #0A7FB5;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand; }
input.sabtn1 {
	background-color: #0A7FB5; 
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFFFF; 
	width: 150; 
	height: 20; 
	border-top:#EAC56E solid 1; 
	border-bottom: #8F6B15 solid 1; 
	border-right:#8F6B15 solid 1; 
	border-left:#EAC56E solid 1; 
	cursor: hand; }
input.sabtn2 {
	background-color: #0A7FB5; 
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFFFF; 
	width: 150; 
	height: 20; 
	border-top:#9F607E solid 1; 
	border-bottom: #450724 solid 1; 
	border-right:#450724 solid 1; 
	border-left:#9F607E solid 1; 
	cursor: hand; }

