/*
###################################################################################################
START FONT FORMATTING
###################################################################################################
*/


* {
	font-family:Helvetica, Arial, Geneva, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#1B310F;
}

h1, h2, h3 {
	color:#466000;
}

h1 {
	font-size:16px;
	text-transform:uppercase;
	line-height:32px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
}

h4 {
	color:#000000;
	font-size:12px;
}

.black {
	color: black;
}

.white {
	color: white;
}

.red {
	color: red;
}

.green {
	color: green;
}

.yello {
	color: #F4BD0A;
	}
	
.yelloB {
	color: #F4BD0A;
	font-weight: bold;
	}

.small {
	font-size:9px;
}

.wsmall {
	font-size:9px;
	color:#FFFFFF;
}

a {
	color:#1B310F;
	text-decoration:underline;
}

a:hover {
	color:#1B310F;
	text-decoration:none;
}

a:active {
	text-decoration:underline;
}
a:visited {
	font-size:11px;
}

.box_heads {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:3px 10px 3px 10px;
}

.fat {
font-weight:bold;
}
.news_date {
	text-transform:lowercase;
	font-size:9px;
}

hr {
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #F4BD0A;
}

hr.dashy {
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #F4BD0A;
}

.dashy {
	border-bottom:1px;
	border-bottom-style:dashed;
	border-bottom-color:#F4BD0A;
}

input.newsl {
	margin-top:5px;
	font-size:10px;
	width: 110px;
}

.foottext {
	text-align:center;
	padding-top:6px;
	font-size:10px;
	color:#A0A0A0;
}


.foottext a {
	font-size:10px;
	color:#A0A0A0;
	text-decoration:none;
}


.foottext a:hover {
	font-size:10px;
	color:#F4BD0A;
	text-decoration:underline;
}

ul {
list-style-image:url(../images/divers/star_ul.gif);
}

TD {
vertical-align: top;
}