body {
	color: #CCCCCC;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	background-color: #000;
	margin: 0 auto;
}
.clear {
	clear: both;
}
p {
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0;
	line-height: 1.7em;
}

/*------------- HORIZONTAL RULE -------------*/

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}



a:link {
	color: #3399FF;
	text-decoration: none;
}
a:visited {
	color: #3399FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: white;
	text-decoration: none;
}




h1 {
	font-size: 3em;
	line-height: 1em;
}


h2 {
	font-size: 1.8em;
	line-height: 1em;
}


.font_med {
	font-size: medium;
}
.font_large {
	font-size: large;
}
.font_xlarge {
	font-size: x-large;
}
.center {
	text-align: center;
}

.justify {
	text-align: justify;
}
.yellow {
	color: yellow;
}
.orange {
	color: orange;
}
#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 1040px;
}


/*--------------- LISTS ---------------*/

ul {
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 8px;
	padding-left: 8px;
	list-style-type: square;
	font-size: 1em;
	list-style-position: outside;
}
li {
	line-height: 1.6em;
	text-align: left;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
}
ol {
	text-align: left;
	margin-top: 0.3em;
	margin-bottom: 1em;
	margin-left: 1em;
	padding-left: 0.75em;
}
