body {
	background-color: #FFFCCC;
	margin: 0px;
}

body, td, th {
	color: #333333;
	margin-top: 20px;
}

h1, h2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h3, h4, h5, h6 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a {
color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#Banner
{
	width: 100%;
	background-color: #000000;
}
#Navigation
{
	position: relative;
	width: 100%;
	background-color: #999999;
	border-top: 1px solid white;
}
.NavText
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 10px;
	text-transform:uppercase;
	text-decoration:none;
	background-color: #666666;
	border-right: 1px solid white;
}
.NavText:hover
{
	background-color: #999999;
	color: #FFFFFF;
}
.RedTurtle
{
	color: #CC0000;
	font: Arial;
	font-size: 10px;
	text-align: right;
}
.FormTextBoxes
 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin:5px;
}

.abouttext
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#indexcontent
{
	width: 500px;
	background-color: #000000;
}

.indextext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

.indextitle
{
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: center;
	margin-top: 80px;
}

.thumb
{
	border: 3px solid black;
	margin: 3px;
}

