body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h1 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 22px;
	color: #666666;
	padding-top: 7px;	
}
h2 {
	font-size: 14px;
	color: #336699;
	border-bottom: solid 1px #666666;
}
h3 {
	font-size: 11px;
	color: #000000;
}
h4 {
	font-size: 14px;
	color: #336699;
}

.copyright, .copyright a:link, .copyright a:visited, .copyright a:active {color: #FFFFFF; font-weight: normal; text-decoration: none;}
.copyright a:hover {color: #CCCCCC; font-weight: normal; text-decoration: none;}

.green, .green a:link {color: #339900;}
.red, .red a:link {color: #FF0000;}
.strikthrough {text-decoration: line-through;color: #CCCCCC;}

marquee {
	-moz-binding:   url("marquee-binding.xml#marquee");   /* needed */
	display:        block;   /* needed */
	overflow:       hidden;  /* needed */
	height:         13px;   /* needs to be a value. auto does not render correctly */
}

/*FORM STYLES*********************/
.frm_textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #F9F9F9;
	border: solid #CCCCCC 1px;
}
.frm_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #336699;
	text-decoration: none;
	padding: 2px;
	margin: 0;
	border: 0;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.button a:link, .button a:visited, .button a:active{
	color: #FFFFFF;
	background-color: #336699;
	text-decoration: none;
	padding: 4px;
	margin: 0;
}
.button a:hover {
	color: #000000;
	background-color: #6699CC;
	text-decoration: none;
	padding: 4px;
	margin: 0;
}

.navcontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.navcontainer a:link, .navcontainer a:visited, .navcontainer a:active{
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	margin: 0;
}
.navcontainer a:hover {
	color: #D6E03D;
	text-decoration: none;
}
.navcontainer a#active {
	color: #D6E03D;
	text-decoration: none;
	font-weight:bold;
}

/*Products Menu*/
#prod_navcontainer
{
	width: 244px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 9px;
	position: static;
}
#prod_navcontainer ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

#prod_navcontainer ul li
{
	display: block;
	margin: 0;
	padding: 0;
}

#prod_navcontainer ul li a
{
	display: block;
	padding: 1px 0px 1px 5px;
	width: 239px;
	margin: 0;
	color: #666666;
	text-decoration: none;
	border: 0;
	font-weight: normal;
	border-top: 1px solid #F5F5F5;
}

#prod_navcontainer ul li a:hover
{
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
}

#prod_navcontainer ul li a#current
{
	text-decoration: none;
	color: #ffffff;
	background-color: #336699;
	border-right: solid #336699 1px;
}

#prod_navcontainer ul li a#above
{
	text-decoration: none;
	color: #000000;
	border-right: solid #336699 1px;
}

#prod_navcontainer ul li a#below
{
	text-decoration: none;
	color: #000000;
}

/*main prod menu*/
.prod_mainmenu a:link, .prod_mainmenu a:visited, .prod_mainmenu a:hover, .prod_mainmenu a:active
{
	text-decoration: none;
	color: #FFFFFF;
}