﻿body {
	margin: 30px;
	background-image:url(images/bkgd.jpg);
	background-position: center top;
	background-color: #521010;
	background-repeat: no-repeat;
}

p {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

td {
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
color: #000000;
}

h1 {
font-family: Verdana, Arial, Helvetica;
font-size: 24px;
color: #000000;
font-weight: 700
}


h2 {
font-family: Verdana, Arial, Helvetica;
font-size: 20px;
color: #000000;
font-weight: 650
}

h3 {
font-family: Verdana, Arial, Helvetica;
font-size: 16px;
color: #000000;
font-weight: 650
}

h4 {
font-family: Verdana, Arial, Helvetica;
font-size: 14px;
color: #000000;
font-weight: 600
}

h5 {
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
color: #000000;
font-weight: 500
}

h6 {
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
color: #000000;
font-weight: 500
}

#redlink {
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
}
#redlink a{
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
}
.redtext {
color: #FF0000;
}

a:link {
color: #000000;
text-decoration: underline;
font-weight: 500
}

a:visited {
color: #000000;
text-decoration: underline;
font-weight: 500
}

a:hover {
text-decoration: underline;
background-color: none;
color: #000000;
font-weight: 500
}

/* menu attributes */

.menu {
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
color: #ffff99;
font-weight: 700
}

.menu a:link {
color: #ffff99;
text-decoration: none;
}

.menu a:visited {
color: #ffff99;
text-decoration: none;
}

.menu a:hover {
color: #000000;
background-color: #ffff99;
text-decoration: none;
}