body {
 	background-color: #000000;
	background-image: url(bg.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
div.content {
	background-color: #470004;
	color: #ffffff;
	margin: 0 auto;
	padding: 0px;
	width: 470px;
	position: relative;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	}
div.main {
	background: #470004;
	color: #ffffff;
	font-family: georgia, serif;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
	text-align: justify;
	width: 450px;
	}
div.disclaimer {
	background: #470004 url() no-repeat left bottom;
	color: #ffffff;
	font-family: georgia, serif;
	font-size: 8px;
	margin: 0;
	padding: 10px;
	text-align: center;
	width: 450px;
	}

p {
	background: #470004;
	color: #ffffff;
	font-family: georgia, serif;
	font-size: 10px;
	margin: 7px 20px 10px 20px;
	padding: 0px;
	text-align: justify;
	}
p.skin { text-align: center; }
p.center { text-align: center; }
p.show_join_credits, p.show_update_credits, p.show_lostpass_credits { font-size: 9px; text-align: right; }

ul {
	margin: 10px 20px 10px 40px;
	padding: 0px;
	list-style-type: circle;
	}
li {
	background: transparent;
	color: #ffffff;
	font-family: georgia, serif;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: justify;
	list-style-type: circle;
	}

a, a:visited {
	color: #b80c1a;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	}
a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

b {
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
                  }
b.name {
	color: #ffffff;
	font-family: georgia, serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	}
i {
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
                  }

h1 {
	font-family: georgia, serif;
	font-size: 13pt;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
	letter-spacing: 3px;
	text-align: center;
      }
h1:first-letter {
	background: url('') no-repeat left center;
	color: #ffffff;
	font-family: georgia, serif;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
	text-align: center;
	}
h2 {
	text-align: center;
	}

input {
	background: #ffffff;
	color: #470004;
	border: 1px solid #000000;
	font-family: arial, sans-serif;
	font-size: 10px;
	text-transform: none;
	font-weight: bold;
	}
textarea {
	background: #ffffff;
	color: #470004;
	border: 1px solid #000000;
	font-family: arial, sans-serif;
	font-size: 10px;
	text-transform: none;
	font-weight: bold;
	}
select {
	background: #ffffff;
	color: #470004;
	border: 1px solid #000000;
	font-family: arial, sans-serif;
	font-size: 10px;
	text-transform: none;
	font-weight: bold;
	}
blockquote {
 	background-color: transparent;
	color: #ffffff;
	margin: 10px 40px 10px 40px;
	padding: 10px;
	text-align: center;
	border: 1px dashed #ffffff;
	}

label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}
.codesort h2 { text-align: center;	color: #ffffff; }
.codesort h3 { text-align: center;	color: #ffffff; }
.codesort p { }
.codesort a { }
.codesort img { }
.codesort input { }
.codesort option { }
.codesort select { }