body {
	background-color : 000000;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

.h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 36pt;
	font-weight : bold;
	color : Black;
}

.h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24pt;
	font-weight : bold;
	color : Black;
}

.h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : Black;
}

.textbl_ind {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	text-indent : 10pt;
}

.textbl {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
}

.textsm {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : Black;
}

.textsm_wh {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : White;
}

.text_wh {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : White;
}

a.menu:link {
	color: white;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin-left : 10px;
	font-weight : bold;
}
a.menu:active {
	color: silver; 
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	margin-left : 10px;
}
a.menu:visited { 
	color: silver; 
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	margin-left : 10px;
 }
a.menu:hover { 
	color: black; 
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt; 
	font-weight : bold;
	margin-left : 10px;
	background: #ffffff
}

a.std:link {
	color: Blue;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin-left : 10px;
	font-weight : bold;
}
a.std:active {
	color: blue; 
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	margin-left : 10px;
}
a.std:visited {
	color: Blue;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	margin-left : 10px;
}
a.std:hover {
	color: Purple;
	text-decoration: underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	margin-left : 10px;
	background: #ffffff
}

a.small:link {
	color: Blue;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
a.small:active {
	color: blue; 
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
a.small:visited { 
	color: silver; 
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
 }
a.small:hover {
	color: Purple;
	text-decoration: underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

#dropmenudiv{
	position:absolute;
	background-color: black;
	border:1px solid white;
	border-bottom-width: 0;
	font: normal 10pt Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	color : White;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color : White;
}

#dropmenudiv a:hover{	/*hover background color*/
	background-color: white;
	border:1px solid black;
	color : black;
}

.floatright100 {
	
}
