body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	margin-top: 50px;
}
a:link, a:visited, a:active {
	color: #ff00e1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}
h1 {
	font-size: 24px;
	color: #ff00e1;
}
h2 {
	font-size: 18px;
	color: #F36D0F;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	text-decoration:none;
}
h4 {
	font-size: 16px;
	color: #000000;
}

.copyright, .copyright a:link, .copyright a:visited, .copyright a:active {color: #666666; font-weight: normal; text-decoration: none; font-size:11px;}
.copyright a:hover {color: #666666; font-weight: normal; text-decoration: underline;}

#breadcrumb {font-size:11px; color:#FF0000; text-transform:lowercase;}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:visited {color:#CCCCCC;}

.green, .green a:link {color: #339900;}
.red, .red a:link {color: #FF0000;}
.orange, .orange a:link {color: #F36D0F;}
.pink, .pink a:link {color: #ff00e1;}
.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 */
}

.frm_textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #F9F9F9;
	border: solid #cccccc 1px;
	padding:2px;
}
.frm_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #ff00e1;
	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;
}

#comment {/*border:#FF33CC 1px solid; */color:#999999; padding:3px; text-align:left; font-size:11px;} 

#prods a, #prods a:link, #prods a:visited, #prods a:active {font-size: 9px; color:#666666;}
#prods a:hover {text-decoration:none; color:#ff00e1;}
#prods img {border: #E8E8E8 1px solid;}
#prods img:hover {border: #ff00e1 1px solid;}


div.rounded {
	background: #FFFFFF url(../images/tr.gif) no-repeat top right;
	min-height:10px; /*For IE to display correctly*/
}
div.rounded div {background: transparent url(../images/tl.gif) no-repeat top left;}
div.rounded div div {background: transparent url(../images/br.gif) no-repeat bottom right;}
div.rounded div div div {padding:5px;	background: transparent url(../images/bl.gif) no-repeat bottom left;}

