﻿/* global element mods */
* {
	padding: 0;
	margin: 0;
}

body {
	background-repeat: repeat-x;
	background-color: black;
	font-family: arial;
	font-size: 13px;
	padding:0 0 0 0;
}

#bodydiv {
	width: 800px;
	background-color: white;
	margin: 0 auto 0 auto;
	padding:0 0 0 0;
}


/* main navigation */

div.navbgnd {
	width: 173px;
	background-image:url(images/buttons/gradient_bkgrnd.gif);
	background-repeat: repeat-x;
	background-repeat: repeat-y;
}

div.pagelayout 
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color:White;
}

/* footer */
div.footer  {
	clear: both;
	font-size: 9px;
}

div.botgrad {
	height: 80px;
	background-image:url(images/layout/bgnd_grad_grey.gif);
	background-repeat: repeat-x;
}



div.footer span, div.footer a {
	color: #999999;
	padding-left: 10px;
}

/* content */

div.gridhead 
{
	width: 800px;
	font-weight: bold;
	background-color: black;
	padding: 0 0 0 0;
}


a.printlink {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}



.a14 {
	font-size: 14px;
}

.an11 {
	font-family: arial narrow;
	font-size: 11px;
}

.an11B {
	font-family: arial narrow;
	font-size: 11px;
	font-weight: bold;
}
.an12B {
	font-family: arial narrow;
	font-size: 12px;
	font-weight: bold;
}
.an13B {
	font-family: arial narrow;
	font-size: 13px;
	font-weight: bold;
}
.an14B {
	font-family: arial narrow;
	font-size: 14px;
	font-weight: bold;
}

.an12 {
	font-family: arial narrow;
	font-size: 12px;
}

.an16 {
	font-family: arial narrow;
	font-size: 16px;
	font-weight: bold;
}

.an16a {
	font-family: arial narrow;
	font-size: 16px;
	color: #cbcbcb;
}

.an20 {
	font-family: arial narrow;
	font-size: 20px;
}

.an11yellownav {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #ffcc00;
}


.pt15 {
	padding-top: 15px;
}

.yellow {
	color: #ffcc00;
}

.white {
	color: #ffffff;
}

.blue {
	color: #006699;
}
.greyHyd 
{
	color:#cccccc;
}
.greyHydB 
{
	color:#cccccc;
	font-family: Impact;
	font-size: 35px;
	
}
.greyHydBsm 
{
	color:#cccccc;
	font-family: Impact;
	font-size: 25px;
	
}
.redHyd
{
	color:#CF3B2F;
}

.redHydB
{
	color:#CF3B2F;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}
.BlackHydSub 
{
	color:black;
	font-family: Impact;
	font-size: 20px;
	
}
.redHydSub 
{
	color:#CF3B2F;
	font-family: Impact;
	font-size: 20px;
	
}

.BlackHydB
{
	color:black;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}


.grey {
	color: #cbcbcb;
}

.dkgrey {
	color: #999999;
}

.dkgreyb {
	color: #666666;
}

.black 
{
	font-family: Arial Black;
	font-size: 10px;	
}

.tbox
{
	font-family: Arial;
	font-size: 11px;
}

.tbutton
{
	font-family: Arial;
	font-size: 10px;
}

div.test {
	border-bottom: 1px solid black;
}




