body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FEFEFE;
	background-image: url(images/gradient.jpg);
	background-attachment: fixed;
	color: #000000;
	font-family: Verdana,Arial;
	font-size: small;
}
td {
	color: #000000;
	font-family: Verdana,Arial;
	font-size: small;
}
a:link { color: #0000FF; }
a:visited { color: #0000FF; }
a:hover { color: #FF0000; }


/* #AAA1E8 */

h1 {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}

h2 {
	font-size: medium;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: small;
	font-weight: bold;
	color: #000000;
}

.smalltext, .smalltext td { font-size: 10px; }

.xsmalltext, .xsmalltext td { font-size: 8px; }

#header {
	height: 100px;
	width: 100%;
	background-image: url(images/toppix.jpg);
	background-repeat: no-repeat;
}

#bodytable {
	width: 100%;
	background-image: url(images/shelves.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#maincontent {
	height: 400px;
	padding: 5px;
}

div.navrow a:link, div.navrow a:visited {
	font-size: x-small;
	font-weight: bold;
	color: #FF0000;
}

div.navrow a:hover {
	color: #0000FF;
}
div.thirdcolumn {
	float: right;
	width: 200px;
}


.navmenu {
	display: block;
	width: 130px;
	height: 17px;
	color: #FFFFFF;
	padding-left: 25px;
	padding-right: 8px;
	padding-top: 8px;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	background: url(images/buttons_black.gif);
}

a.navdeep0:link, a.navdeep0:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	background: url(images/buttons_red.gif);
}
a.navdeep1:link, a.navdeep1:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	background: url(images/buttons_white.gif);
}

a.navdeep0current:link, a.navdeep0current:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	background: url(images/buttons_red_page.gif);
}
a.navdeep1current:link, a.navdeep1current:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	background: url(images/buttons_white_page.gif);
}

a.navdeep0:hover {
	color: #FFFF00;
	background: url(images/buttons_purp.gif);
}
a.navdeep1:hover {
	color: #FF0000;
	background: url(images/buttons_blue.gif);
}

a.navdeep0current:hover {
	background: url(images/buttons_purp_page.gif);
}
a.navdeep1current:hover {
	background: url(images/buttons_blue_page.gif);
}

.blackoutline { border: 1px solid #000000; }

.blacktext, .blacktext td { color: #000000; }

.whitetext, .whitetext td { color: #FFFFEE; }

a.camou:link, a.camou:visited, a.camou:hover {
	color: #000000;
	text-decoration: none;
}

input.shaded, textarea.shaded {
	background-color: #FFFFAA;
}