@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background1.jpg);
}

a:link { 
	color: #281500;
	}
a:visited { 
	color: #281500;
	}
a:hover { 
	color: #663500;
	}
a:active { 
	color: #281500;
	}
	
	
a.navlink:link { 
	color: #b7afa0;
	}
a.navlink:visited { 
	color: #b7afa0;
	}
a.navlink:hover { 
	color: #FFFFFF;
	}
a.navlink:active { 
	color: #b7afa0;
	}


td {
font-family: Georgia, Trebuchet MS, Tahoma, Arial, Helvetica;
/* vertical-align: top; */
}

.contenttext {font-size: 11pt;}

.centerlink {
text-align:center;
}

.footer {
font-size: 9pt; color:#6a6259;
}

.plantype {
font-size: 8pt;
}

.plantitle {
font-size: 14pt;
font-weight: bold;
}