body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11pt;
	color: #EEEEEE;
	background-color: #333339;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #99b8ff;
}
a:visited {
	color: #99b8ff;
}
a:hover {
	color: #AAEEFF;
}

table {
	font-size: 11pt;
}



.maintable {
	background-color: 44444A;
	padding: 0;
	spacing: 0;
}

.divider {
	background-color: 333339;
	height: 3px;
}

.navbar {
	background-color: 333339;
}

.smalltext {
	font-size: 8pt;
}
.striptitle {
	font-size: 10pt;
	font-style: italic;
}

.container {
	margin: 10px;
}

.counter {
	font-size: 9pt;
}

input {
	font-size: 11pt;
	font-family: verdana, helvetica, sans-serif;
	vertical-align: middle;
	background: #44444A;
	border-color: #333339;
	color: #EEEEEE;
}
input:hover {
	background: #55555B;
	border-color: #44444A;
}

select {
	font-size: 11pt;
	font-family: verdana, helvetica, sans-serif;
	vertical-align: middle;
	background: #44444A;
	border-color: #333339;
	color: #EEEEEE;
	border: 1;
}

.new {
	font-size: 8pt;
	color: #CCCC00;
	font-style: italic;
}

.description {
	margin-top: 2px;
	margin-left: 7px;
	margin-right: 7px;

	font-size: 10pt;
}

.storytitle {
	font-size: 20px;
	font-weight: bold;
}

.storysubtitle {
	font-size: 16px;
	font-weight: bold;
}

hr {
	width: 200px;
	height: 2px;
	color: #eeeeee;
	background-color: #eeeeee;
	border: 0;
	margin-top: 25px;
	margin-bottom: 25px;
	_margin-top: 0px;
	_margin-bottom: 0px;
}

 div.hr {
  height: 15px;
  background: url(../images/divider.gif) no-repeat scroll center;
}