@charset "UTF-8";
/* CSS Document */

body,td,th, p {
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #999999;
}
.opera ( font-size: 10px; )
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited {
	text-decoration: none;
	color: #999999;
	font-weight: normal;	
}
a:hover, a:active {
	text-decoration: none;
	color: #9E090F;
	font-weight: normal	;
}

/*  Custom Classes  */

#topnav {
	margin-top: 62px;
	margin-left: 251px;
	border: 0px;
	position: relative;
}

#homeside {
	margin-top: 90px;
	margin-left: 18px;
	border: 0px;
	position: relative;
}

#liltab {
	margin-top: 57px;
	margin-left: 32px;
	border: 0px;
	position: relative;
}


.dottop { border-top: dotted thin #555; }
.dotbottom { border-bottom: dotted thin #555; }
.dottopbottom { border-bottom: dotted thin #555; border-top: dotted thin #555; }
.header1 { font-family: Helvetica, sans-serif; color: #9E090F; font-size: 20px; padding: 4px; line-height:24px;   }
.header1y { font-family: Helvetica, sans-serif; color: #E6C572; font-size: 20px; padding: 4px;   }
.header2 { font-family: Helvetica, sans-serif; color: #E6C572; font-size: 15px; padding: 4px;   }
.miniheader { font-size: 14px; color:#000000; }
.sidehead { font-family: Helvetica, sans-serif; color: #9E090F; font-size: 14px; padding: 8px; text-align: center;  }
.articlehead { font-family: Helvetica, sans-serif; color: #9E090F; font-size: 16px; }
.reviewicons { text-align: center; }

a:link.contlink {
	text-decoration: none;
	color: #9E090F;
	font-weight: normal;
}
a:visited.contlink {
	text-decoration: none;
	color: #9E090F;
	font-weight: normal;
}
a:hover.contlink {
	text-decoration: underline;
	color: #9E090F;
	font-weight: normal;
}

.style1 {color: #9E090F}
.style2 {color: #9E090F; font-size: 14px; }

input, textarea {
	color: #9E090F;
    font-size: 90%;
    line-height: 1;
	vertical-align: middle;
	background-color:#FFF;
	border: 1px inset #000000;
}

/* ERROR STATE FOR JAVASCRIPT FORM VALIDATION  */

.error {
  	font-family: Arial;
	font-size: 11px;
  	color: red;
  	margin-left: 2px;
  	display:none;
  }
  
/* FOR REVIEWS LINK ON THE BOTTOM OF RIGHT SIDEBAR */

a:link.reviews {
	text-decoration: none;
	color: #9E090F;
	font-weight: normal;
}
a:visited.reviews {
	text-decoration: none;
	color: #9E090F;
	font-weight: normal;
}
a:hover.reviews {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}

/* FOR BLACK/RED LINKS IN REGULAR BODY TEXT */

a:link.bodylink {
	text-decoration: none;
	color: #000000;
}
a:visited.bodylink {
	text-decoration: none;
	color: #000000;
}
a:hover.bodylink {
	text-decoration: underline;
	color: #9E090F;
}

/* FOR LINKS THAT LOOK LIKE HEADER 1 (RED) */

a:link.header1link {
	text-decoration: none;
	color: #9E090F;
}
a:visited.header1link {
	text-decoration: none;
	color: #9E090F;
}
a:hover.header1link {
	text-decoration: underline;
	color: #000000;
}

/* FOR LINKS THAT LOOK LIKE HEADER 2 (YELLOW) */

a:link.header2link {
	text-decoration: none;
	color: #E6C572;
}
a:visited.header2link {
	text-decoration: none;
	color: #E6C572;
}
a:hover.header2link {
	text-decoration: underline;
	color: #000000;
}

