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

/* *************************** */
/* General styles */
/* *************************** */
html, body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	padding-bottom: 50px;
}
.maintxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.4em;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	color: #A2A659;
}
.buybutton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #AA8EFF;
}
.whitetxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.titletxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#infobox  {
width: 720px;
float: left;
padding: 10px 0 0 20px;
line-height: 1.4em;
}