/*a:link {
	color: #0000FF;
	text-decoration: underline;
}*/

/*a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: underline;
}
*/
/*.lightBottomBorder {
	font-size:11px;
	line-height: 18px;
	padding:2px 5px 2px 5px;
	margin:0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: 1;
	border-bottom-color: #FFFFFF;
}*/
.scroll {
	height: 200px;
	text-align:left;
	overflow: auto;
}

.bgFade {
	background-image:url(../images/bg200.jpg);
	border:2px solid #cccccc;
	background-color:#efefef;
	background-repeat:repeat-x;
	margin:0px 0px 5px 0px;
	font-family: Tahoma, "Trebuchet MS", "Lucida Sans", "Lucida Grande";
	font-size: 11px;
}

.topBorder {
	border-top-width: 1px;	
	border-top-style: solid;	
	border-top-color: #cccccc;
}

.bottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.adminHover {
	background-color: #DADADA;
}

.otherHover {
	background-color: #FFFF66;
}

.hideSection {
	display: none;
}

.mainFont {
	font-family: Tahoma, "Trebuchet MS", "Lucida Sans", "Lucida Grande";
	font-size: 11px;
	/*font-style: normal;
	font-weight: lighter;
	font-variant: normal;*/
	padding:0px;
	margin:0px;
}

.txtBg {
	font-family: Tahoma, "Trebuchet MS", "Lucida Sans", "Lucida Grande";
	font-size: 11px;
	/*font-style: normal;
	font-weight: lighter;
	font-variant: normal;*/
	padding:0px;
	margin:0px;
	width:150px;
}

.linksBG {
	background-image:url(../images/linkbg.jpg);
	background-repeat:repeat-x;
	border-bottom:2px solid #999999;
	border-top:2px solid #999999;
	height:25px;
	display:inline;
	font-weight:bold;
	font-size:9px;
	color:#333333;
	padding-top: 0px;
	padding-bottom: 5px;
	/*padding-right: 4px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;*/
	}

/*		
.links_ul_li{
	display:inline;
	font-weight:bold;
	font-size:9px;
	color:#333333;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 5px;	
	padding-left: 5px;
		}
*/

.myNav A:hover {
	font-family: Tahoma, "Trebuchet MS", "Lucida Sans", "Lucida Grande";
	font-size: 11px;
	color:#004A80;
	background-color:#FFFFFF;
	padding: 2px;
	margin: 2px;
	text-decoration: none;
}

.myNav A:link {
	font-family: Tahoma, "Trebuchet MS", "Lucida Sans", "Lucida Grande";
	font-size: 11px;
	color:#efefef;
	background-color:#004A80;
	text-decoration: none;
}

.myNav A:visited {
	font-family: Tahoma, "Trebuchet MS", "Lucida Sans", "Lucida Grande";
	font-size: 11px;
	color:#efefef;
	background-color:#004A80;
	text-decoration: none;
}

.myNav A:active {
	font-family: Tahoma, "Trebuchet MS", "Lucida Sans", "Lucida Grande";
	font-size: 11px;
	color:#efefef;
	background-color:#004A80;
	text-decoration: none;
}

.plusMinus {
	/*background-color:#CCCCCC;*/
	background-color:#FFFF66;
	text-decoration:none;
	border-color:#000000;
	border: 1px solid;
}

.plusMinus:hover {
	background-color:#CCCCCC;
	text-decoration:none;
	border-color:#000000;
	border: 1px solid;
}

.leftNav {
	text-decoration:none;
	border-top:1px solid #004A80;
	border-bottom:1px solid #004A80;
	color:#efefef;
	width:140px;
	
	font-family: Tahoma, "Trebuchet MS", "Lucida Sans", "Lucida Grande";
	font-size: 11px;
	font-style: normal;
	margin:0px 0px 0px 5px;
	float:left;
		
	}
	
.leftNav:hover { 
	/*padding:2px 5px 2px 5px;*/
	text-decoration:none;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#efefef;
	color:#004A80;
	width:140px;
	
	font-family: Tahoma, "Trebuchet MS", "Lucida Sans", "Lucida Grande";
	font-size: 11px;
	font-style: normal;
	margin:0px 0px 0px 5px;
	float:left;
	
	}