a.jc:link{color:#FFFFFF;font-size: 11pt;font-family: arial;text-decoration:none;}

a.jc:visited{color:#FFFFFF;font-size: 11pt;font-family: arial;text-decoration:none;}

a.jc:hover{color:#FFFFFF;font-size: 11pt;font-family: arial;text-decoration:underline;}

a.jc:active{color:#FFFFFF;font-size: 11pt;font-family: arial;text-decoration:none;}

a.emt:link{color:#FFFFFF;font-size: 10pt;font-family: arial;text-decoration:none;}

a.emt:visited{color:#FFFFFF;font-size: 10pt;font-family: arial;text-decoration:none;}

a.emt:hover{color:#FFFFFF;font-size: 10pt;font-family: arial;text-decoration:underline;}

a.emt:active{color:#FFFFFF;font-size: 10pt;font-family: arial;text-decoration:none;}

body {

scrollbar-face-color:#000C18;

scrollbar-highlight-color:#660066;

scrollbar-3dlight-color:#660066;

scrollbar-darkshadow-color:#000C18;

scrollbar-shadow-color:#000C18;

scrollbar-arrow-color:#CC9900;

scrollbar-track-color:#808080;

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 10pt;

}

table {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
line-height: 1.4;
}

img img{vertical-align: bottom;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	width:280px;
}
.fltlft300 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width:400px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width:175px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}