
span {
	text-transform:none;

}

.pagetitle, .pagetitle p {
	font: 700 normal 36px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform:uppercase;
	color:#333;
	
}

.title, .title p {
	font: 700 normal 21px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform:none;
	color:#000;
	
}

.subtitle, .subtitle p {
	
	font: 300 italic 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform:none;
	color:#000;
	
}

.quote, .quote p {
	font: 200 italic 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
	text-transform:none;
	
}

.hightlight {
	
	color:#2d6f7f;
	font-weight:bold;
	
}

.caption {
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	color:#2ea341;
	text-transform:none;
	
}

h1 {
	
    font: 700 normal 36px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	line-height:34px;
	color:#333;
	margin-bottom: 0px;
	margin-top: 0px;
	
}

h2 {
	
	margin-top: 0px;
	font: 500 normal 24px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform:none;
	line-height:23px;
	color:#333;
	
}

h3 {
	
	margin-top: 0px;
	font: 300 normal 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform:none;
	line-height:15px;
	color:#333;
	
}

h4 {
	
	margin-top: 0px;
	font: 200 normal 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform:none;
	font-style:italic;
	line-height:12px;
	color:#333;
	
}

h5 {
	
	margin-top: 0px;
	font: 200 normal 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform:none;
	font-style:italic;
	line-height:10px;
	color:#333;
	
}

p {
	
	font: 200 normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#333;
	text-transform:none;
}


a {
	color:#06C;
}




a:hover, a.visited:hover {
	color:#900;
}


.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dotted #BBB; padding:5px;}

