﻿/* CSS Document */

body {
	background-color: #EEEEEE;
	background-repeat: repeat-x;
}
h1 {
    font-size: 26px;
	color: #000000;
}

h2 {
	font-size: 26px;
	color: #d70305;
}

h3 {
	font-size: 18px;
	color: #00000;
}

h1, h2, h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}
ul, ol {
	margin: 15px;
	margin-left: 5px; 
	padding-left: 0;
}

ul li, ol li {
	margin: 0 0 15px;
	list-style: none;
	line-height: 21px;
	padding: 0 0 0 30px;
}
ul li {
	background: url(/images/bullet2.gif) no-repeat left top;
}

ul.bad li {
	background: url(/images/bullet3.gif) no-repeat left top;
}

ol li {
	background: url(/images/bullet1.gif) no-repeat left top;
}

.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.center {
	text-align: center;
}
.body {
	font-family: Verdana;
	font-size: 16px;
}
.dropcap {
	float: left; 
	color: #000000;
	font-size:45px;
	line-height:34px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.headline {
	font-family: Georgia, "Times New Roman";
	color: #d70305;
	font-size: 28px;
	text-align: center;
}
.headline-sub {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
}
.highlight-italic {
	background-color: #FFFF00;
	font-style: italic;
}
.letter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.linkcolor-black {
	color: #000000;
}
.linkcolor-grey {
	color: #666666;
}
.optin-bkg {
	border: 1px #888888 solid;
	background-color: #FFFFCC;
}
.optin-bkg-center {
	border: 1px solid #808080;
	background-color: #FFFFCC;
	text-align: center;
}
.optin-checkbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.optin-headline {
	font-family: Tahoma;
	color: #000000;
	font-size: 18px;
}
.optin-label {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
}
.optin-privacy {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
.picture-middle {
	vertical-align: middle;
}
.prehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.style1 {
	border-collapse: collapse;
	border: 1px solid #808080;
	background-color: #FFFFFF;
}
.text-underline {
	text-decoration: underline;
}
.web20-links {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
}

/* Optin Button */

.button {
	border: 1px solid #000000;
	background-color: #EEEEEE;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	cursor: default;
	background-repeat: repeat-x;
	background-position: 50% bottom;
}
#buttonPad {
	padding: 5px;
	background-color: #d70305;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

