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

.subHead {font-size: 14px; font-weight: bold;}

.styled {margin-bottom: 15px;}
.styled th {
	background-color: #0077B9;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

.styled td {padding: 4px;}
.odd {background-color: #FFF;}
.even {background-color: #D1E1E1;}

.yellow {color: #FFDE59;}
.small {
	font-size: 11px;
	font-weight: normal;
}


.babyBlue {color: #248bc3;}
.white {
	color: #FFF;
}

.floatRoght {
	float: right;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #248bc3;
	font-weight: normal;
	padding-bottom: 10px;
} 

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 17px;
	padding-bottom: 15px;
	color: #304152;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5F737C;
	padding-bottom: 10px;
	padding-top: 5px;
}

p.separator {
	clear: both;
	height: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #B7C1CA;
	padding: 0px !important;
	margin: 5px 0;
}

.bulletListTitle {
	padding-bottom: 3px;
}
