
/* body sets the gray background panel for the page; preferably do not change this */

body {
	background-color: #999999;
	font-family: arial, sans-serif;
	font-size:12px;
	color: #000000;
	line-height:1.0;
	margin-top:0px;
	margin-left:0px;
	}


td {
	background-color: #ffffff;
	font-family: arial, sans-serif;
	font-size:12px;
	color: #000000;
	line-height:1.0;
	}
	
	
.button {
	background-image: url(images/button.gif);
	text-align: center;
	vertical-align: middle;
	font-family: arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #000000;
	line-height:1.0;
	}


.nav {
	background-color: #7DA7D9;
	}

.bottom {
	background-color: #000000;
	}


A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}


/* h1 is for the top header, or main title of a page */

h1 {
	font-family: Times;
	font-face: Times;
	color: #000080;	
	font-size:24px;
	line-height: 1.1;
	text-align: center;
	
}

/* h2 is for the subheader, or sub-title of a page */

h2 {
	font-family: Times;
	font-face: Times;
	color: #000080;	
	font-size:18px;
	line-height: 1.2;
	}

/* bodytext is for all the general text on a page. It is slightly spaced for easier reading. */

bodytext {
	font-family: Arial, sans-serif, "lucida console";
	color: #000000;		
	font-size: 15px;
	line-height:1.1;
	
}

