body {
	margin: 0px;
	background: #ffffff;
	color: #000000;
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 14px;
	
	background: url('images/topbg.gif');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
}

h1 {
	color: #505050;
	font-family: arial, verdana;
	font-size: 20px;
	text-decoration: none;
}

td.header {
	background: #505050;
	color: #ffffff;
	font-size: 14px;
	font-family: arial, verdana;
	height: 50px;
	vertical-align: middle;
}

td.content {
	color: #000000;
	font-size: 12px;
	font-family: arial, verdana;
}

td.footer {
	border: none;
	padding-top: 0px;
	border-top: solid #505050 2px;
	text-align: center;
	color: #000000;
	font-family: arial, verdana;
	font-size: 13px;
	vertical-align: middle;
	height: 30px;
}

input.header {
	border: solid #cccccc 2px;
	background: #ffffff;
	color: #000000;
	font-family: courier, arial, verdana;
	font-size: 13px;
	font-weight: bold;
	width: 200px;
}

form {
	margin: 0px;
}

a.news:link, a.news:visited {
	color: #0000ff;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

a.news:hover {
	color: #5050ff;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}


a.header:link, a.header:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.header:hover {
	color: #aaaadd;
	text-decoration: none;
	font-weight: bold;
}