
body {  background-color: #C0C24B;
	background-image: url('background.png');
	background-repeat:repeat;
	background-position:top;
	background-attachment:fixed;
	margin: 0px;
	
}
body,td,th {
	color: #652B3D;
	font-size: 13px;
	font-family: century gothic;}

 
h2 {
	margin-bottom: 10px;
	font-size: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-weight: normal;
	color: #C0C24B;
}

h3 {
	margin-bottom: 10px;
	font-size: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-weight: normal;
	color: #652B3D;
	border-bottom: 1px dashed #652B3D ;
}



a:link {	color: #000000;	text-decoration: none;}
a:visited {	text-decoration: none;	color: #000000;}
a:hover {	text-decoration: none;	color: #EE2585;}
a:active {	text-decoration: none;	color: #000000;}


td a { color: #652B3D; text-decoration: none; }
td a:visited, a:active { color: #652B3D; text-decoration: none; }
td a:hover { text-decoration: none;	color: #C292AB;}
 
table.footer td{color: #000000; font-size: 9px;}

