td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CACACA;
}
.white_bg_color {
	background-color: #FFFFFF;
}
.top_line {
	background-color: #99CC33;
}
.middle_repet {
	background-image: url(../images/middle_repet.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a.button_link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.middle_bg {
	background-image: url(../images/middle_bg_image.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.menu_inner {
	background-color: #B0E448;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.menu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}
a.footer_link_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}
.footer_line {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}
.small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.comming_text {
	font-family: "As seen on TV";
	font-size: 20px;
	font-weight: normal;
	color: #595959;
	text-decoration: none;
}
.menu_bg {
	background-color: #FFFFFF;
	border: 1px solid #B0E448;
}
.hd_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.button_link:hover {

	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #99CC33;
	text-decoration: none;
}

#internal_dialog 
{
	z-index:5;
	display:none;
	position:absolute;
	filter:alpha(opacity=100);
	left:0px;
	top:10px;
	-moz-opacity:1.00; 
	opacity:1.00;
	text-align:center;
		
}
.content_faded {
	z-index:0;
	filter:alpha(opacity=50);
	-moz-opacity:.50; 
	opacity:.50;
	background-color: #000000;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}