html {
margin:0px;
}

body { 
margin: 0;
margin-top:15px;
padding: 0;
background: url(images/bg.jpg) repeat-y #fff top center;
font-family:"Trebuchet MS", Times New Roman, sans serif;
font-size:16px;
color:#36393d;
}

strong {
	color:#36393d;
}
a {
	
color:#96C;
font-weight:bold;
text-decoration:none;
}

a:hover {
color: #11265d;
text-decoration:underline;
}
h3 {
font-size:14px;
margin-top:10px;
margin-bottom:0px;
border-bottom:2px solid #96C;
color:#96C;
}
h2 {
	background:none;
	color:#96C;
	
	text-align:left;
	font-size:14px;
	padding:4px;
	margin-top:10px;
	margin-bottom:8px;
}


.big {
	font-size:16px;
}
.TableTop {
	border-bottom:1px solid black;background:#183152;color:#fff;padding-left:5px;
	font-weight:bold;
}
.tabletop a {
	color:#fff;
}
.tabletop p {
	margin:0px;
}
.ForumTop {
background:	#a82646;
color:#fff;
font-weight:bold;
padding-left:10px;
}





#button {
	text-align:center;
	background:url(images/button.jpg) no-repeat top center;
	width:175px;
	height:10px;
	cursor:pointer;
	
}
#button a {
   text-transform:uppercase;
   font-size:16px;
   color:#fff;
   padding-top:0px;
}
#button:hover {
	background:url(images/buttonover.jpg) no-repeat top center;
}







#footer { color:#96C; font-size:12px; font-style:italic; }
#footer a { color:#96C; font-size:12px; font-style:italic; }