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

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	border: 0;
	color: #1D1D1D;
}
body {
	background-color: #999999;
	color:#333333;
}



/*
a {
	text-decoration:none;
	color:#0000CC;
}
*/

h1{
	font-size: 30pt;
	font-family: Impact;
	color: #CA0000;
	text-align: center;
	font-weight:normal;
}

h2{
	font-size: 26pt;
	font-family: Impact;
	color: #CA0000;
	text-align: center;
	font-weight:normal;
}

h3 {
	font-size: 20pt;
	font-family: Impact;
	color: #006;
	text-align: center;
	font-weight:normal;
}

blockquote
{
margin: 2em 0px;
padding-left: 40px;
}
 
blockquote:before
{
color: #990000;
content: '\201C'; /* http://monc.se/kitchen/129/rendering-quotes-with-css */
font-family: Arial, Helvetica, sans-serif;
font-size: 5em;
font-weight: bold;
line-height: 0px;
margin: 0px 5px 0px -20px;
vertical-align: bottom;
}

blockquote:after
{
color: #990000;
content: '\201D';
font-family: Arial, Helvetica, sans-serif;
font-size: 5em;
font-weight: bold;
line-height: 0px;
margin: 0px 5px 0px 500px;
vertical-align: bottom;
}

/*
blockquote:before, blockquote:after {
color: #69c;
display: block;
font-size: 700%;
width: 50px;
}

blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
}

blockquote:after {
content: close-quote;
height: 50px;
margin-top: -70px;
margin-left: 360px;
}
*/

.alert{
	background-color:#FFFF33;
	font-weight: bold;
}

.alert_title{
	font-size:18px;
	background-color:#FFFF33;
	font-weight: bold;
	font-style: italic;
}

.bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 700%;
     color: #FF0000;
 }


 .bqend {
     float: right;
     height: 75px;
     margin-top: 0px;
     padding-top: 30px;
     font-size: 700%;
     color: #FF0000;
 }
 
 .download_link{
	font-size:30px;
	font-weight:bold;
	font-family: tahoma;
	text-decoration: underline;
 }


.red{
	color:red;
}

.blue{
	color:blue;
}

.light_green{
	color:#5d9d23;
}

.green{
	color:#3a6b10;
}

.normal_title{
	color:#333333;
}

.special_title{
	color:red;
}

.tolower{
	text-transform:lowercase;
}
.red_box{
	border: 10px dashed #CA0000;
	padding:10px;
}
/*
.points{
	border: 4px dashed #FFCC33;
	background-color: #FFFFCC;
	padding: 10px;
}
*/

.footnote{
	font-size:12px;
}

.ads{
	font-size:15px;
	background-color:#B9EEFF;
	border: thin dashed #3CA9E3;
	padding:10px;
}

#footer{
	padding-top:10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#features{
	background-color: #E2FA9C;
	border: 2px dashed #82ab03;
	padding:10px;
}

#bonus{
	background-color: #FFFFFF;
	border: 10px dashed #FF9933;
	padding:10px;
}

#rumbeea{
	position:relative;
	width:209px;
	height:36px;
	z-index:2;
	left: 525px;
	top: 8px;
}
