/* stylesheet.css */
a:link, a:visited { 
	color: #D6D79A;
	text-decoration: underline;
}
a:hover { 
	color: #D6D79A;
	text-decoration: none;
}
a:active {
	COLOR: D6D79A;
	text-decoration: none;
}

/* Body text and page background */
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#0000cd;
	background-color: #65655B;
	leftmargin:0px;
	topmargin:0px;
	marginwidth:0px;
	marginheight:0px;
}
/* Level 1 headings */
h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#1F2159;
}
/* Level 2 headings */
h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#1F2159;
}
/* Level 3 headings */
h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	text-decoration:underline;
	color:#1F2159;
}
/* My Styles */
.bodyText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.contact {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
}
.contactBold {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.LinkTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7F7E7A;
	font-weight: bold;
}
.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B5B580;
	font-weight: bold;
}
.formTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B5B580;
	font-weight: bold;
}
li.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B5B580;
	font-weight: bold;
	list-style-image:url(../images/misc/li-arrow.gif);
}
img{
border-color:#D6D79A;
}