body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E4E4E4;
	line-height: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
	
}

body {
	text-align: center;
	background-position: top center;
	overflow:auto;}

a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #F7F7F7;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}

#container
{
  	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}

#top
{
	padding: 0px;
	background-image: url(images/header_back.jpg);
}

#leftnav
{
	float: left;
	width: 180px;
	margin: 0;
	padding: 0px;
}

#rightnav
{
	float: right;
	width: 180px;
	margin: 0;
	padding: 0px;
}

#content
{
	width: 100%;
	margin: 0;
	padding: 0px;
	background-image: url(images/content_back.jpg);

}

#scroller
{
	width: 100%;
	min-height: 200px;
	margin: 0;
	padding: 0px;
	background-image: url(images/scroller_back.jpg);
}

#footer
{
	padding: 0px;
	background-image: url(images/footer_back.jpg);
}

	html {
		height: 100%;
		overflow: hidden;
	}	
	#flashcontent {
		height: 100%;
	}
	/* end hide */
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		color:#ffffff;
		font-family:sans-serif;
		font-size:16;
	}	
	a {	
		color:#cccccc;
	}
	
.discount_box {
    -moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF;
	padding: 2px;
}

.text_9px {font-size: 9px}
.text_10px {font-size: 10px}
.text_11px {font-size: 11px}
.text_12px {font-size: 12px}
.text_13px {font-size: 13px}
.text_14px {font-size: 14px}
.text_15px {font-size: 15px}

.text_9px_bold {font-size: 9px; text-decoration: bold;}
.text_10px_bold {font-size: 10px; text-decoration: bold;}
.text_11px_bold {font-size: 11px; text-decoration: bold;}
.text_12px_bold {font-size: 12px; text-decoration: bold;}
.text_13px_bold {font-size: 13px; text-decoration: bold;}
.text_14px_bold {font-size: 14px; text-decoration: bold;}
.text_15px_bold {font-size: 15px; text-decoration: bold;}

.form_box {
    -moz-border-radius: 3px; -webkit-border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 7px;
}