body, table, tr, td { 
	font-family: Arial, Helvetica, sans-serif; 
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
}

a { 
	color: #ff0000; 
	font-weight: bold;
	background: none;
	font-size: 15px;
}

a:visited { 
	color: #333366; 
	background: none;
}

p a {
	font-size: 13px;
}
.header {
	background: #333366;
	text-align: center;
}
.menu {
	background: url('images/menuback.jpg');
	height: 31px;
	text-align: center;
	border-top: 1px solid #ffffff;
}
.menublock a {
	background: url('images/menuback.jpg');
	height: 31px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	line-height: 31px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #ffffff;
	font-size: 13px;
}
.menublock a.last {
	border-right: 1px solid #ffffff;
}
.menublock a:hover, .menublock a:active {
	background: url('images/menuback-over.jpg');
}	
.bigred {
	color: #ff0000;
	font-size: 15px;
	font-weight: bold;
}
.footer {
	background: #333366;
	text-align: right;
	color: #ffffff;
	padding: 10px;
}
.footer a {
	color: #ffffff;
	font-size: 13px;
}
h1 {
	font-size: 18px;
	color: #333366;
	text-align: left;
}
