BODY {
	font-family : Tahoma,Verdana,arial,helvetica,sans-serif;
	font-size : 10pt;
	color : #B0B0B0;
	scrollbar-face-color: Black;
	scrollbar-shadow-color: #4D4D4D;
	scrollbar-highlight-color: Gray;
	scrollbar-arrow-color: Silver;
	scrollbar-base-color: Silver;
	scrollbar-3d-light-color : Black;
	scrollbar-dark-shadow-color : Gray;
	scrollbar-track-color: Gray;
	cursor : crosshair;
	margin : 0;
}
A {
	font-family : Tahoma,Verdana,arial,helvetica,sans-serif;
	color:  #CC9900;
	font-size : 10pt;
	text-decoration: none;
	cursor : hand;
}
A:active {
	text-decoration: none; color: #DDDDDD;
}
A:hover {
	text-decoration: underline;
 	color: #FFFFFF;
}
TABLE {
	border-color : #555555 #505050 #111111 #505050;
	background-color : #505050;
	border-left : 0px;
	border-right : 0px;
}
TD {
	font-family : Tahoma,Verdana,arial,helvetica,sans-serif;
	font-size : 9pt;
	color : #C0C0C0;
	border : none;
}
DIV#titles {
	width:100%; 
	text-align:left; 
	border:1px solid #000000; 
	padding:5px; 
	background-color:#000000;
}
DIV#content {
	width:100%; 
	text-align:left; 
	border:1px solid #000000; 
	padding:5px; 
	background-color:#333333;
}
H1 {
	font-family : Tahoma,Verdana,arial,helvetica,sans-serif;
	font-size : 10pt;
	color : white;
	font-weight : heavy;
}
H2 {
    	font-family : Tahoma,Verdana,arial,helvetica,sans-serif;
	color : white;
	font-weight : heavy;
	font-size : 10pt;
}
H3 {
 	font-family : Tahoma,Verdana,arial,helvetica,sans-serif;
	color : white;
	font-weight : normal;
	font-size : 10pt;
}
small {
    	font-family : Tahoma,Verdana,arial,helvetica,sans-serif;
	color : #EEEEEE;
	font-weight : normal;
	font-size : 8pt;
}
big {
 	font-family : Tahoma,Verdana,arial,helvetica,sans-serif;
	color : white;
	font-weight : normal;
	font-size : 10pt;
}
HR {
	color: #BBBBBB;
	width: 90%;
}

B {
	color : white;
}