body{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #05005B;
	background-image: url(images/RepeaterPage.jpg);
}

p{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #05005B;
}


td{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #05005B;
}


h1{
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #05005B;
	font-weight: bold;
}

h2{
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	color: #05005B;
	font-weight: bold;
}

h3{
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #05005B;
	font-weight: bold;
}

.homeLinkDiv{
	position: absolute;
	top: 2px;
	left: 160px;
	background-color: #ffffff;
	border: solid 1px #05005B;
	padding: 1px;
	z-index: 2;
}

a.homeLink{
	color: #05005B;
	text-decoration: none;
}

a.homeLink:hover:hover{
	color: #57529A;
	text-decoration: underline;
}

.headerText{
	position: absolute;
	top: 300px;
	left: 4px;
	color: #ffffff;
	font-weight: normal;
	width: 123px;
	z-index: 2;
}

.menuCell{
	padding: 5px 10px 0px 0px;
}

.cartButton{
	padding: 0px 4px 0px 0px;
}

.contentCell{
	color: #05005B;
	background-color: #F2F1E9;
	background-image: url(images/ContentCorner.jpg);
	background-repeat: no-repeat;
	padding: 8px 20px 20px 16px;
}


.rightRope{
	background-image: url(images/RepeaterRopeRight.jpg);
	background-repeat: repeat-y;
	background-position: top-right;
}

.leftRepeater{
	background-image: url(images/RepeaterRopeLeft.jpg);
	background-repeat: repeat-y;
}

.leftGutterBack{
	background-image: url(images/LeftLogoBackground.jpg);
	background-repeat: no-repeat;
}

.footerRepeaterRight{
	background-image: url(images/RepeaterFooterRight.jpg);
	background-repeat: repeat-y;
	background-position: top-right;
}

.leftGutterHeading{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #FFCA26;
	font-weight: bold;
	letter-spacing: -1px;
}

.leftGutterText{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #ffffff;
}

.footerText{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #ffffff;
}


li {
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Tahoma, Arial;
}


a{
	color: #0A01A7;
	text-decoration: underline;
}

a:hover{
	color: #DAAD21;
	text-decoration: underline;
}

a.footerLink{
	color: #05005B;
	text-decoration: underline;
}

a.footerLink:hover{
	color: #57529A;
	text-decoration: underline;
}

a.footerLinkYellow{
	color: #FFCA26;
	text-decoration: underline;
}

a.footerLinkYellow:hover{
	color: #FFCA26;
	text-decoration: underline;
}

a.webfodderLink{
	color: #9898B4;
	text-decoration: none;
}

a.webfodderLink:hover{
	color: #05005B;
	text-decoration: underline;
}




/********** Cart Styles ********************/

a.storeAccount{
	color: red;
	font-size: 10px;
	text-decoration: underline;
}

a.storeAccount:hover{
	color: green;
	font-size: 10px;
	text-decoration: underline;
}


.cartSummary{
	color: #05005B;
	font-size: 10px;
	font-weight: bold;
}

.cartSummaryVal{
	color: #CF0C0C;
	font-size: 10px;
	font-weight: bold;
}

/********** Form Styles ********************/

.entertext{
	color: #000000;
	font-size: 12px;
	background-color: #E6E5D8;
	width: 200px;
}

.required{
	color: #830000;
}

