BODY {
	background-color: #0b0614;
	color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal; font-weight: normal; text-decoration: none;
	font-size: 12pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

DIV {
	background-color: #0f0f0f;
	border: 0px none #0f0f0f;
	color : #ffffff;
	text-align: left; vertical-align: top;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal; font-weight: normal; text-decoration: none;
	font-size: 10pt;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
}

TD, FORM {
	background-color: #0f0f0f;
	border: 0px none #0f0f0f; /*border: 1px solid #ffffff;*/
	color : #ffffff;
	text-align: left; vertical-align: top;
	border-spacing: 0px; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal; font-weight: normal; text-decoration: none;
	font-size: 10pt;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
}

TABLE {
	background-color: #0f0f0f;
	border: 0px none #0f0f0f;
	color : #ffffff;
	padding: 0px 0px 0px 0px; 
	border-spacing: 0px;
	width: 100%;
}

IMG {
	outline: 0px none #0f0f0f;
	border: 0px none #0f0f0f;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}

HR {
	border: 1px dotted #1c2f62;
	width: 100%; height: 1px;
}

A { color: #1b7fff; font-style: normal; font-weight: normal; text-decoration: none; }
A:link { color: #1b7fff; font-style: normal;  font-weight: normal; text-decoration: none; }
A:visited { color: #1b7fff; font-style: normal;  font-weight: normal; text-decoration: none; }
A:hover { color: #1b7fff; text-decoration: underline; }
A:active { color: #1b7fff; text-decoration: underline; }

H1 {
   color: #ffffff;
	background-color: #0b0614;	
	border-top: 3px solid #1c2f62;
	border-bottom: 1px solid #0b0614;
	padding: 1px 1px 1px 10px;
	margin: 10px 0px 10px 0px;	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal; font-weight: bold; text-decoration: none;
	font-size: 10pt;
}

H2 {
   color: #1b7fff;
	background-color: inherit;	
	border-top: 1px dotted #1c2f62;
	padding: 1px 1px 1px 10px;
	margin: 10px 0px 10px 0px;	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal; font-weight: bold; text-decoration: none;
	font-size: 10pt;
}

H3, H4 {
   color: #1b7fff;
	background-color: inherit;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal; font-weight: bold; text-decoration: none;
	font-size: 10pt;
}

H4 {
	background-color: #0f0f0f;	
	font-size: 8pt;
}

.ERRMSG {
	color: #ff0000;	
}
.MSG {
	color: #6e8bd6;
}

.MRED { color: #ff0000;	}
.MGRN { color: #00ff00;	}


.SMALL {
	font-size: 8pt;	
}

.SPACER {
	width:100%;
	border:1px dotted #1c2f62;	
}

DIV.FOOT {
	background-color: #0b0614;
	color : #ffffff;
	font-size: 8pt;
	text-align: center;
}

TABLE.MAIN {
	width: 800px;
	border: 1px solid #1c2f62;
}

TD.LOGO {
	width:150px;
	text-align:center;
}

TABLE.MENU {
	width: 630px;
	background: #0f0f0f;
	border: 0px none #0f0f0f;
	font-size: 8pt;
}

.MENU {
	background: #1e0000;
	font-size: 8pt;
	padding: 2px 5px 2px 5px;	
	border: 1px solid #6a0002;
	border-top: 3px solid #6a0002;
}

.MENU A { color: #c0c0c0; font-style: normal; font-weight: bold; text-decoration: none; }
.MENU A:link { color: #c0c0c0; font-style: normal;  font-weight: bold; text-decoration: none; }
.MENU A:visited { color: #c0c0c0; font-style: normal;  font-weight: bold; text-decoration: none; }
.MENU A:hover { color: #c0c0c0; text-decoration: underline; }
.MENU A:active { color: #c0c0c0; text-decoration: underline; }

.CONTENT {
	padding: 10px 10px 10px 10px;
}

DIV#REPLYBOX {
	background: #3f3f3f;
	border: 1px solid #7c7c7c;
	color: #d4d4d4;
	font-size: 8pt;
 	display: none;
}

DIV#COMMENTBOX {
	background: #1c1c1c;
	border: 1px solid #7c7c7c;
	color: #d4d4d4;
	font-size: 8pt;
 	display: block;
}

.DOTTEDBOX {
	border: 1px dotted #1c2f62;	
}

TABLE.LIST {
	border: 1px solid #1c2f62;	
	padding: 2px 2px 2px 2px;
}

TD.LIST {
	border-bottom: 1px dotted #1c2f62;
}

TD.LISTH {
	font-weight: bold;
	color: #3766a3;
	padding: 2px 2px 2px 2px;	
	border-bottom: 2px solid #1c2f62;
}

TD.LISTH A { color: #3766a3; font-style: normal; font-weight: bold; text-decoration: none; }
TD.LISTH A:link { color: #3766a3; font-style: normal;  font-weight: bold; text-decoration: none; }
TD.LISTH A:visited { color: #3766a3; font-style: normal;  font-weight: bold; text-decoration: none; }
TD.LISTH A:hover { color: #3766a3; text-decoration: underline; }
TD.LISTH A:active { color: #3766a3; text-decoration: underline; }

TD.LISTH2 {
	font-weight: bold;
	font-size: 8pt;
	background: #0b0614;
	color: #3766a3;
	text-align: left;
	vertical-align: middle;
}

TD.LISTH3 {
	font-weight: bold;
	font-size: 9pt;
	border-left: 2px solid #3766a3;
	color: #3766a3;
	text-align: left;
	vertical-align: middle;
}

.MAP_CONTAINER {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 512px;
	height: 512px;	
}

.MAP, .MAP1, .MAP2, .MAP3, .MAP4, .MAP5 {
	position: absolute;
	z-index: 0;
	width: 512px;
	height: 512px;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px none black;
	float: none;
}

.MAP1 {z-index: 1;}
.MAP2 {z-index: 2;}
.MAP3 {z-index: 3;}
.MAP4 {z-index: 4;}
.MAP5 {z-index: 5;}
