<style type="text/css">

table#sample {
    background-color:#FFFFFF;
}

table#sample td {    
		font-family:arial;
		font-size:75%;		
}

table#left {
    background-color:#f3e4b9;
}

table#body {
    background-color:#ffffff;
}

table#body td {    
		font-family:arial;
		font-size:120%;		
}

.bodytext {   
		color: #fffff; 
		text-decoration: none;
		font-family:arial;
		font-size:80%;
		background-color:#ffffff;
}

.bodytext2 {   
		color: #fffff; 
		text-decoration: none;
		font-family:arial;
		font-size:80%;
		background-color:#f3d681;
}

.bodydescriptions {   
		color: #fffff; 
		text-decoration: none;
		font-family:arial;
		font-size:60%;
		background-color:#ffffff;
}

.title {   
		color: #fffff; 
		font-weight:bold;
		font-family:arial;
		font-size:100%;
		background-color:#ffffff;
}

table#left td {    
		font-family:arial;
		font-size:75%;		
}

.toprow {        
		background-color: #13700e;
}

.toprow2 {   
		background-color: #ffcc33;
}



a:link {
		color: #ffffff; 
		text-decoration: none; 
		}

a:active {
		color: #0000ff; 
		text-decoration: none;
		}
		
a:visited {
		color: #ffffff; 
		text-decoration: none; 
		}

a:hover {
		color: #ff0000; 
		text-decoration: none; 
		}
	

</style>