﻿body {
	margin: 0;
	padding: 0;
	background-color: #000000;
    background: #000000 url('../images/bgp.gif') top center repeat-y;
	
}
body, table, tr, td, p {
	font-family: arial, helvetica, serif;
	font-weight: bold;
	font-size: 9pt;
	color: #999999;
}
#header {
	background: #000;
}
#header td {
	color: #fff;
	font-size: 8pt;
}
#header td a {
	color: #a00;
	text-decoration: none;
	letter-spacing: 1pt;
}
#header td a:hover {
	color: #f00;
}
#illustration {
	margin: 0 0 5px 0;
}
#mainmenu {
	background: #000 url("../images/mainmenu_bg.gif");
	margin: 0 0 10px 0;
}
#mainmenu a {
	font-family: arial, helvetica, serif;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#mainmenu a:hover {
	color: #298afd;
}
#bottommenu {
	padding: 10px 0 0 0;
	color: #fff;
	background: #1c4e8d url("../images/bottommenu_bg.gif");
}
#bottommenu a {
	font-family: arial, helvetica, serif;
	font-size: 9pt;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#bottommenu a:hover {
	color: #ccc;
}
#content {
}
#footer {
	color: #fff;
	background: #000;
	font-weight: normal;
}
form {
	display: inline;
}
input {
	font-size: 7pt;
	border: 0;
}
.container {
	padding: 20px;
	background: #dedede;
	border: 1px dotted #808080;
	color: #0c234c;
	margin: 0 0 10px 0;
}
.container h1 {
	font-family: georgia, times new roman, serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #595959;
}
.container a {
	color: #a90606;
}

