/* CSS Document */

body, html{
	margin:0px;
	padding:0px;
	background-color:#1F1F1F;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
#header{
	background-image:url('images/bg.jpg');
	height:119px;
	background-repeat: repeat-x;
	background-position: left top
}
#footer{
	height:68px;
	background-image:url('images/bg-footer-right.jpg');
	background-repeat: repeat-x;
	background-position: left top
}
#contentArea{
	width:433px;
	
}
.mainBody{
	font-size:13px;
	color:#F3F3F3
	
}
.mainBody a{
	text-decoration:underline;
	color:#F3F3F3;
}
.mainBody a:hover{
	text-decoration:none;
	color:#7DCBFF;
}
.mainBodyimg, .mainBodyimg a, .mainBodyimg a:hover {
	border:3px solid #F3F3F3;
}
h2{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	margin:0px;
	padding:0px;
}
input, textarea{
	color: #333333;
	text-decoration: none;
	background-color: #ffffff;
	border:0px;
	font-size:11px;
	padding:2px;
}
.button{
	color: #333333;
	text-decoration: none;
	background-color: #ffffff;
	font-size:11px;
	padding:1px;
}
#highlightTable{
	border: 1px dotted #999999;
}
.shhh{
display:none;
}