/* CSS Document */
body {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
	margin: 0; padding: 0;
	background-color: #000;
}
a {
	font-size: 14px;
	color: #003399;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #009966;
}
a:active {
	color: #003399;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 17px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 30px;
}
h2 {
	font-size: 22px;
}
a.nav {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:visited.nav{
	color: #9E0B0E;
}
a:hover.nav {
	color: #9E0B0E;
}
a:active.nav {
	color: #9E0B0E;
}
a.top {
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	text-decoration: none;
}
a:visited.top {
	color: #9E0B0E;
}
a:hover.top {
	color: #9E0B0E;
}
a:active.top {
	color: #9E0B0E;
}
a.footer {
	font-size: 12px;
	color: #fff;
	margin-top: 0px;
	padding-top: 0px;
	text-decoration: none;
}
#content{
	padding-left: 15px;
}

