body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
}

h1 {
	font-size: 12pt;
	color: #000066;
	text-align: center;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-size: 11pt;
	color: #99cc33;
	font-weight: bold;
}
h4 {
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
}
h5 {
	font-size: 9pt;
	font-weight: normal;
}
h6 {
	font-size: 8pt;
	font-weight: normal;
}
	

.whitetext {
	color: #FFFFFF;
}
.redtext {
	color: #990000;
}

.StoryTitle {
	color: #000000;
	font-weight: bolder;
	font-size: 105%;
	}
.StoryContentColor {
	color: #000000
	}
.TitleColor {
	color: #000000
	}
.small {
	font-size: 75%;
}
a:link {
	font-weight: bolder;
	color: #006600;
	text-decoration: none;
	font-style: oblique;
}
a:visited {
	color: #006600;
	text-decoration: none;
	font-style: oblique;
	font-weight: bolder;
}
a:hover {
	color: #333366;
	background-position: center center;
	text-decoration: underline;
}


li {
	list-style-type: square;
	display: list-item;
	list-style-position: outside;
	position: static;
	font-size: 8pt;
}
ul {
	text-indent: 1px;
	list-style-type: none;
	display: list-item;
}
ol {
	list-style-type: decimal;
	display: list-item;
}


title {
	font-size: 9px;
	color: #99FFFF;
}

strong {
	font-weight: bold;
}
.style2 {
	color: #666666;
}
table {
	vertical-align: top;
}
