/* CSS Document */
body{
background-color: #f3efc1;
}

#tabletop{
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size:9pt;
font-weight:bold;
text-align:left;
}

#tablecontent{
background-color: #f9f7e0;
color: #827200;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 9pt;
padding-left: 20px;
padding-right: 20px;
}

A:link {font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size:9pt; color: #5d4507; 
		font-weight: bold; text-decoration: none;}
A:visited {font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size:9pt; color: #5d4507; 
			font-weight: bold; text-decoration: none;}
A:active {font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size:9pt; color: #5d4507; 
			font-weight: bold; text-decoration: none;}
A:hover {font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size:9pt; color: #a08e51; 
		font-weight: bold; text-decoration:underline}