/* SET DEFAULT FONT TYPEFACE AND SIZE FOR ALL ELEMENTS */
body, div, p, td, th, h1, h2, h3, h4, h5, h6, a, ul, ol, dl, li, dt, dd {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 9pt;
}

/* SET BODY DEFAULTS */
body {
	margin: 15px;
	padding: 0px;
	background: black;
	font-size: 9pt;
	color: white;
}


/* SET COLOR DEFAULTS FOR ALL ELEMENTS EXCEPT BODY */
div, p, td, th, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd {
	color: black;
	background: transparent;
}


h1 {
	color: #CC3030;
	font-size: 18pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	color: black;
	background: #DCDCBA;
	font-size: 12pt;
	margin-top: 0px;
	padding-left: 5px;
	text-align: center;
}

h3 {
	font-size: 9pt;
}

h4 {
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

a:link {
	color: #FF0000;
	background: transparent;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background: yellow;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #CC0000;
	text-decoration: none;
}

ul {
	text-align: justify;
}

.featurelist {
	background: #CCCCCC;
	padding: 10px;
}

.feature {
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	margin: 5px;
	border-color: black;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-style: solid;
}

.excerpt {
	font-size: 8pt;
	background: #DCDCBA;
	padding: 10px;
}

.url {
	font-weight: bold;
	font-size: 8pt;
}

.footer {
	font-size: 8pt;
	font-weight: bold;
	color: black;
	background: #CCCCCC;
	text-align: center;
}

.caption {
	font-weight: normal;
	background: #DCDCBA;
	font-size: 8pt;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	padding-top: 0px;
}

.news {
	text-align: left;
	background: white;
	padding: 20px;
	margin: 10px;
}

.continued {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.webring {
	font-size: 9pt;
	font-weight: bold;
	background: #DCDCBA;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

.date {
	text-align: right;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.subhead {
	color: black;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.head3 {
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	margin: 5px;
	border-color: black;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-style: solid;
}

.doctitle {
	font-weight: bold;
	font-size: 10pt;
}

.dyk { font-weight: bold;
	margin: 2px;
	background: #DCDCBA;
	padding: 10px;
}

.dyktitle {
	font-size: larger;
}

.reference {
	font-size: smaller;
	font-style: italic;
	text-align: right;
}
