@charset "utf-8";
/* CSS Document */
body
{background-color:white;
}

normal
{ font-family:"Times New Roman", Times, serif;
font-size: small;	line-height:inherit;
}
a
{
color: #003300;
text-decoration:none;}

a:link, a:visited
{
color: #003300;
font-weight:bold;
text-decoration:none;}
a:hover
{
color: #006600;
text-decoration:none;}
a:active
{
color:#CC9900;
text-decoration:none;}


.copyright
{font-size: 10px;}

/*img 
{padding:3px;
background-color:white;}
img a:link, img a:visited
{
color: #003300;
font-weight:bold;
text-decoration:none;}
img a:hover
{
color: #006600;
text-decoration:none;}
img a:active
{
color:#CC9900;
text-decoration:none;}
*/

.bottom_links
{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;}
.bottom_links a:link, .bottom_links a:visited
{}
.bottom_links a:hover
{	text-decoration:underline;}
.bottom_links a:active
{color:#000000;}

h1
{ 
font:"Times New Roman", Times, serif;
font-size: large;
color: #660000;
}
h2
{ 
font:"Times New Roman", Times, serif;
font-size:14px;
color: #990000;
}