/* MAIN TEXT STYLES */

* { /* Reset ALL margins and padding to 0, this helps with keeping things consistent over different browsers */
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	color: #fff;
	font: 75%/1.4 Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	background-color: #140002;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
/* Clean slate */
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, table, tr, th, td, form {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-size: 100%;
	font-weight: normal;
}
p, blockquote, ul, ol, table {
	margin-bottom: 1.4em;
	text-align: justify;
}
h1 {}
h2 {
	border-bottom: dotted 1px #4d5a59;
	color: #FF0;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 1em;
}
h3 {
	color: #999;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
h4 {
	color: #999;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
h5 {}
h6 {}
p {}
ul { /* reset left margin for lists */
	margin-left: 1.2em;
}
ol { /* reset left margin for lists */
	margin-left: 1.6em;
}
ul li {
	list-style: disc;
}
#bodySection #contentArea ul {
	margin: 0 0 1.4em;
	padding: 0;
}
#bodySection #contentArea ul li {
	list-style: none;
	padding: 0 0 0 10px;
	background: url(../images/bg_liStar.gif) no-repeat left 5px;
}
ol li {
	list-style: decimal;
}
dl {
	margin: 0 0 1em;
	zoom: 1;
	overflow: hidden;
}
dt {}
dd {}
td,th {
	font-size: 100%;
	vertical-align: top;
	padding: 4px;
}
th {
	text-align: left;
	color: #fff;
	font-weight: bold;
}
form {}
img {
	border: none;
}
a, a:link, a:visited {
	color: #00ff99;
	font-weight: bold;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}

