@charset "UTF-8";

/* CSS Document */

.style3 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	font-style: normal;
	line-height: 20px;
	font-variant: normal;
	text-transform: none;
}
body {
	font-size: small;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	font-style: normal;
	line-height: 20px;
	font-variant: normal;
	text-transform: none;
}

a:link {
	color: #933;
	text-decoration: none;
}
a:visited {
	color: #903;
	text-decoration: none;
}
a:hover {
	color: #F30;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
