/* Main CSS style */
* { 
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	line-height: 130%; 
}

a:link {
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}

a:active {
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}

img {
float: left;
clear:left;
}