/* Global Styles */
body {
}

/* ID Styles */
#nav td {
}

#nav a { color: #003300;
    text-decoration: none;
	display: block;
	font: small-caps bold small Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted yellow;
	padding: 5px;
}

#nav a:link { color: #333333; text-decoration:none; font-weight:bold;}
#nav a:visited { color: #666633; text-decoration:none; font-weight:bold; }
#nav a:hover { color: #003300; text-decoration:none; background-color: #ffde21; font-weight:bold;
	border: 1px solid yellow;
}
#nav a:active { color:#0000EE; background-color: #ffde21; font-weight:bold;
	border: 1px none yellow;
}
#nav a:focus { color: #006600; background-color: #ffde21; font-weight:bold;
	border: 1px none yellow;
}

/* Class Styles */

.pageName{
	color: #99CC66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	}

.quote {
	color: #669933;
	line-height:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	}

.quote2 {
	color: #669933;
	line-height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}

.bodyText {
	color:#333333;
	padding-left: 10px;
	font: normal small Georgia, Times New Roman, Times, serif;
}

.smallText {
	color: #666666;
	font: xx-small/22px Georgia, Times New Roman, Times, serif;
}
