/* Normal font */
body, p, td, th, ul, ol, li, dl, dd, center, blockquote {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px; }

/* Altered font sizes */
.xsm { font-size: 10px; }
.sm { font-size: 10px; }
.med { font-size: 11px; }
.norm { font-size: 11px; }
.lg { font-size: 12px; }
.xlg { font-size: 13px; }
.xxlg { font-size: 15px; }
.xxxlg { font-size: 17px; }

/* Altered font colors */
.altFontColor1 { color: #0B2F0B; }
.alertColor1 { color: #FF0000; }
.onCorpColor1 { color: #FFFFFF; }
.onSearchToolColor1 { color: #FFFFFF; }
.onNextBackColor1 { color: #000000; }
.onIntCellColor1 { color: #000000; }
.onIntCellColor2 { color: #0B2F0B; }
.onSAColor1 { color: #FFFFFF; }
.onSAColor2 { color: #000000; }
.onSAColor3 { color: #FFFFFF; }

/* Special fonts */
.RequiredField { color: #FF0000; }
.navHead { font-size: 10px; color: #FFFFFF; font-weight: bold; }

/* Headings and titles */
H1 { font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 20px; color: #990000; font-weight: bold;
	margin-top: 0px; margin-bottom: 0px; }
H2 { font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 19px; color: #990000; font-weight: bold;
	margin-top: 0px; margin-bottom: 0px; }
H3 { font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 18px; color: #990000; font-weight: bold;
	margin-top: 0px; margin-bottom: 0px; }
.PageName {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	color: #800000;
	font-weight: bold; }

/* Link fonts */
A:link, A:visited, A:active {
	color: #1A5507;
	text-decoration: underline; }
A:hover {
	color: #4B0082;
	text-decoration: underline; }
A.LinkOnCorpColor1:link, A.LinkOnCorpColor1:visited, A.LinkOnCorpColor1:active {
	color: #1A5507; }
A.LinkOnCorpColor1:hover {
	color: #4B0082; }
A.LinkOnNextBackColor1:link, A.LinkOnNextBackColor1:visited, A.LinkOnNextBackColor1:active {
	color: #1A5507; }
A.LinkOnNextBackColor1:hover {
	color: #4B0082; }
A.LinkOnIntCellColor1:link, A.LinkOnIntCellColor1:visited, A.LinkOnIntCellColor1:active {
	color: #1A5507; }
A.LinkOnIntCellColor1:hover {
	color: #4B0082; }
A.LinkOnIntCellColor2:link, A.LinkOnIntCellColor2:visited, A.LinkOnIntCellColor2:active {
	color: #1A5507; }
A.LinkOnIntCellColor2:hover {
	color: #4B0082; }
A.CCLiteBack, A.CCLiteBack:VISITED, A.CCLiteBack:ACTIVE {
	color: #1A5507; }
A.CCLiteBack:HOVER {
	color: #4B0082; }
A.BookmarkName {
	text-decoration: none; }
A.navLink, A.navLink:VISITED, A.navLink:ACTIVE {
	color: #1A5507; font-size: 10px; font-weight: bold; text-decoration: none; }
A.navLink:HOVER {
	color: #4B0082; font-size: 10px; font-weight: bold; text-decoration: none; }

/* Form fields fonts */
.ffsm {
	font-size: 11px; }
.ffmed {
	font-size: 12px; }
.ffnorm {
	font-size: 13px; }
.fflg {
	font-size: 14px; }

/* Buttons */
INPUT.button {
	background-color : #1E5A22;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-weight : bold;
	font-size: 10px;
	color : White;
}
input.button1 { 
	background-color: #1E5A22;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: #6C936F solid 1; 
	border-bottom: #133A16 solid 1; 
	border-right: #133A16 solid 1; 
	border-left: #6C936F solid 1; 
	cursor: hand; }
input.button2 { 
	background-color: #990000;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: #BD5858 solid 1; 
	border-bottom: #630000 solid 1; 
	border-right: #630000 solid 1; 
	border-left: #BD5858 solid 1; 
	cursor: hand; }
input.sabtn1 {
	background-color: #990000; 
	font-family: Verdana, arial, helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #FFFFFF; 
	width: 150; 
	height: 20; 
	border-top: #BD5858 solid 1; 
	border-bottom: #630000 solid 1; 
	border-right: #630000 solid 1; 
	border-left: #BD5858 solid 1; 
	cursor: hand; }
input.sabtn2 {
	background-color: #1E5A22; 
	font-family: Verdana, arial, helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #FFFFFF; 
	width: 100; 
	height: 20; 
	border-top: #6C936F solid 1; 
	border-bottom: #133A16 solid 1; 
	border-right: #133A16 solid 1; 
	border-left: #6C936F solid 1; 
	cursor: hand; }

select {
	font-family: arial, helvetica, sans-serif;
	}