/* CSS Document */
body 
{
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
	font-size: 13px;
    color: #000000; 
}
.largertext 
{
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold
    color: #FF6600; 
}
td 
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
    color: #000000;
}
th 
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
    color: #000000;
}
h1 
{
    padding-bottom: 0;
	margin-bottom: 0;
	background-color: #FF3300;
	padding: 0.3em;
	font-size: 11px;
	letter-spacing: 1px;
	font-family: Georgia, Times New Roman, Times, serif;
}

a:link { color : #009999; font-size: 12px; font-weight: bold; text-decoration: none; }
a:visited { color : #009999; font-size: 12px;font-weight: bold; text-decoration: none }
a:hover { color : #009999; font-size: 12px;font-weight: bold; text-decoration: underline; }
a:active { color : #009999; font-size: 12px;font-weight: bold; text decoration: none; }

.tableborder {
	border-bottom: #0F0577 1px solid;
    border-left: #0F0577 1px solid;
	border-right: #0F0577 1px solid;
	border-top: #0F0577 1px solid;
}
.bottomborder 
{
	border-top: #000000 1px dotted;
	border-bottom: #000000 1px dotted;
}
.leftborder {
	border-left: #0F0577 1px solid;
}
.footer {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
    color: #FFFFFF;
}
a.footer
{
    color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: bold;
}
a.footer:link { color: #FFFFFF; }
a.footer:visited { color: #FFFFFF; }
a.footer:hover { color: #FFFFFF;font-weight: bold; text-decoration: underline }