@charset "utf-8";
/* CSS Document */

body {
	margin:0px 0px 0px 0px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	background-color:#5c5c5c;
}

a{
color:#1c1c1c;
}

.divider {
	background-image:url(images/button_divider.gif);
	width:2px;
	height:32px;
	background-repeat:no-repeat;
}
.submenubar {
	width:1024px;
	height:33px;
	background-image:url(images/sub_menu_bar.gif);
	background-repeat:repeat-x;
}
.bodytext {
	font-size:11px;
	text-align:justify;
	color:#FFFFFF;
	padding:20px 20px 20px 20px;
}
.floaterheader {
	vertical-align:top;
	color:#000000;
	padding-top:8px;
	text-align:center;
	font-weight:bold;
}
.maintext {
	font-size:11px;
	text-align:justify;
	color:#FFFFFF;
	padding:2px 20px 2px 20px;
}

.btn {
	font-size:11px;
	text-align:center;
	background-image:url(images/button_normal.gif);
	width:133px;
	height:32px;
	vertical-align:middle;	
	
}
.btn a {
	color:#FFFFFF;
	text-decoration:none;
}

.btn a:hover {
	color:#ffbe0c;
}

.btn a:active {
	color:#CCCCCC;
}

.btn:hover {
	
	background-image:url(images/button_selected.gif);
	}

.linktext {
	font-size:11px;
	text-align:center;
	vertical-align:middle;
}

.linktext a {
	color:#FFFFFF;
	text-decoration:none;
}

.linktext a:hover {
	color:#ffbe0c;
}

.purchase{
padding:10px 10px 10px 10px;
text-align:center;
color:#ffffff;
font-weight:bold;
}

.heading{
padding:10px 10px 10px 10px;
color:#ffbe0c;
font-size:13px;
text-align:center;
font-weight:bold;
}

.floaterlink a {
color:#FFFFFF;
text-decoration:none;
}

.floaterlink a:hover{
color:#ffbe0c;
}

.footerlink {
text-align:right;
padding-right:7px;

}
.footerlink a {
color:#FFFFFF;
font-size:9px;
text-decoration:none;
}

.footerlink a:hover{
color:#ffbe0c;
}

.imagelink {
border:0;
}

.purchase {
text-decoration:none;
color:#FFFFFF;
}


.purchaseb {
text-decoration:none;
color:#00ff00;
}