﻿A:link
{
	color: #3A4007;
	text-decoration: none;
}
A:visited { color: #3A4007; text-decoration: none;}
A:active { color: #3A4007; text-decoration: none;}
A:hover { color: B7C82A; text-decoration: underline; } 

<!-- This stylesheet uses pt's for font sizing for demonstration purposes. However, the problem with pt's is that their size is fixed, which means it cannot be changed with a user's browser. They also are extremely small for some Mac's. When using this stylesheet, it is recommended that pt's be replaced with em's (or percentages). For example, 7.8pt on a PC is, roughly, the equivalent of .7em for PC's and .8 or .9 em for Mac's. -->

#blankbg {background-image: url("images/Origonal/Graphics/spacer.gif"); background-repeat: no-repeat}

td {font-family: Copperplate Gothic Light; font-size: 9pt}

.white78 {font-family: Copperplate Gothic Light; font-size: 7.8pt; color: #ffffff}
.pagetitle {font-family: Copperplate Gothic Light; font-size: 8pt; font-weight:bold; color: #000000}

.announcements {font-family:Copperplate Gothic Bold; font-size: 8pt; color:#D0A510}
.announcement {font-family:Copperplate Gothic Light; font-size: 8pt; color:#420B4E}

.grey78 {font-family: Copperplate Gothic Bold; font-size: 7.8pt; color: #949494}

.marquee {font-family: Copperplate Gothic Bold; font-size: 16pt; color: #ffffff}

tr.submenu a:visited, tr.submenu a:active, tr.submenu a:link
{
	color:#3A4007;
	font-family: Copperplate Gothic Bold;
	text-decoration: none;
	font-size: 9pt;
	text-align: center;
}

tr.submenu a:hover
{
	color: #B7C82A;
	font-family: Copperplate Gothic Bold;
	text-decoration: underline;
	font-size: 9pt;
	text-align: center;
}

table.menu a:visited, table.menu a:active, table.menu a:link
{
	color:#3A4007;
	font-family: Copperplate Gothic Bold;
	text-decoration: none;
	font-size: 9pt;
	text-align: center;
}

table.menu a:hover
{
	color:#3A4007;
	font-family: Copperplate Gothic Bold;
	text-decoration: none;
	font-size: 9pt;
	text-align: center;
}

td.welcome
{
	font-family: Copperplate Gothic Bold;
	color:000000;
	font-size: 9pt;	
}

td.pagetitle
{
	color: #3A4007;
	font-family: Copperplate Gothic Bold;	
	font-size: 10pt;
}

td.bodytext
{
	color: #000000;
	font-family: Copperplate Gothic Bold;
	font-size: 9pt;	
}

td.newstext
{
	color: #446644;
	font-family: Copperplate Gothic Bold;
	font-size: 10pt;	
}

LI
{
	font-family: 'Copperplate Gothic Bold';
}