body {
 	background-color: #ffffff;
	background-image: url(bg.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
div.content {
	background-color: #9aa7a6;
	color: #312c1b;
	margin: 0 auto;
	padding: 0px;
	width: 400px;
	position: relative;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	}
div.main {
	background: #9aa7a6;
	color: #312c1b;
	font-family: arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	text-align: justify;
	width: 380px;
	}
div.disclaimer {
	background: #9aa7a6 url() no-repeat left bottom;
	color: #312c1b;
	font-family: arial, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
	text-align: center;
	width: 380px;
	}

p {
	background: transparent;
	color: #312c1b;
	font-family: arial, sans-serif;
	font-size: 11px;
	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: #312c1b;
	font-family: arial, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: justify;
	list-style-type: circle;
	}

a, a:visited {
	color: #3e3d67;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover {
	color: #7d7da3;
	font-weight: bold;
	text-decoration: underline;
	}
a:active {
	color: #3e3d67;
	font-weight: bold;
	text-decoration: line-through;
	}

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

h1 {
	background: #3f543a;
	font-family: arial, sans-serif;
	font-size: 13pt;
	color: #172515;
	font-weight: bold;
	font-style: normal;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	text-transform: uppercase;
	letter-spacing: 3px;
      }

h2 {
	text-align: center;
	}

input {
	background: #ffffff;
	color: #808080;
	border: 1px dashed #000000;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	}
textarea {
	background: #ffffff;
	color: #808080;
	border: 1px dashed #000000;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	}
select {
	background: #ffffff;
	color: #808080;
	border: 1px dashed #000000;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	}
blockquote {
 	background-color: transparent;
	color: #485455;
	margin: 10px 50px 10px 50px;
	padding: 10px;
	text-align: justify;
	border: 1px dashed #485455;
	}

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: #000000; }
.codesort h3 { text-align: center;	color: #000000; }
.codesort p { }
.codesort a { }
.codesort img { }
.codesort input { }
.codesort option { }
.codesort select { }