/* CSS Document */
body {
	background-color: #D0E6F1;
}
.h1 { 	font-family:Verdana;
		font-size:10px;
		color:#030303;
		font-weight:bold;
}
.bodytext { font-family:Verdana;
			font-size:10px;
			color:#030303;
}
a:link {
	font-family:Verdana;
	font-size:10px;
	color:#03F;
	text-decoration: none;
}
a:visited {	font-family:Verdana;
			font-size:10px;
			color:#030303;
			text-decoration: none;
}

a:hover {	font-family:Verdana;
			font-size:10px;
			color:#7CA1C2;
			text-decoration: none;
}

a:active {
	font-family:Verdana;
	font-size:10px;
	color:#03F;
	text-decoration: none;
}
#floatleft {
	float : left;
	padding : 2px 2px 2px 2px;
	}
#floatright {
	float : right;
	padding : 2px 4px 6px 2px;
	}
#floatrightnearborder {
	float : right;
	padding : 2px 0px 2px 2px;
	}

