/* CSS Document */
<!--
body {
    margin: 0px;
	background-repeat: repeat-x;
	background-color: #000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #ddd;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ff6600;
	font-weight: normal;
	margin: 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #565656;
	font-weight: normal;
	margin: 0;
}

.hBullet {
	position: relative;
	top: 3px;
}

a:link, a:visited {
	color: #ff6600;
	text-decoration: underline;
}

a:hover, a:active {
	color: #565656;
	text-decoration: underline;
}

#mainContainer {
	margin: 0px auto;
	padding: 15px;
	width: 700px;
	text-align: center;
}

.orange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ff6600;
}

.clear {
	clear: both;
}

.hidden {
    display: none;
	visibility: hidden;
}

-->
