@charset "UTF-8";
/* CSS Document */

a:link
{
	color: #0000ff;
	text-decoration: underline;

}
a:visited
{
	color: #0000ff;
	text-decoration: underline;

}
a:active
{
	color: #0000ff;
	text-decoration: none;


}
a:hover
{
	color: #ff0000;
	text-decoration: none;

}

.nav
{
	color:#000099;
	font-weight: bold;
	padding: 2px;
    font-size: 14px;

}
.nav a:link
{
	color: #000099;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}
.nav a:visited
{
	color: #000099;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}
.nav a:active
{
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}
.nav a:hover
{
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
	padding: 2px;
}
body
{
	margin: 20px;
	background-color: #999999;
	color: #000000;
    font-family: Verdana, Helvetica, Arial,sans-serif;
    font-size: 12px;
}
td 
{
	background-color: #ffffff;
	vertical-align: top;
	color: #333333;
    font-family: Verdana, Helvetica, Arial,sans-serif;
    font-size: 12px;
	font-weight: normal;
}
.title
	{
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	}
.address
	{
	color: #000000;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
		}
.color_bar
	{
	background-color: #999999;
	}

