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

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}
h2 {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
}
h3 {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	line-height: 12px;
}
h4 {
	font: normal 18px Arial, Helvetica, sans-serif;
	line-height: 18px;
}
h5 {
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: 14px;
}
h6 {
	font: normal 10px Arial, Helvetica, sans-serif;
	line-height: 10px;
}

.text_yellow {
	color: #fcb040;
}
.text_blue {
	color: #0f6ba7;
}
.text_lt-yellow {
	color: #fecd8a;
}
.text_grey {
	color: #666;
}
.text_white {
	color: #FFF;
}
.text_maroon {
	color: #8a2932;
}
.text_green {
	color: #077d4d;
}
.text_gold {
	color: #dbaf60;
}


div#content ul li {
	list-style-image: url(../images/bullet.gif);
	line-height: 18px;
}




/* ======================= BLOCKS ======================= */

.block_dkblue {
	border: 2px solid #0f6ba7;
	background-color: #0f6ba7;
}
.block_blue {
	border: 2px solid #0f6ba7;
	background-color: #9db8e0;
}
.block_ltblue {
	border: 2px solid #d8e2f3;
	background-color: #d8e2f3;
}
.block_yellow {
	border: 2px solid #fcb040;
	background-color: #fcb040;
}
.block_ltyellow {
	border: 2px solid #fcb040;
	background-color: #fecd8a;
}
.block_grey {
	border: 2px solid #0f6ba7;
	background-color: #d1d2d4;
}
.block_ltgrey {
	border: 2px solid #d1d2d4;
	background-color: #E8E8E8;
}
