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


body {
	font-size: small;
	color : #FFFFFF;
	line-height: 130%;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #99FFFF;
}
a:active {
	color: #FFFFFF;
}
form {
	line-height: 200%;
}



