A:link
{ 
   text-decoration: none; 
   color: #0075BF; 
} 

A:active
{ 
   text-decoration: none; 
   color: #0075BF; 
} 

A:visited
{ 
   text-decoration: none; 
   color: #0075BF; 
} 

A:hover					
{ 
   text-decoration: none; 
   color: #639DD4; 
}

BODY 
{
	background: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #d9d9d9;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #444;
	text-align:center;
}


.MainTable
{
   WIDTH: 750px;
   BACKGROUND-COLOR: #FFFFFF;   
}

.BannerBG { BACKGROUND-COLOR: #FFFFFF }
.MenuBG { BACKGROUND-COLOR: #00428C }
.StripBG 
{ 
   BACKGROUND-COLOR: #5C9AD2;
   HEIGHT: 21px;
}

.StripBG1 
{ 
   BACKGROUND-COLOR: #16918E;
   HEIGHT: 21px;
}

.StripBG2 
{ 
   BACKGROUND-COLOR: #D2882C;
   HEIGHT: 21px;
}

.StripBG3 
{ 
   BACKGROUND-COLOR: #CA3232;
   HEIGHT: 21px;
}

.StripBG4 
{ 
   BACKGROUND-COLOR: #F7EA33;
   HEIGHT: 21px;
}

.StripBG5 
{ 
   BACKGROUND-COLOR: #4E4995;
   HEIGHT: 21px;
}

.SideBG
{ 
   BACKGROUND-COLOR: #EEEEEE;
   WIDTH: 250px;
}

.SideBG7
{ 
   BACKGROUND-COLOR: #EEEEEE;
   WIDTH: 200px;
}


.FooterBG { BACKGROUND-COLOR: #105EAD }


/* Text *******************************************************************************************/

TD, .contentText
{ 
   font-family: Verdana, Arial, Helvetica, sans-serif;  
   font-size: 10px; 
   font-weight: normal; 
   font-style: normal; 
   text-decoration : none; 
   color : #0075BF; 
   margin-bottom: 0 
}


.footerText, .default 
{ 
   font-family: Verdana, Arial, Helvetica, sans-serif;  
   font-size: 9px; 
   font-weight: normal; 
   font-style: normal; 
   text-decoration : none; 
   color : #0075BF; 
   margin-bottom: 0 
}

/*************************************************************************************************/
/*** Form ***/
.FormTxtField
{
   font-family: Verdana, Arial, Helvetica, sans-serif;  
   font-size: 10px; 
   font-weight: normal; 
   font-style: normal; 
   text-decoration : none; 
   color :#6286C4;
   border: 1px #6286C4 solid
}

.PullDownMenu 
{ 
   font-family: Verdana, Arial, Helvetica, sans-serif;  
   font-size: 10px; 
   font-style: normal; 
   font-weight: normal; 
   color :#6286C4;
   background-color: #FFFFFF; 
   border: 1px #6286C4 solid
}

/*************************************************************************************************/

#content 
{
	min-height: 340px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #f36f20;
	margin-bottom: 10px;
	text-align: left;
}

strong {color: #16509d}

h3 
{
	color: #f36f20; 
	margin-top: 12px; 
	margin-bottom: 12px
}

.hr 
{
	border: none; 
	background: none; 
	border-bottom: 1px dotted #222; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	padding: 0px
}