body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #4d5333;
	background-image: url(../images/sliver.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #0066FF;
	text-decoration: underline;
}
h1 {
	font-family: "Impact";
	font-style: normal;
	color: #cc0000;
	text-align: center;
	text-transform: capitalize;
	font-weight: lighter;
	font-size: 36px;
}
h2,h3,h4,h5,h6 {
	font-family: Tahoma;
}
h2 {
	font-size: 30px;
	color: #000000;
}
h3 {
	font-size: 24px;
	color: #000000;
}
h4 {
	font-size: 18px;
	color: #000000;
}
h5 {
	font-size: 16px;
	color: #000000;
}
.footbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
/* styles for tabbed navigation */
#navcontainer {
background: #ffffff; 
padding: 1px; 
}
#navlist { 
padding: 3px 0; 
margin-left: 0; 
border-bottom: 1px solid #ccc; 
font: bold 12px "Trebuchet MS",helvetica,sans-serif; 
text-align:center; 
}
#navlist li { 
list-style: none; 
margin: 0; 
display: inline; 
}
#navlist li a { 
padding: 3px 0.5em; 
margin-left: 3px; 
border: 1px solid #ccc; 
border-bottom: none; 
background: #eee; 
text-decoration: none; 
background-image: url(../images/gradient2.png);
}
#navlist li a:link { 
color: #0066FF; 
}
#navlist li a:visited { 
color: #0066FF; 
}
#navlist li a:hover { 
color: #ffff00; 
background: #0066FF; 
border-color: #0066FF; 
}
#navlist li a#current { 
background: white; 
border-bottom: 1px solid white; 
}
#navlist li a:hover#current { 
background: white; 
border-bottom: 1px solid white; 
color:#0066FF; 
}
/* end styles for tabbed navigation */
