/* classes for general styles used throughout the site*/

.homebody {
	height: 100%;
	background : #ffffff;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	/*background-image : url(/images/home_background.jpg);*/
}

.shellbody {
	height: 100%;
	background : #E1E1DF;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;	
}

.maintext {
	font-family : Tahoma;
	font-size : 11px;
	color : #000000;
}

.maintextbold {
	font-family : Tahoma;
	font-size : 11px;
	font-weight: bold;
	color : #000000;
}

.sidebartext {
	font-family : Tahoma;
	font-size : 10px;
	color : #000000;
}
.sidetext{
	font-family : Tahoma;
	font-size : 10px;
	color : #000000;
}
.sidebartextbold {
	font-family : Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #000000;
}
.sidebartextheadbold {
	font-family : Tahoma;
	font-size : 11px;
	font-weight: bold;
	color : #D8510D;
}
.athtext {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
}

.ddlb{
	font-family : Tahoma;
	font-size : 10px;
	color : #000000;
}

.formbox {
	font-family: Tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	color:#352D2D; 
	background-color:#ffffff;
	border-style : solid;
	border-width : 1px;
	border-color : #808080;		
}

a {
	font-family : Tahoma;
	font-size : 11px;
	color : #006339;
	text-decoration : underline;
}

a:visited {
	font-family : Tahoma;
	font-size : 11px;
	color : #006339;
	text-decoration : underline;
}

a:active {
	font-family : Tahoma;
	font-size : 11px;
	color : #006339;
	text-decoration : underline;
}

a:hover {
	font-family : Tahoma;
	font-size : 11px;
	color : #006339;
	text-decoration : none;
}

/*-----additional link------------*/

.sidebarlink:visited {
	font-family : Tahoma;
	font-size : 11px;
	color : #006339;
	text-decoration : none;
}
.sidebarlink {
	font-family : Tahoma;
	font-size : 11px;
	color : #006339;
	text-decoration : none;
}
.sidebarlink:active {
	font-family : Tahoma;
	font-size : 11px;
	color : #006339;
	text-decoration : none;
}
.sidebarlink:hover {
	font-family : Tahoma;
	font-size : 11px;
	color : #006339;
	text-decoration : underline;
}


.sidebarL4Nav:visited {
	font-family : Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #666666;
	text-decoration : none;
}
.sidebarL4Nav {
	font-family : Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #666666;
	text-decoration : none;
}
.sidebarL4Nav:active {
	font-family : Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #666666;
	text-decoration : none;
}
.sidebarL4Nav:hover {
	font-family : Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #065C3C;
	text-decoration : underline;
}

a.vnav {
	font-family : Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #666666;
	text-decoration : none;
}

a:visited.vnav{
	font-family : Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #666666;
	text-decoration : none;
	
}

a:active.vnav {
	font-family : Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #666666;
	text-decoration : none;
}

a:hover.vnav {
	font-family : Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #065C3C;
	text-decoration : underline;
}

.vnavmenu {
	background:url(/images/vnav_bg_off.gif) top left no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
	padding-right: 10px;
}

.vnavmenuOn {
	background:url(/images/vnav_bg_off.gif) top left no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
	padding-right: 10px;
}