/* CSS Document */

body {
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #333;
	padding-top: 0px;

}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Helvetica, Arial, Sans-Serif; 
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 20px;
	line-height: 20px;
}
h2 {
	font-size: 20px;
	line-height: 27px;
	color: black;
	font-style: normal;
}
h3 {
	font-size: 16px;
	line-height: 16px;
}
h4 {
	font-size: 14px;
	line-height: 14px;
}
h5 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Helvetica, Arial, Sans-Serif; 
	font-size: 11px;

	font-size: 14px;
	line-height: 10px;
}
h6 {
	font-size: 8px;
	line-height: 8px;
}

p, #content ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-bottom: 15px;
	padding: 0;
}
p a{
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #016C89;
}
p a:hover{
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
	color: #016C89;
}
.white_text, .white_text a {
	color: #FFFFFF;
	text-decoration: none;
}
.white_text a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.orange_text {
	color: #FF7707;
}
.blue_text {
	color: #016C89;
}
.yellow_text {
	color: #EED7B5;
}
.grey_text {
	color: #666666;
}
.emphasis_text {
	margin: 15px 30px 15px 15px;
	padding-left: 10px;
	border-left: 1px solid #ccccccc;
	color: #333333;

}

/* ------------------------------ COLOR CODE ------------------------------------------ */
#admin_small_col.mceContentBody  {
   background: #CCC;
}