/***********************
*
*	Links
*
************************/
a
{
	text-decoration: none;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	color: #ff7000;
}

a:active
{
	text-decoration: none;
}

/***********************
*
*	Body & Table
*
************************/
body
{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

img
{
	border: 0;
}

.banner
{
	display: block;
	border: none;
}

.logo
{
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

/************
*
*	Common
*
*************/
.border
{
	color: #e5bc7a;
	font-style: normal;
	font-weight: normal;
	border-right: 1px SOLID #CCC;
	border-left: 1px SOLID #CCC;
}

.pageheader
{
	color: #031841;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
}

.pageheaderSub
{
	color: #031841;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

.subHeader
{
	color: #F60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.bodytxtBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5d6365;
	line-height: 18px;
}

.bodytxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #706f6f;
	line-height: 18px;
}

.bodytxtSub
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #706f6f;
	line-height: 18px;
	padding-left: 20px;
}

.bodytxtWhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 22px;
}

.smalltext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #706f6f;
	line-height: 18px;
}

.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;
}

.formButt
{
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	border: 1px Solid #CCC;
	background-color: #666;
}

.footer
{
	color: #fff;
	font-family: Verdana;
	font-size: 10px;
	text-align: right;
	background-color: #aeaeae;
	padding-right: 5px;
}
/************
*
*	Menu
*
*************/
.navibaritem
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

.nav, .nav a:link, .nav a:active, .nav a:visited,  .nav a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	cursor: hand;	
	font-weight: bold;
	text-transform:uppercase;	
	text-align:center;		
}

.navSub, .navSub a:link, .navSub a:active, .navSub a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	cursor: hand;	
	font-weight: bold;	
	text-align:left;
}

.navSub a:hover, .navSub:hover
{
	color:#000000;
}

.IE8Fix
{
	/*FOR IE8 FIX*/
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	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;
	background-position: center;
}


.vertLine
{
	background-image: url(../images/vertLine.gif);
	background-repeat: repeat-y;
	background-position: center;
}


.topGrad
{
	background-image: url(../images/Logo-banner.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

.navi_white
{
	color: #fff;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
