/* CSS Document */

.style3 {
	font-weight: normal;
	color:#ffffff
}
.style4 {font-size: smaller;font-weight: bold; }
.style5 {font-size: smaller; }
.style6 {
	font-size: x-large;
	color: #FFFFFF;
}
.style7 {
	color: #FF6633;
	font-weight: bold;
}
body {
	background-color: #222222;
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: smaller;
}
table {
	background-color: #FFFFFF;
}
img {
	border: 0px none #D8D0C7;
}
A:link{
	text-decoration:underline;color:#FF6633;
}
A:visited{color:#FF6633; text-decoration:underline;}
A:hover{text-decoration:underline;color:#FF6633;}
A:active{ color:#FF6633; text-decoration:none;}
