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

body {
	background-image : url();
	background-position : 50% 0px;
	background-repeat : no-repeat;
	background-color : #000000;
	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 : #863c3c; 
	font-weight: bold;
}
	
A:VISITED {
	color : #863c3c; 
	font-weight: bold;
}

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

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; 
}



.redtitle {
	color : #7a2020;
	font-weight: bold;
}

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

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

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

.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;
}

