/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.header
{
font-family: Arial Black;
font-size:17px;
color:#002C77;
}

.menu
{
font-size:14px;
color:#ffffff;
font-weight:bold;
}
.menu11
{
font-size:11px;
color:#ffffff;
font-weight:bold;
}

.link
{
font-size:12px;
color:#002C77;
font-weight:bold;
}

.content-bold
{
font-size:12px;
color:#333333;
font-weight:bold;
}
.footer
{
font-size:10px;
color:#333333;
font-weight:bold;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}