/*
	tswtabs.css		1.0.2
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/
body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #233A2A url("images/bg_grad.jpg") repeat-x;
	scrollbar-3dlight-color:;
           scrollbar-arrow-color:#FFFFFF;
           scrollbar-base-color:;
           scrollbar-track-color:#000000;
           scrollbar-darkshadow-color:#9FAFDF;
           scrollbar-face-color:#233A2A;
           scrollbar-highlight-color:;
           scrollbar-shadow-color:#556B2F
		   }
a:link, a:visited{
	color: #599ACC;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	color:#89BADF;
}

#tswcsstabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#tswcsstabs ul li {
	margin: 0 ;
	padding: 2 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 14px;
}
#tswcsstabs li a {
	color: #0A8E4B;
	background-color: #000 ;
	border: 0px outset #f0f0f0 ;
	padding: 3px ;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #FFFFFF ;
	background-color: #0A8E4B ;
}
