/* This CSS is the style sheet for the entire site. */
A:link {
	text-decoration: underline !important;
	font-family: arial;
	color:#666600;
}
A:visited {
	text-decoration: underline !important;
	font-family: arial;
	color:#006600;
}
A:active {
	text-decoration: underline !important;
	font-family: arial;
	color:#0F0000;
}
A:hover {
	font-family: arial;
	color:#006600;
}
BODY{
	margin-top: 0;
	margin-left: 0;
	font-family: arial;
	
}	
.e80 {
	font-size: .80em;
	font-family: arial;
	font-weight: bold;
}
.e90 {
	font-size: .90em;
	font-family: arial;
	font-weight: bold;
}
.e115 {
	font-size: 1.15em;
	font-family: arial;
	font-weight: bold;
}
TD.title {
	color: #663333;
}
TD.tiny {
	font-family: arial;
	font-size: x-small;
	font-weight: normal;
}
TD.med {
	font-family: arial;
	font-size: medium;
	font-weight: bold;
	color: #663333;
}
TD.mono {
	font-family: monospace;
}
TD{
	font-family: arial;
}
P.xlarge{
	font-size: 22pt;
	color: #663333;
	font-family: arial;
}
P.large{
	font-size: large;
	color: #663333;
	font-family: arial;
}
P.medium{
	font-size: medium;
	color: #663333;
	font-family: arial;
	font-weight: bold;
}
P.red{
	font-family: arial;
	font-size: medium;
	font-weight: bold;
	color: Red;
}
LI{
	font-family: arial;
}
P.footer{
	font-family: arial;
	font-size: x-small;
}
P.small{
	color: #663333;
	font-family: arial;
	font-weight: bold;
	font-size: small;
}
P.green{
	font-family: arial;
	font-size: small;
	font-weight: bold;
	color: #339933;	
}
/* Table Elements */
TABLE{
	font-family: arial;	/* See P */
}
TR{
	font-family: arial;	/* See P */
}
A.footer{
	font-size: x-small;
}
