@charset "utf-8";
/* CSS Document */

body {
	background-color: #FAE997;
	background-image: url(images/BG.gif);
	background-repeat: repeat-x;
	margin: 0px;
	background-position: 0px 0px;
}
.homepagetext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #fae997;
	text-align: justify;
}
.content {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-size: 14px;
	text-align: justify;
	font-weight: normal;
}
.contentSM {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
}
.contentColor {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #600;
}
.tagline {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.heading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #333;
}
.table1 {
	background-image: url(images/BGtop.jpg);
	background-repeat: no-repeat;
}
.subhead{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	text-align: left;
}
.subheadred{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #600;
	text-align: left;
}
.nav {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	text-align: center;
}
a.nav:link {
	color: #333;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
a.nav:visited {
	text-decoration: none;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
a.nav:hover {
	text-decoration: none;
	color: #600;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
a.nav:active {
	text-decoration: none;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
a.content:link {
	color: #333;
	text-decoration: underline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a.content:visited {
	text-decoration: underline;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a.content:hover {
	text-decoration: none;
	color: #600;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a.content:active {
	text-decoration: underline;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
