﻿
body {
	background-position: center;
	background-color: #000000;
}
#header {
	height: auto;
	margin-left: 12px;
	width: 1000px;
}
#menu {
	height: auto;
	margin-left:12px;
	width: 740px;
}

p, li, blockquote, td {
	font-size: 12px;
}

LI {color: white; font-size: 12px;}


a:link {color: #CCCCCC;}
a:visited {color:#FFFFCC}
a:hover {color: #FFFF33}

p.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	overflow: visible;
	text-align: center; /*	vertical-align: top; */;
}
#content {
	background-color: #000000;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 20px;
}

#content_cap {
	background-color: #000000;
	width: 1000px;
	color: #FFFFFF;
	margin-left: 12px;

}

#footer {
	height: auto;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #007CC2;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

table {
	border-collapse: collapse;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
