 /* The following styles define the dafulat text in the BODY and TABLES */
body {font-family: tahoma; font-size:12px; background-color: #333333}
td {font-family: tahoma; font-size:12px; color:white}
.headlineOne {
	font-family: tahoma;
	font-size:18px;
	color:white;
	font-weight:bold
}

 /* The following styles define the Hot Links in that will appear in any of the main text */
a:link {font-family: tahoma;text-decoration: underline; color:white; font-size:12px;}
a:visited {font-family: tahoma;text-decoration: underline; color:white; font-size:12px;}
a:active {font-family: tahoma;text-decoration: underline; color:white; font-size:12px;}
a:hover {font-family: tahoma;text-decoration: none; color:white; font-size:12px;}

 /* The following styles define the Navigation Hot Links in BOTH the TOP and RIGHT nav */
a.navlinks:link {font-family: tahoma;text-decoration: none; color:white; font-size:14px; font-weight:bold}
a.navlinks:visited {font-family: tahoma;text-decoration: none; color:white; font-size:14px; font-weight:bold}
a.navlinks:active {font-family: tahoma;text-decoration: none; color:white; font-size:14px; font-weight:bold}
a.navlinks:hover {font-family: tahoma;text-decoration: underline; color:black; font-size:14px; font-weight:bold}

 /* The following style define the copyright text at the bottom of each page */
.copyright {
	font-family: tahoma;
	text-decoration: none;
	color:white;
	font-size:10px;
}

 /* The following styles define the 3 table color backgrounds */
.tableOne {
	background-color:#9999cc
}
.tableTwo {
	background-color:#666699
}
.tableThree {background-color:#999999}

H1 {font-family: tahoma color:white; font-size:18px; font-weight:bold}

