a:link    {color:blue; text-decoration:none}
a:visited {color:blue; text-decoration:none}
a:active  {color:blue; text-decoration:none}
a:hover   {color:red; text-decoration:underline}

table 
{
font-family: Calibri; 
font-size: 13pt; 
font-weight: normal; 
font-variant: normal; 
font-style: normal; 
color: #000000; 
margin-left:0px; 
}

table.topborder
{
border-left:2px solid black; border-right:2px solid black; border-top:0px solid green; border-bottom:2px solid black;
}

.textbox { 
	background-color: #f7f2a0; 
	border: 2px solid #635248; 
	font-family: Calibri; 
	font-size: 11pt; 
	font-weight: normal; 
    color: #635248; 
}

.formbuttons { 
	background-color: #f7f2a0; 
	border: 2px solid #635248; 
	font-family: Calibri; 
	font-size: 11pt; 
	font-weight: normal; 
}