/* CSS Document */

.optin {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.dotted {
	padding: 8px;
	border: thin dotted #026DA1;
}
body {
	background-image: url();
	margin-top: 10px;
}
.style5 {font-size: 10px; font-family: Georgia, "Times New Roman", Times, serif;}
.style9 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; }
.style10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #FF0000;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #000066;
}
.list1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}


p {font-family: Arial, Helvetica, sans-serif; font-size: 12pt; }

.uc {
	text-transform: capitalize;
}
.style12 {color: #FF0000}
a:link {
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #990000;
}
a:active {
	color: #0000CC;
}

