@charset "UTF-8";

/* FOOTER STYLES */

.footer {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #E4F8FF;
}
A.footer_link:link {
	font-family: Verdana;
	font-size: 10px;
	color: #B8CC6E;
	text-decoration: underline;
}
A.footer_link:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #B8CC6E;
	text-decoration: underline;
}
A.footer_link:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #E4F8FF;
	text-decoration: underline;
}
A.footer_link:active {
	font-family: Verdana;
	font-size: 10px;
	color: #B8CC6E;
	text-decoration: none;
}

/* BODY STYLES */

.text {
	font-family: trebuchet ms;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	color: #000000;
}
.h1 {
	font-size:15px; 
	font-weight:bold; 
	color:#4b6000; 
	font-family:arial; 
	line-height:150%;
	text-decoration: underline;
}
.h2 {
	font-size:18px;
	font-weight:bold; 
	color:#004460; 
	font-family:arial; 
	line-height:110%; 
}

.subTitle { 
	font-size:11px; 
	font-weight:normal; 
	color:#4B6000; 
	font-style:italic; 
	font-family:arial; 
}

.text-small {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 150%;
	color: #000000;
}
.text-small-white { 
	font-size:11px; 
	font-weight:normal; 
	color:#FFFFFF; 
	font-family:arial; 
	line-height:150%; 
}
.text-small-blue { 
	font-size:11px; 
	font-weight:bold; 
	color:#004460; 
	font-family:arial; 
	line-height:150%; 
}
.BIG1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}
.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #4B6000;
	line-height: 16px;
}

/* SIDE COLUMN */

td { 
	font-size:12px; 
	color:#000000; 
	line-height:150%; 
	font-family:trebuchet ms; 
}
.sideColumn { 
	background-color:#FFFFFF; 
	border-right:1px dashed #B8CC6E; 
	text-align:left; 
}
.sideColumnText { 
	font-size:11px; 
	font-weight:normal; 
	color:#CC9900; 
	font-family:arial; 
	line-height:150%; 
}
.sideColumnTitle { 
	font-size:15px; 
	font-weight:bold; 
	color:#333333; 
	font-family:arial; 
	line-height:150%;
}
.object-right {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.object-left {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

/* A HREF LINKS */

a.link1:link {font-family: trebuchet ms; font-size: 12px; font-style: normal; color: #4b6000; text-decoration: none;}

a.link1:visited {font-family: trebuchet ms; font-size: 12px; font-style: normal; color: #4b6000; text-decoration: none;}

a.link1:hover {font-family: trebuchet ms; font-size: 12px; font-style: normal; color: #B8CC6E; text-decoration: underline;}

a.link1:active {font-family: trebuchet ms; font-size: 12px; font-style: normal; color: #CC9900; text-decoration: none;}

a.link2:link {font-family: trebuchet ms; font-size: 12px; font-style: normal; color: #4b6000; text-decoration: underline;}

a.link2:visited {font-family: trebuchet ms; font-size: 12px; font-style: normal; color: #4b6000; text-decoration: underline;}

a.link2:hover {font-family: trebuchet ms; font-size: 12px; font-style: normal; color: #B8CC6E; text-decoration: underline;}

a.link2:active {font-family: trebuchet ms; font-size: 12px; font-style: normal; color: #CC9900; text-decoration: underline;}

a.link3:link {font-family: trebuchet ms; font-size: 12px; font-style: normal; color: #004466; text-decoration: underline;}

a.link3:visited {font-family: trebuchet ms; font-size: 12px; font-style: normal; color: #004466; text-decoration: underline;}

a.link3:hover {font-family: trebuchet ms; font-size: 12px; font-style: normal; color: #999999; text-decoration: underline;}

a.link3:active {font-family: trebuchet ms; font-size: 12px; font-style: normal; color: #CC9900; text-decoration: underline;}

a.link4:link {font-family: arial; font-size: 11px; font-style: normal; color: #CC9900; line-height:150%; text-decoration: underline;}

a.link4:visited {font-family: arial; font-size: 11px; font-style: normal; color: #CC9900; line-height:150%; text-decoration: underline;}

a.link4:hover {font-family: arial; font-size: 11px; font-style: normal; color: #004460; line-height:150%; text-decoration: underline;}

a.link4:active {font-family: arial; font-size: 11px; font-style: normal; color: #CC9900;line-height:150%; text-decoration: underline;}

.oldprice {
	font-size:11px;
	font-weight:bold;
	color:#990000;
	font-family:arial;
	line-height:150%;
	text-decoration: line-through;
}

.red {color: #FF0000}