/* CSS Document */

a, p, td, h1, h2, h3, h4, h5, h6, input, textarea, ul {
	font-family: Arial, Helvetica, sans-serif;

}

body {
	background-color: #000000;
	border: none;
	padding: 10px;
	SCROLLBAR-FACE-COLOR: #646464;
	SCROLLBAR-HIGHLIGHT-COLOR: #646464;
	SCROLLBAR-SHADOW-COLOR: #3D3D3D;
	SCROLLBAR-3DLIGHT-COLOR: #999999;
	SCROLLBAR-ARROW-COLOR:  #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #3D3D3D;
	SCROLLBAR-DARKSHADOW-COLOR: #3D3D3D;
	color: #FFFFFF;
	margin: 0px;
	overflow: auto;
	height: 100%;
	width: 100%;

}
p {
	font-size: 12px;
	color: #FFFFFF;

}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 6px 0px 0px;

}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #D6CFAB;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ECE9D8;
}
h4 {
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-weight: 200;
	height: 22px;

}
h5 {
	font-size: 36px;
	color: #555555;
	letter-spacing: 1px;
	font-family: Garamond, "Trebuchet MS", Arial, serif;
	margin: 0px;
	padding: 0px 0px 6px;
	vertical-align: middle;
}
sup {
	padding-top: 4px;
}
ul {
	font-size: 12px;
	list-style-type: square;
	margin-left: 24px;
	text-align: left;
	margin-top: -6px;
	margin-right: 0px;
	margin-bottom: 0px;
}
