body,td,th {
	color: #333333;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
}
ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(/images/nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	z-index: 0;
	background-image: url(/images/nav_bg.png);
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(/images/nav_bg.png) 0px -30px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(/images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}

input, select, textarea {
	margin: 1px;
	border:1px #06F solid;
	background-color: #CCC;
}

.input_false {
	border:1px #FF0000 solid;
}

.input_right {
	border:1px #00FF00 solid;
}


.bg_head {
	background-image: url("/images/bg_head_mid.jpg");
	background-repeat: repeat-x;
	height: 21px;
	width:100%;
	padding-top: 5px;
}

.bg_content {
	background-image: url("/images/bg_content_mid.jpg");
	background-repeat:repeat;
	color: #333333;
	padding: 5px;
}

.bg_content_left {
	background-image: url("/images/bg_content_left.jpg");
	background-repeat:repeat-y;
}

.bg_content_right {
	background-image: url("/images/bg_content_right.jpg");
	background-repeat:repeat-y;
}

.bg_footer {
	background-image: url("/images/bg_footer_mid.jpg");
	background-repeat:repeat-x;
	height: 8px;
}

.bg_ad_head {
	background-image: url("/images/bg_ad_head.jpg");
	background-repeat: no-repeat;
	height: 21px;
	width: 585px;
	padding-left: 5px;
	padding-top: 5px;
}

.bg_ad_footer {
	background-image: url("/images/bg_ad_footer.jpg");
	background-repeat:no-repeat;
	height: 8px;
}

div.sectionTitle {
	float: left;
	font-weight: bold;
	color: #868686;
}

div.sectionTitleRight {
	float: right;
	padding-right: 5px;
	color: #999;
	font-weight: normal;
}

.padd {
	padding:2px;
}

.case_top {
	padding:1px;
	border-top:#000000 1px dotted;
}

h1, h2 { border: 1px dotted #333333;  line-height: 1.1em; padding-bottom: 0.2em; padding-left:3px; font-size:12px; color: #000000;}

.case_bottom {
	padding:1px;
	border-bottom:#000000 1px dotted;
}

.case_bottom_2 {
	padding:3px;
	border-bottom:#000000 1px dashed;
}

