/* CSS Document */

a:link {
	font-family: tahoma, verdana, "ms Sans Serif", arial, helvetica, sans-serif;
	color: #669900;
	outline: none;
	text-decoration: none;

}

a:visited {
	font-family: tahoma, verdana, "ms Sans Serif", arial, helvetica, sans-serif;
	color: #669900;
	outline: none;
	text-decoration: none;
}

a:hover {
	font-family: tahoma, verdana, "ms Sans Serif", arial, helvetica, sans-serif;
	color: #000000;
	outline: none;
	text-decoration: none;	
}

a:active {
	font-family: tahoma, verdana, "ms Sans Serif", arial, helvetica, sans-serif;
	color: #669900;
	outline: none;
	text-decoration: none;
}

a img {border:0}

body {
	background-color: #cecece;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../Gfx/Back.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	font-family: tahoma, verdana, "ms Sans Serif", arial, helvetica, sans-serif;

}.NormalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
}
.Controls_Small {
	font-family: tahoma, verdana, "ms Sans Serif", arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #666666;
	height: 13px;
	color: #333333;
}
.SecondaryText {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.SNewsDiv {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.MenuCellOff {
background-color:#6c9000;
border-bottom-color:#FFFFFF;
border-bottom-style:solid;
border-bottom-width:1px;
border-top-color:#FFFFFF;
border-top-style:solid;
border-top-width:1px;
}

.MenuCellOn {
background-color:#424242;
border-right-color:#FFFFFF;
border-right-style:solid;
border-right-width:1px;
border-left-color:#FFFFFF;
border-left-style:solid;
border-left-width:1px;
border-bottom-color:#424242;
border-bottom-style:solid;
border-bottom-width:1px;
border-top-color:#424242;
border-top-style:solid;
border-top-width:1px;
}

.Smenu {
	font-size:11px;
	cursor: hand;
	font-weight:bold;
	color:#669900;
	background-image:url(../Gfx/Menu_Left_U.gif);
}

.BodyHeader {
	font-family:'Trebuchet MS', Arial, Helvetica, 'MS Sans Serif', sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#669900;
	border-bottom-style:solid;
	border-bottom-color:#669900;
	border-bottom-width:1px;
	margin-bottom:25px;
	margin-top:10px;
}

.BodyText {
font-family:tahoma, verdana, 'ms Sans Serif', arial, helvetica, sans-serif;
font-size:14px;
font-weight:normal;
color:#333333;
text-align:justify;
line-height:1.4;
margin-bottom:25px;
}

.BodyText li {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../Gfx/bullet.gif);
}
.Controls {

	font-family: tahoma, verdana, "ms Sans Serif", arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border: 1px dashed #666666;
	color: #333333;
}


.Controls Input{

	font-family: tahoma, verdana, "ms Sans Serif", arial, helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #666666;
	color: #333333;
}

.noborder {

	border: 0px solid #FFFFFF;

}