<!--
body {
	font-size: 12px;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
	background-image: url(../images/sidebackground.jpg);
	background-repeat: repeat-y;
}

h2{
	font-size: 28px;
	font-weight: bold;
	color: #121b6f;
	font-family: verdana, arial, helvetica;
}

h3{
	font-size: 18px;
	font-weight: bold;
	color: #0030A0;
	font-family: verdana, arial, helvetica;
}

font.alert {
	font-size: 10px;
	color: red;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
}

font.bigblue {
	font-size: 18px;
	color: #0030A0;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
}

font.firstword {
	font-size: 12px;
	color: #003399;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
}


p {
	font-size: 12px;
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
}

p.smaller1 {
	font-size: 10px;
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
}

td {
	font-size: 12px;
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
}

a{
	font-size: 12px;
	color: #399293;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	font-size: 12px;
	color: #003399;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	text-decoration: underline;
}

a.menu{
	font-size: 10px;
	font-weight: bold;
	color: #399293;
	font-family: verdana, arial, helvetica;
	text-decoration: none;
}

a.menu:hover{
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	font-family: verdana, arial, helvetica;
	text-decoration: none;
}

a.webfodderLink{
	color: #ABABAB;
	text-decoration: none;
	font-size: 10px;
	line-height: 100%;
}

a.webfodderLink:hover{
	color: #ABABAB;
	text-decoration: underline;
	font-size: 10px;
	line-height: 100%;
}


li{
	padding-bottom: 6px;
}
-->

.navBack{
	background-image: url(../images/NavRowBackGround.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

.menuBack{
	background-color: #ffffff;
	background-image: url(../images/LinkBottomRepeater.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 10px 0px 10px 0px;
}

.contentCell{
	height: 500px;
}

/********** SEO Styles *******************/
.SEODiv{
	position: absolute;
	top: 94px;
	left: 18px;
	z-index: 4;
	font-size: 10px;
}

.homeLink{
	font-size: 10px;
	color: #c4a800;
	text-decoration: none;
}

.homeLink:hover{
	font-size: 10px;
	color: #c4a800;
	text-decoration: underline;
}

.SEOCell{
	font-family: arial, helvetica, verdana;
	font-size: 10px;
	color: #c4a800;
}

.h1HeadingCell{
	padding: 0px 0px 10px 0px;
}

.H1Heading1{
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	color: #399293;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

.H1Heading2{
	font-family: arial, helvetica, verdana;
	font-size: 18px;
	color: #0030A0;
	font-weight: bold;
}