body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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-family: "Courier New", Courier, monospace;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 28px;
	color: #000000;
	text-transform: lowercase;	
}
h1 a:hover{
	color: #000000;	
	text-decoration: none;
}
h2 {
	font-size: 18px;
	color: #666666;
	/*text-transform: lowercase;*/
	border-bottom: #999999 1px solid;
}
h3 {
	font-size: 18px;
	color: #000000;
	/*text-transform: lowercase;*/
}
h4 {
	font-size: 13px;
	color: #666666;
	border-bottom: #999999 1px solid;
}

.bodytext {color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}

.copyright, .copyright a:link, .copyright a:visited, .copyright a:active {color: #FFFFFF; font-weight: normal; text-decoration: none;}
.copyright a:hover {color: #FFFFFF; font-weight: normal; text-decoration: underline;}

.sidelinks {color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
.sidelinks a:link, .sidelinks a:visited, .sidelinks a:active {color: #999999; text-decoration: none;}
.sidelinks a:hover {text-decoration: underline;}
.sidelinks h1 {color:#FFFFFF; font-family:"Courier New", Courier, monospace; font-size:16px;margin:0;padding:1px 0 1px 0;}
.sidelinks h2 {color:#666666; font-family:"Courier New", Courier, monospace; font-size:13px;margin:0;padding:5px 0 1px 0;}
.sidelinks p {padding:0; margin:0;}

.prodmenu a:link, .prodmenu a:visited, .prodmenu a:active {color:#000000; font-size:16px; font-family:"Courier New", Courier, monospace; text-decoration:none; font-weight:bold; text-transform:lowercase;}
.prodmenu a:hover {text-decoration: underline;}

.green, .green a:link {color: #339900;}
.red, .red a:link {color: #FF0000;}
.white, .white a:link {color: #FFFFFF;}
.strikthrough {text-decoration: line-through;}

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;
	color: #333333;
	border: solid #333333 1px;
	margin: 0;
	padding: 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: #999999;
	text-decoration: none;
	padding: 4px;
	margin: 0;
}
.button a:hover {
	color: #000000;
	text-decoration: none;
	padding: 4px;
	margin: 0;
}

#navcontainer
{
	margin: 0;
	padding: 0;
	position: static;
	border: 0;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
}

#navcontainer ul li a
{
	padding: 0;
	margin: 0;
	background-image:url(../images/menu.gif);
	width: 88px;
	height: 28px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 16px/28px "Arial Narrow", Arial, Helvetica, sans-serif;
}

#navcontainer ul li a:hover
{
	font-weight:bold;
	color: #FFFFFF;
	background-image:url(../images/menu_over.gif);
}

#navcontainer a:active
{
	color: #FFFFFF;
}

#navcontainer li#active a
{
	color: #000000;
	background-color: #FFFFFF;
	background-image:url(../images/menu_active.gif);
	font-weight:bold;
}