body
{
	margin: 0px 0px 0px 0px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

hr
{
	width: 100%;
	height: 0px;
	border-top-style: dotted;
	border-top-color: navy;
}

h1
{
	margin: 0px 0px 10px -30px;
	font-size: 25px;
	color: black;
	text-align: left;
	font-family: Serif;
	text-decoration: none;
	font-weight:normal;
	text-transform: uppercase;
}
h1 a
{
	color: #3243A8;
	text-decoration: underline;
}
h1 a:hover
{
	color: red;
	text-decoration: underline;
}

h2
{
	margin: 25px 0px 10px 0px;
	font-weight: normal;
	font-size: 19px;
	color: black;
	font-family: Serif;
	text-transform: uppercase;
}
h2 a
{
	color: #3243A8;
	text-decoration: none;
}
h2 a:hover
{
	color: red;
	text-decoration: underline;
}


h3
{
	margin: 25px 0px 10px 0px;
	font-weight:bold;
	font-size: 12px;
	color: black;
	font-family: Verdana, Arial;
	text-transform: uppercase;
}
h2 a
{
	color: #3243A8;
	text-decoration: none;
}
h2 a:hover
{
	color: red;
	text-decoration: underline;
}


