body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 				#FFFF96;
	list-style-type: circle;
	SCROLLBAR-FACE-COLOR: 		#ffffff; 
  	SCROLLBAR-HIGHLIGHT-COLOR: 	#cccccc; 
  	SCROLLBAR-SHADOW-COLOR: 	#333333; 
  	SCROLLBAR-3DLIGHT-COLOR: 	#999999; 
  	SCROLLBAR-ARROW-COLOR: 		#666666; 
  	SCROLLBAR-TRACK-COLOR: 		#666666; 
  	SCROLLBAR-DARKSHADOW-COLOR: 	#666666; 
  	SCROLLBAR-BASE-COLOR: 		#666666; 
	background-color: 		#5A6478;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.textForced {
	font-size: 11pt;
	font-weight: normal;
	color: #333333;
}

.header1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #CC0000;
}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #CC0000;
}

.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #CC0000;
}

.tableHeader {
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #333333;
}

.tableRow1 textForced{
	background-color: #EBEBEB;
}

.tableRow2{
	background-color: #F5F5F5;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #FFFF96;
}

a:hover{
	text-decoration:underline;
	color: #FFFFFF;
}

.link1 {
	color: #FFFF96;

}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}


.Button
{
    BACKGROUND-COLOR: #FFF96;
    BACKGROUND-IMAGE: none;
    BACKGROUND-REPEAT: repeat;
    COLOR: black;
    FONT-WEIGHT: bold
}


