*{
	font-family: Tahoma, sans-serif, Verdana, Arial, Helvetica;
}
body {
	background-color: #1D2E49;
	margin:0px;
	padding:0px;
	margin-top:0px;
	margin-bottom:5px;
}

textarea {
	border: 2px;
	border-color: #9A9A9A;
	border-style: solid;
	background: #B7B7B7;
	padding: 3px;
	resize: none;
}

form {
	margin: 0;
}

table {
	margin: 0;
}

img {
	border:none
}

img.secpic {
	border: solid 2px #9A9A9A;
}

#moonImageHeaderDiv{
	position: absolute;
	top: 0px;
	right: 0px;
}
#titleImageHeaderDiv{
	position: absolute;
	right: 0px;
	left: 0px;
	text-align: center;
	top: 40px;
}

.tborder {
    background: none repeat scroll 0 0 #232323;
    color: #000000;
}
.thead {
    background: none repeat scroll 0 0 #232323;
    color: #CCCCCC;
}
.trow1, .trow1Active {
    background: none repeat scroll 0 0 #3E3E3E;
    color: #FFCC99;
}
.trow2, .trow2Active {
    background: none repeat scroll 0 0 #333333;
    color: #FFCC99;
}

a {
	color: #FF9900;	
	font-weight: bold;
	font-size: 13px;
}
a.ellowFont20 {
	font-size: 20px;
	color: #FFFF99;
	text-decoration: none;
}
a.orangeFont8 {
	font-size: 10px;
	font-weight: normal;
}
.pages {
	font-size: 10px;
	color: #cccccc;
	font-weight: normal;
	text-decoration: none;
}
a.menuFont {
	font-size: 15px;
	color: #CCFFFF;
	text-decoration: none;
}
a.forumNavigator {
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
.grayFont11 {
	font-size: 11px;
	color: #cccccc;
}
.grayFont10 {
	font-size: 10px;
	color: #cccccc;
}
.grayFont13{
	font-size: 13px;
	color: #cccccc;
}
.orangeFont14 {
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}
p.whiteFont10 {
	font-size: 12px;
	color: #FFFFFF;
}
input{
    background: #B7B7B7;
    font-size: 12px;
    line-height: 14px;
}
input.button{
	
    background: #FF9900;
    border: solid 1px #985B01;
    font-size: 12px;
	font-weight: bold;
	color: #232323;
	cursor: hand;
}
input.button:hover{
	color: #111111;
}
input.button:active{
    background: #232323;
    border: solid 1px #985B01;
	font-weight: bold;
	color: #ffffff;
}

.socialMenu a {
	padding: 0px 5px;
	position: relative;
}
.topMenu a {
	padding: 0px 18px 0px 0px;
	position: relative;
}



