body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0;
	background-color: #fff;
	background-image: url(../img/bgnd_img.jpg);
	background-attachment: fixed;
	}

a:link, a:visited {color: #c00; text-decoration: underline;}
a:hover {color: #f33; text-decoration: none;}

a.subset:link, a.subset:visited {color: #036; font-weight: bold; padding: 3px;}
a.subset:hover {color: #39c; font-weight: bold; padding: 3px;}

a.white:link, a.white:visited {color: #fff; text-decoration: none; font-weight: bold;}
a.white:hover {color: #ccc; text-decoration: none;}

table   {border: 0; border-collapse: collapse}
.this{color: #49c;}
.title {color: #f33; font-weight: bold; font-size: 16px; font-style: italic; background: #fff;}
.heading {color: #600; font-weight: bold;}
.pagetext {color: #000;}
.pagetextsml {color: #999; font-size: 10px;}
.infotext {color: #999; font-size: 10px;}

/*** INFO DATA ***/
.titlehead {color: #069; font-size: 34px; font-style: italic; background: transparent;}
.tablenav {background: url(../img/nav_gradient.gif);}
.topleft {width: 21px; background: url(../img/corner_top_left.gif);}
.topright {width: 21px; background: url(../img/corner_top_right.gif);}
.h1 {color: #036; font-weight: bold;}
.head_pic{align: center; background: url(../img/nav_gradient.gif); text-align: center; color: #fff; font-weight: bold;}


/*** DATA TABLES ***/
.tablename {color: #fff; background: #900; font-size: 12px; font-weight: bold; padding: 2px;}
.tableon, .tableoff, .tablehead, .tabletitle {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-width:thin;
	border-color:#f33;
}
.tabletitle {color: #900; background: transparent;}
.tablehead {color: #fff; background: #cc0000;}
.tableon {color: #000; background: #fff;}
.tableoff {color: #000; background: #fcc;}
.tableleft {background: #fff; width: 568px;}
.tableright {background: url(../img/graph.gif);}
.tableinfo {color: #666; background: transparent;}
.tableviewer {background: url(../img/top_repeat.gif); padding: 3px;}
.tablemain {background: #fff}
.tableform {padding-left: 20px; padding-top:3px;padding-bottom:3px;padding-right:20px; color:#036; background: transparent; text-align: right; valign: top}
.cookie {color: #39c; font-weight: bold; font-size: 12px; font-style: italic; background: #fff; padding: 3px;}

.whitetext {color: #fff;}
.whitetextsml {color: #fff; font-size: 10px;}
.lighttext {color: #f66;}
.medlighttext {color: #666;}
.medtext {color: #999;}
.darktext {color: #600;}
.blacktext {color: #000;}

.order {color: #39c;font-weight: bold; font-size: 16px; font-style: italic; background: #fff; text-align:center;}
.copyright {color: #999;}

hr{color: #369; align: center; width: 100%; size: 1px;}

img {border: 0;}

ul {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}
	
li {
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 0.9em;
	padding-bottom: 0.3em;
	}

ul li {
	display: block;
	color: #666;
	margin: 0px;
	width: 100%;
	}

/*** TOP NAV ***/
a.menu:link, a.menu:visited, a.menu:hover {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 12px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 9px;
	padding-right: 9px;
	}
a.menu:link, a.menu:visited {color: #fff; background:transparent;}
a.menu:hover {color: #fff; background: #039; text-decoration: underline;}

/*** SIDE NAV ***/
a.menu2:link, a.menu2:visited, a.menu2:hover {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 12px;
	text-align: left;
	padding-left: 9px;
	padding-top:3px;
	padding-bottom:3px;
	background:transparent;
	}
a.menu2:visited {color: #fff;}
a.menu2:hover {color: #fff; text-decoration: underline;}
