html { 
	padding: 0px;
	margin: 0px;
}

body {
	background: #333;
	font-size: 0.9em;
	font-family: Helvetica, Arial, sans-serif; 
	padding: 0;
	margin: 0 auto;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: 900;
	color: #000;
	letter-spacing: -1px;
}

h1 a:hover {
	text-decoration: none;
	color: inherit;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: 900;
	color: #000;
	letter-spacing: -1px;
}

h2 a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #900;
}

h3 {
	margin-bottom: 3px;
}

h3 a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #900;
}

a { 
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #C00000;
	text-decoration: underline;
}

a img {
	border: none;
}

#wrap {
	margin: 0 auto;
}

#top {
	width: 950px;
	background: #000;
	color: #999999;
	text-align: right;
}

#top p {
	padding: 5px 8px;
	margin: 0;
}

#top a {
	color: #999;
	text-decoration: none;
}

#top .search {
	
}

#top input {
	background: #222;
	color: #999;
	border: 1px solid #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 3px;
}

#top input:active, #top input:focus {
	color: #fff;
	border: 1px solid #ccc;
}

#header {
	margin: 0 0 0 0;
	height: 220px;
	z-index: 999;
}

#menu {
	width: 200px;
	height: 100%;
	margin: 0 0 0 0;
	padding-bottom: 25px;
	float: left;
	background: transparent;
	border-top: 1px solid #111;
}

#menu a img {
	border: 0;
}

#etc {
	margin-top: 50px;
	text-align: center;
}

#content {
	background: #fff url(images/contentbg.gif) repeat-y;
	width: 950px;
	margin: -20px 0 0 0;
	z-index: 5;
}

#page {
	min-height: 721px;
	background: #fff url(images/watermark.png) no-repeat right bottom;
	padding: 30px 30px 30px 10px;
	margin-left: 220px;
	text-align: justify;
	color: #222;
	font-size: 0.9em/1.1em !important;
}

#page p {
	padding: 10px;
	margin: 0px
}

#footer {
	width: 950px;
	background: #000;
	color: #555;
	font-size: 0.7em;
	text-align: center;
}

#footer p {
	padding: 10px 5px;
	margin: 0;
}

#footer a {
	color: #999;
	text-decoration: none;
}

.title a {
	color: #000;
}

.headline {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

.date {
	color: #777;
	font-size: .8em;
	line-height: -3px;
}

a .morelink {
	color: #CC0000;
	font-size: .9em;
	font-weight: normal;
}

a .morelink:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;
}

#display table {
	width: 670px;
	width: 670px;
	color: #000;
	background: #EEE;
	border-collapse: collapse;
	border: 5px solid #222;
	font-size: 10pt;
	font-family: Arial;
}

#display table caption {
	font-size: 13pt !important;
}

#display thead th {
	padding: 1em .2em;
	background: #900 url(images/thbg.gif) repeat-x bottom !important;
 	border-bottom: 1px dotted #FFF;
 	text-align: center;
	color: #DDD;
}

#display table thead span, #display table thead span:hover, #display thead th font, #display thead th, #display thead th:hover, #display thead th font:hover {
	color: #DDD !important;
 	font-size: 10pt !important;
}

#display td {
	padding: 4px;
}

#display tr:hover {
	background: #CCC;
	color: #CC0000 !important;
}

#display table span {
	font-size: 10pt !important;
}
