﻿.body
{
	color: #0400a3;
	font-family: Arial, Sans-Serif;
}
.normal
{
	color: #0400a3;
	font-family: Arial, Sans-Serif;
	width: 678px;
}
.nomalsm
{
	color: #0400a3;
	font-family: Arial, Sans-Serif;
	font-size: smaller;
}
.nomalxsm
{
	color: #0400a3;
	font-family: Arial, Sans-Serif;
	font-size:x-small;
}
.boldsm
{
	color: #0400a3;
	font-family: Arial, Sans-Serif;
	font-size: smaller;
	font-weight: bold;
}

.bold
{
	color: #0400a3;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
}
.boldsm
{
	color: #0400a3;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: smaller;
}
.obluen
{
	color: #3A6A90;
	font-family: Arial, Sans-Serif;
}
.oblueb
{
	color: #3A6A90;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
}
.nav:link
{
	text-decoration:none;
	color:Blue;
}
.nav:visited
{
	text-decoration:none;
	color:Blue;
}
.nav:hover
{
	text-decoration:none;
	color:White;
}
.navwhite:link
{
	text-decoration:none;
	color:Blue;
}
.navwhite:visited
{
	text-decoration:none;
	color:Blue;
}
.navwhite:hover
{
	text-decoration:none;
	color:black;
}
.hrstyle
{
	color:green
}
.botmnu
{
	color:#25538d;
	font-family: Arial, Sans-Serif;
	font-weight:lighter;
	font-size: smaller;
}

.mnu:link
{
	text-decoration:none;
	color:#25538d
}
.mnu:visited
{
	color:#25538d;
	text-decoration:none;
}
.mnu:hover
{
	color:White;
	background-color:blue;
	text-decoration:none;
}
	
	
