/*Modified HTML Tags*/
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363636;
	text-decoration: none;
	background: #FFFFFF;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	
	scrollbar-base-color: #154A3D;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #CCCCCC;

	scrollbar-shadow-color: #000000;
	scrollbar-lightshadow-color: #000000; 
	scrollbar-darkshadow-color: #666666;

	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
}

td, p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363636;
	text-decoration: none;
	text-align: left;
}

.tableimage
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363636;
	text-decoration: none;
	text-align: right;
}

.credit
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #797979;
	text-decoration: none;
	text-align: center;
}

a:link, a:visited, a:active {
	color: #424378;
	text-decoration: none;
}

a:hover {
	color: #DC2204;
	text-decoration: none;	
}

strong.title{
	color: #154A3D;
	font-size: 14px;
	font-weight: bold;
}

strong, b{
	font-size: 13px;
	font-weight: bold;
}

H1 {
	color: #040544;
	font-size: 14px;
	font-weight: bold;
}

H2 {
	color: #363636;
	font-size: 12px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 2px;
}

H3 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

H4 {
	color: #DC2204;
	font-size: 12px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 2px;
}


/*Custom Classes - Anchor Tags*/
a.bxHighlights:link, a.bxHighlights:visited, a.bxHighlights:active {
	color: #E0D9A5;
	font-size: 12px;
	text-decoration: none;
}

a.bxHighlights:hover {
	color: #FFCC00;
	text-decoration: none;	
}

a.lnkWhite:link, a.lnkWhite:visited, a.lnkWhite:active {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.lnkWhite:hover {
	color: #FFCC00;
	text-decoration: none;	
}

a.white:link, a.white:visited, a.white:active {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

a.white:hover {
	color: #FFCC00;
	text-decoration: none;	
}


/*Custom Classes - Text*/
.ttl_Feature{
	font-size: 12;
	font-weight: bold;
	font-color: #FFFFFF;
}

.ttl_Feature-SM{
	font-size: 11;
	font-color: #A49A66;
}

.copyright{
	color: #9A8E55;
	font-size: 10px;
}

.date{
	color: #D7D2BB;
	font-size: 12px;
	font-weight: bold;
}

.txt_attention{
	color: #ff0000;
	font-size: 11px;
	font-weight: bold;
}

.userInfo{
	color: #FFFFFF;
	font-size: 11px;
}

.FormSubmitErrorMsg
{
  color:red;
}

/*Custom Classes - Form Items*/
.frmTextBox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797979;
	word-spacing: 1px;
	
	border: #333333;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	cursor: text;
}

.frmButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  color: #FFFFFF;
	word-spacing: 1px;

	background-color: #154A3D;
  border:#000000;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;

  cursor:hand
}

.FormNestedButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  color: #FFFFFF;
	word-spacing: 1px;

	background-color: #9A8E55;
  border:#000000;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;

  cursor:hand
}

.InputControls
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px
}
