﻿body 
{
	margin: 0px;
   background-color: #ffffff;
}

html *
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color: #2f3a5d;
}

.plain_text 
{
	font-size: x-small;
	color: #000033;
}
.plain_text_head 
{
	font-size: medium;
	color: #000033;
	font-weight: bolder;
}
.style1 
{
    font-size: small; 
    color: #000033; 
    font-weight: bolder; 
}
.style6 
{
    font-size: x-small; 
    color: #000033; 
    font-weight: bold; 
}
a:link 
{
	color: #000033;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #000033;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #000033;
}
