body {
	background:#FFFFCC;
      margin: 0px 0px 0px
}
p {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-family: Arial, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Arial, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-family: Arial, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
th {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
td {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
li {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link,
a:visited {color:#000000; 
		text-decoration: underline;
}
a:hover,
a:active {color:#CC0000; 
		text-decoration: none;
}
img {
	display: block;
}
.inline {
	display: inline;
}
.nav {
	font-family: Arial, Geneva, sans-serif;
	font-size: 10px;
}
/* a.gold links are dark gold */
/* active links are white */

a.gold:link,
a.gold:visited {color:#FFCC33; 
			text-decoration: none;
			font-weight: bold;
}
a.gold:hover,
a.gold:active {color:#FFFFCC; 
			text-decoration: none;
			font-weight: bold;
}

/* a.black2 used for header links */
/* links are not underlined except when moused over */
/* visited links are still black */
/* active links are medium red */

a.black2:link, 
a.black2:visited {color:#000000; text-decoration: none;}

a.black2:hover,
a.black2:active {color:#CC0000; text-decoration: none;}

/* a.red links are red. That's all.  Just red. */

a.red:link,
a.red:visited,
a.red:hover,
a.red:active {color:#CC0000; text-decoration: none;}
.blackbg {
	background-color: #000000;
}
.redbg {
	background-color: #990000;
}
.yellowbg {
	background-color: #FFFFCC;
}
.ltredbg {
	background-color: #FFCC99;
}
.yellowtxt {
	color: #FFFF33;
}
.ltredbgsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFCC99;
}
.yellowbgsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFCC;
}
