@charset "UTF-8";
/* CSS Document */

<style type="text/css">

<!--

.listtable {

border-style: solid;

border-width: 1px;
	
border-color: #006699;
	
list-style-position: outside;
	
list-style-image: url(/images/c2/greencircle.gif);
	
	
background-repeat:no-repeat;
	
background-color:#006699;
	
}


.style1 {
	
color: #FFFFFF;
	
font-weight: bold;
	
font-size:14px;
}


.style2 {
	
color: #339933;
	
font-weight: bold;
}



.style3 {
	
color: #666666;
	
line-height: 20px;

}



#floatleft {
	float:left;
	position: relative;
	z-index: 10;
	margin-top: 0px;
	padding: 5px;

}

#floatright {
	float:right;
	position: relative;
	z-index: 10;
	margin-top: 0px;
	padding: 0px;
}

</style>-->
