body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: black;
	font-family: arial, Helvetica, Verdana, sans-serif;
}

#page{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-right: 1px solid black;
    border-left: 1px solid black;
}
#content{
    padding: 10px 20px 0px 20px;
    margin: 0px;
}

#disclaimer{
	font-size: 10px;
}

h1{
	font-size: 25px;
	color: red;		
}
h2{
	font-size: 30px;
	margin: 0px;	
}
h3{
	font-size: 22px;
	margin: 0px;
}
h5{
	font-size: 18px;
	margin: 0px;	
}

h6{
	font-size: 16px;
	margin: 0px;
}

.header_title{
   font-weight: bold;
   font-size: 15px;	
}

.header_green{
	color: #16BA00;	
}
.header_red{
 	color: red;		
}

/* Individual Testimonials */
.testimonial{
	background-color: #FFE2BB;
	border: 1px solid #B6A794;
}

.testimonial img{
	border: 1px solid #B6A794;	
}

/* Winning picks table */
.winning_picks{
	border-collapse: collapse;
	font-size: 14px;
	font-weight: bold;
}
.winning_picks thead{
	background-color: black;
	color: white;	
}

/* Form */
.inner_circle{
	border: 1px solid black;
	font-weight: bold;
	padding: 20px;
}
.inner_circle2{
	border: 1px solid black;
	font-weight: bold;
	padding: 5px;
	background-color: #EEEEEE;
}
.inner_circle_input{
	border: 1px solid black;
	background-color: #FFE2BB;
	width: 200px;
}

/* Instant bonus report */
.instant_bonus{
		font-size: 16px;
		font-weight: bold;
		border: 1px solid black;
		line-height: 22px;
}
.instant_bonus thead{
		font-size: 24px;
		font-weight: bold;
		color: white;
		background-color: black;
}


.disclaimer{
	font-size: 10px;
}

.warning{
	color: red;
	font-weight: bold;	
}