body {
	background-color: #000000; 
	font-family: verdana; 
	color: #ffcc33;
	/*color: #ffff40;*/
	font-size: 10pts
}

a:link {
	font-weight: bold;
	color: #9acd32;
	/*color: #ff9933;*/
	font-size: 10pt;
	/* text-decoration: none; */
}

a:visited {
	font-weight: bold;
	color: #ff9933;
	font-size: 10pt;
	/* text-decoration: none */
}

a:hover {
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
	/* text-decoration: none; */
	background-color: #ff9933

}

.linkSpan {
	font-weight: bold;
	border: double #ffcc33 3;
}

table {
	font-size: 10pt;
}

img {
	border: 0
}

p.Lm {
	margin-left: 12pt;
	margin-right: 12pt;
}

h3 {
	/* border-top: solid #ff9933 2; */
	/* border-bottom: solid #ff9933 2 */
}

h4 {
	margin-bottom: 4pt;
}

.noPic {
	 border: solid 1 #ffcc33
}


.input {
	background-color: #ffffcc;
	font-family: verdana
}

