/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #fff;
}

#banner {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#maincontent {
	background-color: #000;
	margin-left: 5%;
	margin-top: 0px;
	margin-right: 5%;
	color: #fff;
	/*border: 1px white solid;*/
}

#footer {
	text-align: center;
	bottom: 0px;
	color: #fff;
	background-color: #000;
	padding-bottom: 3px;
	padding-top: 2px;
	border-top: 3px #000 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6, p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	color: #fff;
}

p {
	font-size: 12px;
	font-weight: 400;
}

ul, li {
	font-size: 12px;
	font-weight: 400;
}

h1 {
	font-size: 28px;
	font-weight: 700;
}

h2 {
	font-size: 24px;
	font-weight: 700;
}

h3 {
	font-size: 18px;
	font-weight: 600;
}

h4 {
	font-size: 14px;
	font-weight: 600;
}

h5 {
	font-size: 11px;
	font-weight: 600;
}

h6 {
	font-size: 10px;
	font-weight: 400;
}

td {
	font-size: 12px;
	font-weight: 400;
	vertical-align: top;
}

a:link {
	color: #fffed6;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #fffed6;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	background-color: #fffed6;
	color: #363;
}

.i {
	font-style: italic;
}

.b {
	font-weight: 700;
}

.center {
	text-align: center;
}

.navphotos {
	padding-top: 0px;
	padding-bottom: 0px;
}

.in1 {
	margin-left: 25px;
}

.in2 {
	margin-left: 50px;
}

.in3 {
	margin-left: 75px;
}

.right {
	text-align: right;
}

.whiteoutline {
	border: 1px white solid;
}

.underline {
	border-bottom: 1px white solid;
}

.overline {
	border-top: 1px white solid;
}

.red {
	color: #f00;
}
