/***********************
*
*	Links
*
************************/
a
{
	text-decoration: none;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}


a:hover
{
color:#093FB1;
}

a:active
{
	text-decoration: none;
}


img
{
	border:0;
}

/***********************
*
*	Body & Table
*
************************/
body
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image:url(../images/bgMain.jpg);
	background-repeat: repeat-x;
	margin:0;
	background-color: #0E76CA;
	font-size: 12px;
}

.footer, .footer a,.footer a:link, .footer a:visited, .footer a:Active{	
	color: #4d4d4d;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.footer a:hover {	
	color: #093FB1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}


/***********************
*
*	General
*
************************/

.border
{
	color: #e5bc7a;
	font-style: normal;
	font-weight: normal;
	border-right: 1px SOLID #CCC;
	border-left: 1px SOLID #CCC;
}

.pageheader
{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
}

.pageheaderOrange
{
	color: #ff6f00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
}

.pageheaderSub
{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
}


.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

.subheaderGrey{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}

.header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}

.bodytxtBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333;
	padding: 1px;
}

.bodytxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c3c3c;
	text-align: justify;
}



.smalltext {
	font-size: 9px;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:bold;
	font-variant: normal;
}

.txtdiv {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-left:3px;
	padding-right:3px;
}

.formInput
{
	color: #666;
	font-style: normal;
	font-weight: normal;
	border: 1px Solid #CCC;
}




/************
*
*	Menu
*
*************/

.nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.nav:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.nav:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}


.nav:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #093FB1;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.nav:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.IE8Fix
{   /*FOR IE8 FIX*/
    z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
	border:solid 1px #FFFFFF;
}


/***********************
*
*	Designers' Misc 
*
************************/

.dotted_Div {
	background-image:url(../images/dottedDiv.gif);
	background-repeat: repeat-x;
}


.vertLine {
	background-image:url(../images/vertLine.gif);
	background-repeat: repeat-y;
	background-position: center;
}



