body {
	margin: 0px;
	padding: 0px;
	background-color: #4a4344;
	background-image: url(images/bodybg.png);
        color: #ffffff;
}
td.info
{
	border: 1px solid #555555;
}
body,td,th,div,span {
	font-family: "Verdana", Verdana, sans-serif;
	font-size: 12px;
}
.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.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;
}