*{ margin: 0px; padding: 0px; }

body{
	font-size: 9pt;
	font-family: Verdana, Arial;
}

a:link{
	font-weight: normal;
	color: #0065a5;
	text-decoration: none;
}

a:visited{
	font-weight: normal;
	color: #0065a5;
	text-decoration: none;
}

a:hover{
	font-weight: normal;
	color: #96b8cd;
	text-decoration: none;
}

img{ border: 1px solid #808080; }

.strong1{
	font-weight: bold;
	color: #404040;
}

.strong2{
	font-weight: bold;
	color: #0065a5;
}

div#wrapper{
	width: 294px;
	height: 180px;
	padding: 3px;
	text-align: justify;
	background-color: #f5f5f5;
}

ul{
	display: none;
	list-style-type: circle;
}

ul li{
	margin: 5px 0 0 20px;
}