body {
	font-size: 12px;
	color: #FEEECA;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
}

p {
	font-size: 12px;
	color: #FEEECA;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
}

td {
	font-size: 12px;
	color: #FEEECA;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
}

h1{
	font-size: 22px;
	font-weight: bold;
	color: #B8023B;
	font-family: verdana, arial, helvetica;
}

h2{
	font-size: 20px;
	font-weight: bold;
	color: #5392FD;
	font-family: verdana, arial, helvetica;
}

h3{
	font-size: 18px;
	font-weight: bold;
	color: yellow;
	font-family: verdana, arial, helvetica;
}

a{
	color: #5392FD;
	text-decoration: underline;
}

a:hover{
	color: #BD01C4;
	text-decoration: underline;
}

a.linkonBlue{
	color: #FFFFFF;
	text-decoration: none;
}

a.linkonBlue:hover{
	color: #000000;
	text-decoration: none;
}
.footerText{
	font-size: 10px;
	font-weight: normal;
	color: #77A6FF;
}

.paddedLeftBottom{
	padding: 0px 0px 12px 12px;
}

a.webfodderLink{
	color: #1568B3;
	text-decoration: none;
	font-size: 10px;
	line-height: 100%;
}

a.webfodderLink:hover{
	color: #1568B3;
	text-decoration: underline;
	font-size: 10px;
	line-height: 100%;
}

.contentCell{
	height: 400px
}

.bottomCorner{
	background-image: url(../images/imagename.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/********** SEO Styles *******************/
.SEODiv{
	position: absolute;
	top: 4px;
	left: 108px;
	z-index: 4;
	font-size: 10px;
}

.homeLink{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

.homeLink:hover{
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

.SEOCell{
	font-family: arial, helvetica, verdana;
	font-size: 10px;
	color: #ffffff;
}

.SEOCellHeaderText{
	font-family: arial, helvetica, verdana;
	font-size: 10px;
	color: #c7ddff;
}

.h1HeadingCell{
	padding: 0px 0px 10px 0px;
}

.H1Heading1{
	font-family: times, times new roman, serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

.H1Heading2{
	font-family: times, times new roman, serif;
	font-size: 26px;
	color: #3c77ff;
	font-weight: bold;
}


/********** Form Styles ********************/

.entertext{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	background-color: #EBEBEB;
}

.buttons{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #878787;
}

.required{
	color: #CE0141;
	font-weight: normal;
}

/********** List Styles ********************/

ol {
	font-size: 11px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 23;
}

li {
	line-height: 130%;
}


