body {
	background-color: #FFFFFF;
}
.wrapper {
	margin-right: auto;
	margin-left: auto;
}
.wrapper p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
}
.wrapper a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #9CCB9C;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}


.wrapper h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
.wrapperimg {
	border: medium solid #FFFFFF;
}


.wrapper #form1 label {
	color: #FFFFFF;
}
.wrapper li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.tableborderwhite {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.tablebordergray {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
