body{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #000000;
}

.homeLinkDiv{
	position: absolute;
	top: 33px;
	left: 160px;
	z-index: 4;
	font-size: 10px;
	font-family: arial, helvetica, verdana;
}

a.homeLink{
	color: #949494;
	text-decoration: none;
}

a.homeLink:hover:hover{
	color: #01808D;
	text-decoration: underline;
}

p{
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #000000;
}


td{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #000000;
}


h1{
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

h2{
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

h3{
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}


li {
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Tahoma, Arial;
}


a{
	color: #0072cf;
	text-decoration: underline;
}

a:hover{
	color: #058ffe;
	text-decoration: underline;
}

.DataEntry {
    FONT-SIZE: 11.0px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica;
}

a.FooterText {
	color: #065a9e;
	font-size: 11px;
	font-family: arial;
	text-decoration: none;
}

a.FooterText:Hover {
	color: #0072cf;
	font-size: 11px;
	font-family: arial;
	text-decoration: underline;
}

.Footer {
	color: #585858;
	font-size: 11px;
	font-family: arial;
}

a.Footer {
	color: #585858;
	font-size: 11px;
	font-family: arial;
	text-decoration: underline;
}

a.Footer:hover {
	color: #585858;
	font-size: 11px;
	font-family: arial;
	text-decoration: underline;
}

.Green {
	color: #01808d;
	font-weight: bold;
}

/********** 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: #9A8018;
	font-size: 11px;
	font-weight: bold;
}

.cartSummaryVal{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

/********** Form Styles ********************/

.entertext{
	color: #000000;
	font-size: 12px;
	background-color: #EBEBEB;
	width: 200px;
}

.required{
	color: #830000;
}


/******* Webfodder Logo Sizing for Div *********/

div.fodder{
	filter:alpha(Opacity=100);
	width:32px;
	height:32px;
}

/****** Menu Styles for Flyout Menu *************/

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #FFFFFF;
	border-bottom-width: 0px;
	font-family: verdana, arial, helvetica;
	font-size:11px;
	line-height: 100%;
	z-index: 100;
	color: #FFFFFF;
	background-color: #0072cf;
	width: 150px;
	margin:0px 0px 0px 0px; /*positions the left corner of the dropdown */
}

.anylinkcss a{
	width: 100%;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
	width: 100%;
	display: block;
	background-color: #1797ff;
	text-decoration: none;
	color: #000000;
}

.linkItem{
	padding:3px 6px 3px 6px;
}


