body, td {
	font-family: georgia, times, serif;
	font-size: 10pt;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 8pt;
}

.smallbold{
	font-size: 8pt;
	font-weight: bold;
}

.header{
	font-size: 12pt;
	font-weight: bold;
	color: #036;
}

.bgbluehead{
	font-size: 12pt;
	font-weight: bold;
	color: white;
	background-color: #036;
	padding: 2,2,2,2;
	text-align: center;
}

.bluebgmed{
	background-color: #036;
	font-weight: bold;
	color: white;
}

.medblue{
	font-weight: bold;
	color: #036;
}

 #style1 a { 
/*width: 183.75px; */
border: black solid 1px; 
/*display: block; */
padding-left: 15px;
padding-right: 15px;

}

#style1 a { 
color: white; 
text-decoration: none; 
font-weight: bold; 
font-size: 8pt;
background-color: #036; 
text-align: center; }

#style1 a:hover { 
color: #FAEBD7; 
text-decoration: none; 
color: #036;
background-color: #69c;}