a{
color: gold;
text-decoration: underline;
}

a:hover{
color: gold;
text-decoration: none;
}

BODY{
	scrollbar-face-color: #1d75e0;
	scrollbar-shadow-color: #32388A;
	scrollbar-highlight-color: #6582DD;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: #6582DD;;
	scrollbar-arrow-color: black;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

BODY,td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.on{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: gold;
	text-decoration: none;
	font-weight: bold;
}

.off{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

h1{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: yellow;
	text-decoration: none;
	font-weight: bold;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: gold;
	text-decoration: none;
	font-weight: bold;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}


.note{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: gold;
	text-decoration: none;
	font-weight: notmal;
}

.th{
	background-color : #32388A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.td1{
	background-color: #6582DD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.td2{
	background-color: #5972C3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

