html { height: 100%; }
body {
	margin: 0px;
	padding: 0;
	background-color: #010101;
	background-image: url("images/gradientbg.jpg");
	background-attachment: fixed;
	color: #000000;
	font-family: Verdana,Helvetica,Arial;
	font-size: small;
	height: 100%;
}
td {
	color: #000000;
	font-family: Verdana,Helvetica,Arial;
	font-size: small;
}
a:link { color: #0000FF; }
a:visited { color: #0000FF; }
a:hover { color: #CC00CC; }

.headerlinks {
	margin: 0px;
	font-size: small;
}
.headerlinks a:visited, .headerlinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.headerlinks a:hover {
	text-decoration: underline;
}

.sidebar {
	background-image: url("images/gradientbg2.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-right: 1px solid #000000;
}
.whiteblock, .whiteblock td {
	color: #000000;
}
table.blackblock { width: 98%; }
.blackblock, .blackblock td {
	color: #FFFFFF;
}
.blackblock a:link { color: #00FFFF; }
.blackblock a:visited { color: #FF00FF; }

.alphabg {
	filter: alpha(opacity=90);
	-moz-opacity: .90;
}
.alphafg {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
}

h1 {
	font-size: medium;
	margin-top: 1px;
	margin-bottom: 2px;
}

h2 {
	font-size: small;
	margin-top: 1px;
	margin-bottom: 2px;
	font-variant: small-caps;
}

h3 {
	font-size: small;
	margin-top: 1px;
	margin-bottom: 2px;
}

.fixedsmall, .fixedsmall td { font-size: 10px; }
.fixedxsmall, .fixedxsmall td { font-size: 8px; }
.box { border: 1px solid #000000; }

.navheader {
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}

.buttonscontainer { width: 140px; }

.buttons a:link, .buttons a:visited, .buttons div {
	color: #000000;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 3px;
	height: 17px;
	text-align: left;
}

.buttons div {
	width: 140px;
	text-align: center;
	background-image: url(images/steelplate.gif);
	background-repeat: no-repeat;
}
a.navdeep0:link, a.navdeep0:visited {
	width: 130px;
	padding-left: 10px;
	background-image: url(images/steelplate1.gif);
	background-repeat: no-repeat;
}

a#currentpage {
	color: #FFFF00;
	background-image: url(images/steelplate2.gif);
	background-repeat: no-repeat;
}

.buttons a:hover {
	color: #FF0000;
	text-decoration: underline;
	background-image: url(images/steelplate3.gif);
	background-repeat: no-repeat;
}

a#currentpage:hover {
	color: #FF0000;
	background-image: url(images/steelplate3.gif);
	background-repeat: no-repeat;
}