@charset "utf-8";
/* CSS Document */


p {
	line-height: 18px;
	padding-top: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #005542;
	font-variant: normal;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #3A74B3;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0B2B52;
	border-right-color: #0B2B52;
	border-bottom-color: #0B2B52;
	border-left-color: #0B2B52;
	text-align: center;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
	color: #005542;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #005542;
	display: block;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}



ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-indent: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: square;
	padding: 6px;
	margin-left: 10px;
}
li {
	padding-bottom: 5px;
}

.detailText {
	font-size: 9px;
	line-height: 14px;
	color: #666666;
}

strong {
	font-weight: bold;
}
