body
{
	background-color: White;
	color: white;
	font-family: Arial,sans-serif;
	font-size: 14px;
}
td.banner
{
/*	background-image: url(images/topbannerback.png);
	background-repeat: repeat;*/
	background-color: #c0c0c0;
	width: 950px;
	text-align: center;
	color: white;
}
.bottombanner
{
	background-color: #c0c0c0;
	width: 950px;
	color: white;
	text-align: right; 
	border-top: solid white 1px;
}
td.menu
{
	height: 20px;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	color: white;
	background-color: #a9a9a9;
}
td.submenu
{
	height: 14px;
	width: 112px;
	background-image: url(images/submenu.png);
	background-repeat: no-repeat;
	background-position: center;
}
td.button
{
	width: 115px;
	text-align: center;
	border: solid white 1px;
	background-color: #bd0027;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	color: White;
}
td.content
{
	background-color: #a9a9a9; 
	color: white; 
	text-align: center; 
	padding-bottom: 20px;
}
td.interbutton{width: 5px;}
th
{
	font-size: 14px;
	font-weight: bold;
}
td
{
	font-size: 14px;	
}
a
{
	color: white;
	background-color: transparent;
	text-decoration: underline;
	font-size: 14px;
}
a:hover
{
	text-decoration: underline overline;
}
a.submenu
{
	text-decoration: none;
}
a.submenu:hover
{
	color: white;
	background-color: #a9a9a9;
	text-decoration: none;
}
a.anchor
{
	text-decoration: none;
}
a.plain
{
	text-decoration: none;
}
a.plain:hover
{
	text-decoration: underline overline;
}
ul
{
	 list-style-type: circle;
}
.bold
{
	font-weight: bold;
	font-size: 14px;
}
.italic
{
	font-style: italic;
}
.bolditalic
{
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}
.absolutemiddle
{
	text-align: center;
	vertical-align: middle;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.left
{
	text-align: left;
}

input
{
	font-size: 12px;
	width: 312px;
}
textarea
{
	font-size: 12px;
	width: 312px;
}
hr
{
	border: solid 1px white;
}
table.main
{
	width: 950px; 
	border: solid #a9a9a9 1px;
}

