@charset "utf-8";
/* CSS Document */
body
{
background-color:#C8E7FF;
background-image: url(images/back.jpg);
background-position: top left;
background-repeat: repeat-x;
text-align:center;
margin: 5px 0px;
}
body,td 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003377;
}
th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003377;
}
A:active 
{ 
COLOR: #003377; TEXT-DECORATION: underline;
}
A:link 
{ 
COLOR:#003377; TEXT-DECORATION: none;
}
A:visited 
{ 
COLOR: #667766; TEXT-DECORATION: none;
}
A:hover 
{ 
COLOR: #ff0012; TEXT-DECORATION: underline;
}
.topm
{
    COLOR: #844384;
	font-style:italic;
	font-size: 18px;
	font-family: Arial;
	margin-bottom: 0px;
	margin-top: 0px;	
}
.topm H1
{
    COLOR: #844384;
	font-size: 18px;
	font-style:italic;
	font-weight: bold;
	font-family: Arial;
	margin-bottom: 0px;
	margin-top: 0px;
}