address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E8D998;
	background-color: #000000;
}
/* Following style controls the appearance of the small text at the bottom of each page */
.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #E8D998;
	text-decoration: none;
}

/* Next 3 styles control the appearance of the bottom nav links. */
a.bottom:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #E8D998;
	text-decoration: underline;
}

a.bottom:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: underline;
}

a.bottom:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

/* Next 3 styles control the appearance of the links. */
a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #E8D998;
	text-decoration: underline;
	background-color: #000000;
}

a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #000000;
	text-decoration: underline;
}	

a.largelk:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: 0053A0;
	text-decoration: underline;
	background-color: #000000;
}

a.largelk:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #777777;
	text-decoration: underline;
}

a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}

/* Next 3 styles control the appearance of the small email link at the bottom of each page. */
a.bottomemail:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #E8D998;
	text-decoration: none;
}

a.bottomemail:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

a.bottomemail:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #663300;
	text-decoration: none;
}

/* Following style controls the appearance of body text, text in paragraphs, and table data text. */
body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #E8D998;
	text-decoration: none;
	vertical-align: top;
	white-space: normal;
}

/* Following style used to make text purple. */
.bluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #0053A0;
	text-decoration: none;
}

/* Following style used to make text purple and bold. */
.bluetextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #0053A0;
	text-decoration: none;
}

/* Following style controls the appearance of h1 tags. */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
	position: static;
	top: auto;
	vertical-align: top;
	width: auto;
	word-spacing: normal;
	font-variant: normal;
}

/* Following style makes h1 tags purple. */
h1.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #0053A0;
	text-decoration: none;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
	position: static;
	top: auto;
	vertical-align: top;
	width: auto;
	word-spacing: normal;
	font-variant: normal;
}

/* Following style controls the appearance of h2 tags. */
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	line-height: 20px;
	height: auto;
	margin-top: 0px;
	padding-top: 0px;
	position: static;
	top: auto;
	vertical-align: top;
	width: auto;
	word-spacing: normal;
	font-variant: normal;
}

/* Following style makes h2 tags purple. */
h2.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0053A0;
	text-decoration: none;
	line-height: 20px;
	height: auto;
	margin-top: 0px;
	padding-top: 0px;
	position: static;
	top: auto;
	vertical-align: top;
	width: auto;
	word-spacing: normal;
	font-variant: normal;
}

/* Following style controls the appearance of h3 tags. */
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #444444;
	margin-top: 0px;
	padding-top: 0px;
	position: static;
	top: auto;
	vertical-align: top;
	width: auto;
	word-spacing: normal;
	font-variant: normal;	
}

/* Following style makes h3 tags purple. */
h3.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #0053A0;
	margin-top: 0px;
	padding-top: 0px;
	position: static;
	top: auto;
	vertical-align: top;
}

/* Following style inserts image in place of bullet in lists. */
ul {
	list-style-position: outside;
	list-style-image:  url(images/web_graphics/doodad_white2.gif);
	background-color: #663300;
	color: #444444;
}

/* Following style controls the appearance of the current date displayed on each page. */
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0053A0;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E8D998;
}
tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0053A0;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E8D998;
	background-color: #000000;
}
td {
	color: #E8D998;
}
p {
	color: #E8D998;
}
a {
	font-size: 10px;
	color: E8D998;
	text-decoration: underline;
}
