body { 
	margin:0px; padding:0; right-margin:0;
	height:100%; 
	background: #585858 url('images/main_bg.png'); 
	background-position: top left;
	background-repeat:repeat-x;
}

body td, p, li, ul{ 
	font-family:  helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}

ul, li {
	list-style: square;
	padding-bottom:6px;
}


.nav a:link, .nav a:visited {background: url('/images/nav_bg_btn.png'); background-repeat: no-repeat; background-position: center right; text-decoration: none; float:left; line-height: 38px; height: 38px; text-align:center; color:#fff; font-weight:bold; font-size:12px; padding-left: 25px; padding-right: 25px;}
.nav a:hover {background: url('images/top_bg.png'); text-decoration: none; float:left; line-height: 38px; height: 38px; text-align:center; color:#8CFFDB; font-weight:bold; font-size:12px; padding-left: 25px; padding-right: 25px;}


input, textarea{
	font-family: tahoma, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

select{
	font-family: tahoma, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left:10px;
}

.page-content{
	padding:20px; 
}

h1 {
	font-family : helvetica, sans-serif; 
	font-weight :bold; 
	font-size : 20px; 
	font-style: italic;
	color : #000000; 
	padding-bottom: 10px;
	margin:0px;
}

h3 {
	font-family : helvetica, sans-serif; 
	font-weight :bold; 
	font-size : 20px; 
	font-style: italic;
	color : #000000; 
	padding-bottom: 10px;
	margin:0px;
}


A 		{ color: #000; font-size:13px; text-decoration:none; font-weight:bold;}
a:visited	{ color: #8CFFDB; font-size:13px; text-decoration:none; font-weight:bold;}
a:hover		{ color: #333; font-size:13px; text-decoration:underline; font-weight:bold;}



.foot{
	padding: 20px;
	background: #CCC;
	font-family: helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:bold;

}

.foot a:link, .foot a:visited{
	font-family: helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	padding: 5px;
}

.foot a:hover{
	font-family: helvetica, sans-serif;
	font-size:10px;
	color:#8CFFDB;
	font-weight:bold;
}



