/* CSS Document */

body {
	background-color: #000000;
	color: #FFFFFF;
}
body, td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p, ul, ol {
	font-size: 14px;
	color: #FFFFFF;
}
p {
	margin: 0px;
	margin-bottom: 10px;
	line-height: 1.3em;
}
h1, h2 {
	font-size: 18px;
	margin: 0px;
	margin-bottom: 8px;
}
h2 {
	padding-top: 10px;
	background-image: url(../images/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 3px;
}
h3 {
	font-size: 16px;
	margin: 0px;
	margin-bottom: 8px;
	background-image: url(../images/bg_hx.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 3px;
	color: #494949;
}
h4 {
	font-size: 14px;
	margin: 0px;
	margin-bottom: 8px;
}
h5 {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin: 0px;
}
h6 {
	margin: 0px;
	margin-bottom: 4px;
	font-style: italic;
	font-size: 9px;
	font-weight: normal;
}
ul, ol {
	list-style-type: square;
	margin-top: 5px;
	margin-bottom: 12px;
}
li {
	margin-left: 2em;
	margin-top: 3px;
	margin-bottom: 8px;
}
.small {
	font-size: 10px;
}
.large {
	font-size: 14px;
}
.image_left {
	float: left;
	clear: left;
	border: 2px solid #333333;
	padding: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.image_right {
	float: right;
	clear: right;
	border: 2px solid #333333;
	padding: 1px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.item {
	padding-top: 0px;
	background-image: url(../images/dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
	clear: both;
}
