/* CSS Document */
body {
	background-color: #FFFFFF;
}
.h1 {
	font-size:18px;
	color:#AAABD9;
	font-weight:lighter;
	font-family: Tahoma, Verdana;
}
.bodytext {
	font-family:Verdana;
	font-size:10px;
	color:#CCCDE8;
}
a:link {	font-family:Verdana;
			font-size:10px;
			color:#CCCDE8;
			text-decoration: none;
}
a:visited {	font-family:Verdana;
			font-size:10px;
			color:#CCCDE8;
			text-decoration: none;
}

a:hover {	font-family:Verdana;
			font-size:10px;
			color:#ffffff;
			text-decoration: none;
}

a:active {	font-family:Verdana;
			font-size:10px;
			color:#CCCDE8;
			text-decoration: none;
}

.manuallinks a:link {	font-family:Verdana;
			font-size:11px;
			color:#CCCDE8;
			text-decoration: none;
}
.manuallinks a:visited {font-family:Verdana;
			font-size:11px;
			color:#CCCDE8;
			text-decoration: none;
}

.manuallinks a:hover {	font-family:Verdana;
			font-size:11px;
			color:#ffffff;
			text-decoration: none;
}

.manuallinks a:active {	font-family:Verdana;
			font-size:11
px;
			color:#CCCDE8;
			text-decoration: none;
}
.footertext {
	font-family:Verdana;
	font-size:10px;
	color:#272763;
