body {
	background-color: #D5D5D6;
}

div.margin{
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 35px;
} 

h1 {
	color: #0E0E0E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

p, td, li {
	color: #0E0E0E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style: square;
}

a {
	color: #6487C3;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	
}

li.subNav {
	list-style: square;
	margin-left: -15px;
	
}

table.logo {
	background-image: url(../images/LogoBG.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

a.mainNav {
	color: #0E0E0E;
	font-weight: bold;
	text-decoration: none;
}

a.mainNav:Hover {
	color: #0E0E0E;
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline overline;
}

a.sub {
	color: #0E0E0E;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

a.sub:Hover {
	color: #0E0E0E;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	text-decoration: underline overline;
}

hr {
	color: #6487C3;
}

input.button {
	background-color: #6487C3;
	border: #6487C3;
	color: #FFFFFF;
	font-weight: bold;
}

.footer {
	font-size: 11px;
	margin-bottom: 15px;
	margin-top: 2px;
	font-weight: bold;
}
