@charset "utf-8";
/* CSS Document */



p, li {
	font: normal 12px Open Sans, Helvetica, sans-serif;
	line-height: 18px;
	margin: 6px 0;
	padding: 0;
}

td {
	font: normal 12px Open Sans, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	font: normal 22px Open Sans, Helvetica, sans-serif;
	line-height: 26px; font-weight:bold;
}
h2 {
	font: 18px Open Sans, Helvetica, sans-serif;
	line-height: 22px;
}
h3 {
	font: 16px Open Sans, Helvetica, sans-serif;
	line-height: 20px; margin-bottom:10px;
}
h4 {
	font: 14px Open Sans, Helvetica, sans-serif;
	line-height: 18px;
}
h5 {
	font: 12px Open Sans, Helvetica, sans-serif;
	line-height: 14px;
}
h6 {
	font: 10px Open Sans, Helvetica, sans-serif;
	line-height: 12px;
}

.text_white {
	color: #FFF;
}
.text_blue {
	color: #445f98;
}
.text_orange {
	color: #E4A036;
}
.text_maroon {
	color: #98445f;
}
.text_darkblue {
	color: #004466;
}
.green {
	background: #f4f0e7;
}
.blue {
	background: #80a1b2;
}
.darkblue {
	background: #004466;
}
.lightblue {
	background: #5481c2;
}
.maroon {
	background: #98445f;
/*	background: #7b324b;*/
}
.gray {
	background: #c1c1c1;
}
.white {
	background: #FFF;
}
.pic {
	border: 1px solid #eeeeee;
}