/* CSS MINIBLOG ############################################################# */
html, body {
	padding: 0;
	margin: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
.header {
	height: 171px;
	width: 750px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-transform: uppercase;
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	text-align: right;
	padding-right: 15px;	
}


/* TOP NAVIGATION ############################################################# */
#nav_top {
	background-color: #a6a6a6;
	line-height: 25px;
}

#nav_top a {
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	white-space: nowrap;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: none;
	vertical-align: middle;
	text-align: center;
}

#nav_top td {	
	border-right: 1px solid #ffffff;
}

#nav_top td.last {	
	border-right: 0px solid #ffffff;
}

#nav_top a:hover {
	color: #d4e504;
}

#nav_top .active a {
	color: #d4e504;
}


/* BODY ############################################################# */
td.border {
	background-image: url(images/dotted.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a6a6a6;
}

img.right {
	margin-left: 15px;
	float: right;
}

img.left {
	margin-right: 15px;
	float: left;
}

img.wit {
	margin: 0px 5px 5px 0px;
	float: left;
}

h1, h2, h3 {
	font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 17px;
	color: #cd0a16;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-size: 17px;
	color: #444444;
	font-weight: normal;
	margin: 0;
}

h3 {
	font-size: 14px;
	color: #444444;
	font-weight: normal;
	margin: 0;
}

.date {
	font-size: 10px;
	color: #b1b1b1;
	font-weight: normal;
	text-transform: uppercase;
}


td.title_green {
	background-color: #97a436;
	margin: 0;
	padding: 1px 15px 1px 15px;
	line-height: 20px;	
	font-size: 11px;
	color: #ffffff;	
	font-weight: bold;
	text-transform: uppercase;
}
td.title_green a, td.title_green a:link, td.title_green a:visited {
	color: #ffffff;	
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
}
td.title_green a:hover {
	color: #ffffff;	
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
td.title_gray {
	background-color: #818181;
	margin: 0;
	padding: 1px 15px 1px 15px;
	line-height: 20px;	
	font-size: 11px;
	color: #ffffff;	
	font-weight: bold;
	text-transform: uppercase;
}

td.box_wit {
	font-size: 11px;
	color: #000000;
	padding: 15px;
}

td.box_green {
	background-image: url(images/dotted.gif);
	background-color: #eef0cd;
	margin: 0;
	padding: 15px;	
	font-size: 11px;
	color: #000000;	
}
.footer {
	margin: 0;
	padding: 0px;	
	font-size: 9px;
	color: #818181;	
	text-align : center;
}
.txt_gray {
	font-size: 11px;
	color: #818181;	
}
.txt_green{
	color: #728607;
}
td.wit {
	background-color: #ffffff;
	padding: 5px;
	margin:0;
}
td.green {
	background-color: #eef0cd;
}
td.gray {
	background-color: #dedede;
	padding: 0px 5px 5px 5px;
	margin: 15px 15px 15px 15px;
}
td.margin {
	height:5px;
}



/* LINKS ############################################################# */
a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	font-weight: normal;
}

a:link {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	font-weight: normal;
}

a:hover {
	color: #818181;
	text-decoration: none;
	border-bottom: 1px solid #818181;
	font-weight: normal;
}
a.language {
	color: #000000;
	text-decoration: none;
	border-bottom: 0px solid #000000;
	font-weight: normal;
}

a.language:link {
	color: #000000;
	text-decoration: none;
	border-bottom: 0px solid #000000;
	font-weight: normal;
}

a.language:hover {
	color: #818181;
	text-decoration: none;
	border-bottom: 1px solid #818181;
	font-weight: normal;
}
a.green {
	color: #728607;
	text-decoration: none;
	border-bottom: 1px solid #728607;
	font-weight: normal;
}

a.green:link {
	color: #728607;
	text-decoration: none;
	border-bottom: 1px solid #728607;
	font-weight: normal;
}

a.green:hover {
	color: #818181;
	text-decoration: none;
	border-bottom: 1px solid #818181;
	font-weight: normal;
}


