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

h1, h2, h3, h4 {

font-family: georgia, times new roman, times, serif ;
color: #ed164f;
font-weight: normal; 
letter-spacing: .2em;

}


h1 {
	
	font-size: 140%;
	padding: 3.5em 0 .5em 0;
	
	}


h2 {
	
	font-size: 100%;
	padding-bottom: 10px;
	
	}
	
h3 {
	
	font-size: 90%;
	font-style: italic;
	padding-bottom: 10px;
	color: #696;
	
	}	
	

h4 {
	
	font-size: 90%;
	font-style: italic;
	color: #000;
	font-weight: normal;
	
	}	
	
	

.center {
	
	text-align: center;
	
}

.indent {
	
	margin-left: 20px;
	
}


.highlight {
	
	font-weight: bold;
	color: #F00;
	background-color: #FF6;
	
}


#mainContent .smalltype {
	
	font-size: 80%;
	color: #666;
	
}



.noborder img {

border: 0;

}

.sponsorhighlight {
	
	font-weight: bold;
	font-family: georgia, times new roman, times, serif ;
	color: #ed164f;
	text-align: center;
}

.sponsorhighlight p {
	
	font-size: 120%;
	
}


.greenhighlight {
	
	color: #390;
	font-weight: bold;
	
}


.redhighlight {
	
	color: #C00;
	font-weight: bold;
	
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding: 5px;
	border: 1px solid #9e97e2;
	background: #c7c4e2;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 5px;
	border: 1px solid #ffca06;
	background: #f3f394;
	
	
}
