/* Normal font */
body, p, td, th, ul, ol, li, dl, dd, center, blockquote {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #666666; }

/* 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: #133D1C; }
.alertColor1 { color: #FF0000; }
.onCorpColor1 { color: #FFFFFF; }
.onSearchToolColor1 { color: #FFFFFF; }
.onNextBackColor1 { color: #000000; }
.onIntCellColor1 { color: #000000; }
.onIntCellColor2 { color: #133D1C; }
.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, sans-serif;
	font-size: 20px; color: #133D1C; font-weight: bold;
	margin-top: 0px; margin-bottom: 0px; }
H2 { font-family: arial, helvetica, sans-serif;
	font-size: 18px; color: #133D1C; font-weight: bold;
	margin-top: 0px; margin-bottom: 0px; }
H3 { font-family: arial, helvetica, sans-serif;
	font-size: 16px; color: #133D1C; font-weight: bold;
	margin-top: 0px; margin-bottom: 0px; }
.PageName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #133D1C;
	font-weight: bold; }

/* 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: #FFFFCC; }
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; }
A.CCLiteBack, A.CCLiteBack:VISITED, A.CCLiteBack:ACTIVE {
	color: #0000FF;
	text-decoration: underline; }
A.CCLiteBack:HOVER {
	color: #0000FF;
	text-decoration: underline; }
A.BookmarkName {
	text-decoration: none; }

/* Form fields fonts */
.ffsm {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px; }
.ffmed {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; }
.ffnorm {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px; }
.fflg {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px; }

/* Buttons */
INPUT.button {
	background-color : #133D1C;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	color : White;
}
input.button1 { 
	background-color: #133D1C;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: #65806B solid 1; 
	border-bottom: #0C2712 solid 1; 
	border-right: #0C2712 solid 1; 
	border-left: #65806B solid 1; 
	cursor: hand; }
input.button2 { 
	background-color: #FF9600;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #002C63;
	border-top: #ABC6AB solid 1; 
	border-bottom: #516C51 solid 1; 
	border-right: #516C51 solid 1; 
	border-left: #ABC6AB solid 1; 
	cursor: hand; }
input.sabtn1 {
	background-color: #FF9600; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #002C63; 
	width: 150; 
	height: 20; 
	border-top: #ABC6AB solid 1; 
	border-bottom: #516C51 solid 1; 
	border-right: #516C51 solid 1; 
	border-left: #ABC6AB solid 1; 
	cursor: hand; }
input.sabtn2 {
	background-color: #002C63; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #ffffff; 
	width: 100; 
	height: 20; 
	border-top: #65806B solid 1; 
	border-bottom: #0C2712 solid 1; 
	border-right: #0C2712 solid 1; 
	border-left: #65806B solid 1; 
	cursor: hand; }


/* custom styles... */

TD.footernav {
	font-size : 12px;
}

A.onblue:link, A.onblue:visited, A.onblue:active, A.onblue:FOCUS {
	color : #FF6500;
}

A.onblue:HOVER {
	color : #FF9600;
}


.OnBlueContent {
	color : #eeeeee;
	font-size : 14px;
	line-height : 23px;
}

.copyright {
	color : Silver;
	font-size : 10px;
}
