body {
	margin: 0px;
	padding: 0px;
	background-color: #404040;
        color: #ffffff;
	scrollbar-arrow-color: white;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: darkgray;
	scrollbar-track-color: darksteelblue;
	scrollbar-face-color: #555555;
	scrollbar-shadow-color: #A1A1A1;
	scrollbar-highlight-color: #777777;
	scrollbar-3d-light-color: black;
}
body,td,th,div,span {
	font-family: "Verdana", Verdana, sans-serif;
	font-size: 10px;
}
.nav {
	color: #ffffff;
	text-decoration: underline;
}
.nav:hover {
	color: #3399FF;
	text-decoration: none;
	font-weight: bold;
}
a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #3399FF;
	text-decoration: none;

}
h1 {
	font-size: 16px;
	color: #3399FF;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #3399FF;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #3399FF;
}
h4 {
	font-size: 13px;
	font-style: italic;
	color: #3399FF;

}
input
{
font-family:verdana;
font-size:9px;
}
input.button, a.button {
	border: 1px outset #aaa;
	background: url(images/buttonbg.png) repeat-x;
	font-size: 9px;
	font-weight: bold;
	height: 20px;
	min-height: 20px;
	padding: 2px;
	text-decoration: none;
}
.deadlink
{
font-color:darkgray;
}
a.button:hover {
	border: 1px solid #bbb;
}
a.button:active {
	border: 1px inset #bbb;
}
