BODY
{
	background: white;
	color: black;
	margin: 0px;
	padding: 0px;
	font: 12px Arial;
}

.header
{
	background: url(../image/background.header.gif) repeat;
}

.ad
{
	position: absolute; 
	right: 10px;
	top: 20px;
	border: 0px solid #8E8E8E;
	z-index: 0;
}

.menu
{
	background: url(../image/background.menu.gif) repeat;
}

.shadow
{
	background: url(../image/background.shadow.gif) repeat-x;
	padding: 30px;
}

.shadow2
{
	background: url(../image/background.shadow.gif) repeat-x;
}

.headingPage
{
	background: #7F7F7F;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
	padding: 17px;
}

.headingBlock
{
	background: #7F7F7F;
	border: 1px solid black;
	border-left: 0px;
}

.blockHeader
{
	background: url(../image/background.blockheader.gif) repeat-x;
}

H1, .heading
{
	font-size: 16px;
	font-weight: normal;
}

H2
{
	font-size: 14px;
	font-weight: bold;
}

A, A:visited, A:active
{
	color: #005DA1;
	text-decoration: none;
}

A.headlineLink, A.headlineLink:visited, A.headlineLink:active
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

A:hover, A.headlineLink:hover
{
	text-decoration: underline;
}

TD
{
	font-size: 12px;
}

TH
{
	font-size: 12px;
	text-align: left;
}

TD.bar
{
	background: url(../image/background.bar.gif) repeat-x;
	font: 10px Verdana;
	font-weight: bold;
	height: 30px;
	padding-left: 30px;
}

TD.bar2
{
	background: url(../image/background.bar.gif) repeat-x;
	font: 10px Verdana;
	font-weight: bold;
	height: 30px;

}

TD.headingText
{
	color: white;
	font-size: 10px;
}

.newsinfo, A.newsinfo:visited
{
	font-size: 10px;
	color: #8E8E8E;
}

.thumbnail
{
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #8E8E8E;
}

.stdinput, TEXTAREA
{
	font: 12px Arial;
	background: white;
	border: 1px solid #8E8E8E;
	color: black;
}

