body
{
	background-color: #ffffff;
	background-image: url('img/bg.png');
	background-repeat: repeat-x;
	margin: 0px;
}
body, table
{
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #666666;
}
img
{
	border: 0px;
}
form
{
	display: inline;
}
hr
{
	height: 1px;
	border: 1px;
	color: #cccccc;
	background-color: #cccccc;
}
a:link, a:active, a:visited
{
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #285ba4;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
a.alt:link, a.alt:active, a.alt:visited
{
	color: #666666;
	text-decoration: none;
}
a.alt:hover
{
	color: #285ba4;
	text-decoration: underline;
}
a.heading:link, a.heading:active, a.heading:visited
{
	font-size: 13px;
	color: #285ba4;
	font-weight: bold;
	text-decoration: none;
}
a.heading:hover
{
	text-decoration: underline;
}
a.headingAlt:link, a.headingAlt:active, a.headingAlt:visited
{
	font-size: 13px;
	color: #77c531;
	font-weight: bold;
	text-decoration: none;
}
a.headingAlt:hover
{
	text-decoration: underline;
}
input, select, textarea
{
	border: 1px #666666 solid;
	background-color: #fcfcfc;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #666666;
}
tr.topMenu
{
	background-image: url('img/m_bg.png');
	background-repeat: repeat-x;
	height: 32px;
}
tr.topMenu td
{
	padding-top: 10px;
}
tr.topMenu a:link, tr.topMenu a:active, tr.topMenu a:visited
{
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}
tr.topMenu a:hover
{
	color: #285ba4;
}
tr.topMenu td.separator
{
	width: 3px;
	padding: 0px;
}
span.heading, td.heading, tr.heading, div.heading
{
	font-size: 13px;
	color: #285ba4;
	font-weight: bold;
}
span.headingAlt, td.headingAlt, tr.headingAlt, div.headingAlt
{
	font-size: 13px;
	color: #77c531;
	font-weight: bold;
}
div.separator
{
	height: 10px;
	background-image: url('img/separator.png');
	background-repeat: repeat-x;
	width: 100%;
}
.content
{
	line-height: 150%;
}
._homepage
{
	display: none;
}

