BODY, TABLE, TD, TR, P, DIV {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}

body {
	background-image : url(/images/theme/site_bg.jpg);
	background-position : 50% 0px;
	background-repeat : no-repeat;
	background-color : #fcf4a1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 }

TABLE.bordered {
	border-bottom: 1px solid #6b8890;
	border-left: 1px solid #6b8890;
	border-right: 1px solid #6b8890;
}

.padded {
	padding: 0.1cm;
}

.paddednorepeat {
	padding: 0.1cm;
	background-repeat: no-repeat;
}

A {
	color : #b86a05; 
	font-weight: bold;
}
	
A:VISITED {
	color : #b86a05; 
	font-weight: bold;
}

A:HOVER {
	color : #005e20; 
	TEXT-DECORATION: none; 
	font-weight: bold; 
}


A.menulink {
	color : #005e20; 
	display: block;
	width: 99%;
	TEXT-DECORATION: none; 
	border: solid 1px #FFFFFF;
}

A.menulink:hover {
	color : #FFFFFF; 
	border: solid 1px #000000;
	background-color:#59b200;
}


A.whitelink {
	color : #FFFFFF; 
	font-weight: bold;
}
	
A.whitelink:VISITED {
	color : #FFFFFF; 
	font-weight: bold;
}

A.whitelink:HOVER {
	color : #CCCCCC; 
	TEXT-DECORATION: none; 
	font-weight: bold; 
}



.whitetitle {
	color : #FFFFFF;
	font-weight: bold;
}

.greentitle {
	color : #005e20;
	font-weight: bold;
}

.browntitle {
	color : #b86a05;
	font-weight: bold;
}

.boldtitle {
	color : #000000;
	font-weight: bold;
}

.bolditalic {
	color : #000000;
	font-weight: bold;
	font-style: italic;
}

.greencaption {
	color : #005e20;
	font-size : 10px;
	font-style: italic;
}

.greycaption {
	color : #999999;
	font-style: italic;
}

.greenheader {
	color : #005e20;
	font-weight: bold;
	font-size : 14px;
}


.norepeat { background-repeat: no-repeat;
}


.repeatx { background-repeat: repeat-x;
}


SELECT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}


