body
{

}
.white_top_bar
{
	font-weight: normal;
	font-size: 8pt;
	color: #949294;
	font-family: Arial, 'Trebuchet MS', Verdana;
	font-style:normal;
}

.grey_main_text
{
	font-weight: normal;
	font-size: 8pt;
	color: #949294;
	font-family: 'Trebuchet MS', Verdana;
	TEXT-DECORATION: none;
}

.highlight_text
{
	font-weight: normal;
	font-size: 8pt;
	color: red;
	font-family: 'Trebuchet MS', Verdana;
	TEXT-DECORATION: none;
}

.highlight_text_header
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: 'Trebuchet MS', Verdana;
	TEXT-DECORATION: none;
}
.required_text
{
	font-weight: bold;
	font-size: 12pt;
	color: red;
	font-family: 'Trebuchet MS', Verdana;
	TEXT-DECORATION: none;
}

.header_text
{
	font-weight: normal;
	font-size: 20pt;
	color: #949294;
	font-family: 'Trebuchet MS', Verdana;
}

.divscroll {
 padding-top:10px;
 padding-left:0px;
 padding-right:0px;
 margin-left:8px;
 width:330px;
 height:350px;
 overflow:auto;
 scrollbar-3dlight-color:#335D8E;
     scrollbar-arrow-color:#FFFFFF;
     scrollbar-base-color:#6B8A9C;
     scrollbar-track-color:#EBEBEB;
     scrollbar-darkshadow-color:#003366;
     scrollbar-face-color:#6B8A9C;
     scrollbar-highlight-color:#999999;
     scrollbar-shadow-color:#003366;
 }