/*
	tswtabs.css		1.0.2
	*/
body { font-family: Verdana, Arial, sans-serif;font-size medium}

p { font-family: Verdana, Arial, sans-serif; font-size medium}
h1, h2 {font-family: Verdana, Arial, Georgia;}
table {border-collapse: collapse; border:1px solid black}

#tswcsstabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#tswcsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcsstabs li a {
	color: #000 ;
	background-color: #ffe500 ;
	border: 1px outset #b3a000 ;
       	padding: 2px ;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #000 ;
	background-color: #b3a000 ;
}
