body {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	background-color: #000;
	font-size: 12px;
	color: #000;
	height:100%;
}
input,select,textarea,table,option,optgroup {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: none;
}
a:active {
	color: blue;
	text-decoration: none;
}

h1 {
	font-size: 150%;
	color: #F93;	
}
h2 {
	font-size: 125%;
	color: #F93;	
}

img {
	border: 0px;
}

#main_wrapper {
	width:728px;
	height:100%;
	background-color: #444;
	position: relative;
	border-top: 0;
	margin: 0 auto;
}

#header {
background-image:url(images/header.gif);
height: 90px;
background-repeat: no-repeat;
background-color: #666;
text-align: right;
padding: 0px 0px 0px 0px;
}

#top_menu {
	clear: both;
	text-align: center;
	background-color:#0D1E7A;
	padding: 5px 1px 5px 1px;
	color: #FFF;
	border-top:10px solid #F93; 
	border-bottom:2px solid #F93;
}

#menu li a:hover {
	color:#fff; 
	background:#0D1E7A;
	border-top: 4px solid #F93;
}

#left_content {
	text-indent: 0px;
	margin: 10px;
	width: 150px;
	float: left;
	background-color: #333;
	border: 1px dashed #6E6761;
	padding: 10px;
}
#left_menu dl {
	margin: 0 auto; 
	padding: 0px;
	background: #DDDDDD url(bottom.gif) no-repeat bottom left;}
#left_menu dt {
	margin:0; 
	padding: 10px;
	font-size: 1.2em; 
	font-weight:bold; 
	color: #fff; border-bottom:1px solid #fff; 
	background: #DDDDDD url(top.gif) no-repeat top left;}
#left_menu dd {
	margin:0; 
	padding:10px;
	color: #fff; 
	font-size: 1em; 
	border-bottom:1px solid #fff; 
	background: #999999;}
#lmnu a, #lmnu a:visited {
	color:#fff; 
	text-decoration:none; 
	display:block; 
	padding:5px 5px 5px 20px;
	background: #999999 url(arrow.gif) no-repeat 10px 10px; 
}
#lmnu a:hover {
	background: #666666 url(arrowr.gif) no-repeat 11px 10px; 
	color:#FFFFFF;
}

#mid_content {
	margin: 10px 10px 10px 190px;
	padding: 10px;
	background-repeat: no-repeat;
	min-height: 400px;
	background-color:#333;
	border:1px dashed #6E6761;
}

#footer {
	clear: both;
	text-align: center;
	background-color:#0D1E7A;
	padding: 5px 1px 5px 1px;
	color: #FFF;
	border-bottom:10px solid #F93; 
	border-top:2px solid #F93; 
}

.sigtable
{
	padding:10 px;
}

.make-visible {display: block;}

.make-hidden {display: none;}

.input_text {
	border:1px solid #CCC;
	background-color:#999;
}

.input_button {
	border:1px solid #CCC;
	background-color:#000;
	color:#CCC;
}