body {
	font-family: "Times new Roman",Sans-serif;
	font-weight: 600;
	background-color: #000000;
	margin-left: 5%;
	margin-right: 5%;
}
hr {
	border: none;
	height: 1px;
	width: 40%;
	margin: auto;
	background-color: #333333;
}
table tr td {
	vertical-align: top;
}
.content div,.content p {
	font-size: 10px;
	color: #666666;
}
.content h1,.content h1 a {
	font-size: 15px;
	color: #666688;
	text-decoration: underline;
}
.content h2,.content h2 a {
	font-size: 13px;
	color: #886688;
	text-decoration: underline;
}
.content h1:hover,.content h1 a:hover {
	text-decoration: none;
}
.content span.captcha {
	background-color: #333333;
	color: #CC3333;
	border: solid 1px #666666;
	font-size: 12px;
	text-decoration: blink;
}
.content table tr td a img {
	border: solid 1px #666666;
}
.content table tr td a img:hover {
	border: solid 1px #6666FF;
}
.content table tr td a {
	color: #444444;
	text-decoration: underline;
}
.content table tr td a:hover {
	text-decoration: none;
}
.content div a {
	color: #CCCCCC;
	text-decoration: underline;
}
.content div a:hover {
	text-decoration: blink;
}
.content p a {
	color: #338833;
	text-decoration: underline;
}
.content p a:hover {
	text-decoration: none;
}
.content span.selected a {
	color: #883333;
	text-decoration:underline;
}
.content span.selected a:hover {
	text-decoration: none;
}
input,textarea {
	border: solid 1px #333333;
	background-color: #888888;
	color: #000000;
	font-weight: 600;
}
input:focus,textarea:focus {
	border: solid 1px #3333AA;
	background-color: #AAAAAA;
	color: #222222;
}
.content p.error,.content div.error {
	color: #CC0000;
}
