/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.header
{
font-size:17px;
color:#000000;
font-weight:bold;
}

.menu
{
font-size:12px;
color:#ffffff;
font-weight:bold;
}
.link
{
color:#FF0000;
font-weight:bold;
}

.content-bold
{
font-size:12px;
color:#000000;
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;
}