@charset "UTF-8";
/* CSS Document */

html{
	position:absolute;
	overflow:auto;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	border:none;
   }
   
body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	background-color:#000000;
	}
a {
	font-weight:normal;
	position:relative;
	font-size:13px;
	line-height:16px;
	text-decoration:none;
	z-index:200;
	white-space:normal;
}
a:link { color:#8C2400; }
a:visited { color:#8C2400; }
a:hover { color:#c73503; }

a.highlightLink {
	font-weight:bold;
	position:relative;
	font-size:15px;
	line-height:19px;
	text-decoration:none;
	z-index:200;
}
a.highlightLink:link { color:#AF7300; }
a.highlightLink:visited { color:#AF7300; }
a.highlightLink:hover { color:#d58d03; }

a.eventLink {
	font-weight:bold;
	position:relative;
	font-size:12px;
	line-height:15px;
	text-decoration:none;
	z-index:200;
}
a.eventLink:link { color:#AF7300; }
a.eventLink:visited { color:#AF7300; }
a.eventLink:hover { color:#d58d03; }

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:28px;
	color:#ffffff;
}

p,div,td,ul,ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#ffffff;
}
p,div,ul,ol { text-align:left; }

#mainDiv {
	z-index:25;
	max-width:775px;
}

.gray { color:#808080; }

.zTop {
	position:relative;
	z-index:200;
}

.button {
	position:relative;
	padding:2px 6px 2px 6px;
	background-color:#af7300;
	border:1px solid #363636;
	color:#ffffff;
	cursor:pointer;
	text-decoration:none;
}
.button:hover {
	background-color:#d18c08;
}