html {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
body {
	background: white url('../images/bg.gif') repeat-y;
	margin: 0;
	padding: 0;
}
.footer {  font-size: 10px; color: #000000}
p { font-size: 10px; color: #000000}
a { font-size: 10px; color: #009900; text-decoration: none}
a:hover {  text-decoration: underline; }
a img { border: 0; }
h1, h2, h3 {
	font-family: arial, helvetica, sans-serif;
	color: #006633;
}
h1 {
	font-size: large;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-size: medium;
	text-align: center;
}
ul.tabbar {
	list-style-type: none;
	margin:0;
	padding: 4px 0 0 0;
}
ul.tabbar li a {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 14px;
	padding: 8px 4px;
	margin-right: 9px;
	margin-bottom: 4px;
}
ul.tabbar li a:hover, ul.tabbar li.active a {
	background-color: #009900;
}
