body {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
}

p {
	color: #ffffff;	
}

a {
	text-decoration: none;
	color: orange;
}

a:hover {
	text-decoration: underline;
}

H1, H2, H3 {
	color: #a2a2a2;
	border-bottom: solid #e2e2e2 2px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	overflow: hidden;
}

h1 {
	border-bottom: none;
	margin-bottom: 20px;
	height: 36px;
}

h2 {
	height: 30px;
}

h3 {
	height: 22px;
}

li {
	color: orange;
}

li span {
	color: #ffffff;
}

img {
	margin-left: 20px;
}

span.title {
	font-size: 16px;
	color: #a2a2a2;
	border-bottom: solid #e2e2e2 2px;
	font-weight: bold;
}

span.copy_right {
	float: right;
	font-size: 10px;
	text-align: center;
}

div.header {
	background-color: #000000;
	background-image: url('header.gif');
	background-repeat: no-repeat;
	height: 100px;
	border-bottom: solid #393939 2px;
	padding-right: 10px;
}

div.menu {
	border-left: solid #393939 2px;
	border-right: solid #393939 2px;
	border-bottom: solid #393939 2px;
	margin: auto;
	width: 810px;
	background-color: #303030;
	height: 18px;
}

div.menu a {
	text-decoration: none;
	color: #f2f2f2;
	font-size: 16px;
	font-weight: bold;
}

div.menu a:hover {
	color: orange;
	cursor: hand;
}

div.menu a span {
	display: block;
	float: left;
	text-align: center;
	border-right: solid #393939 0px;
	width: 80px;
}

div.menu a span:hover {
	cursor: hand;
}

div.body {
	margin: auto;
	width: 800px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	text-align: left;
}

.error {
	font-weight: bold;
	color: red;
	text-align: center;	
}