body {
font-family:		Arial;
text-align:			center;
margin: 			0px;
padding: 			0px;
background-color: 	#FFFFFF;
}

.header-navigation {
font-family: 		Arial;
font-size:			12px;
font-weight:		bold;
text-decoration:	none;
color: 				#FFFFFF;
background: 		#ff991f;
}

.header-navigation:hover {
color: 				#FFFFFF;
text-decoration:	underline;
}

.header-content {
font-family: 		Arial;
font-size:			12px;
font-weight:		bold;
text-decoration:	none;
color: 				#ff991f;
background-image:	url(/images/content_header_bgi.gif);
}

h1 {
font-family: 		Arial;
font-size:			12px;
font-weight:		bold;
text-decoration:	none;
color: 				#FFFFFF;
margin-top:			1px;
margin-bottom:		-17px;
padding-right:		3px;
}

.content-navi {
font-family:		Arial;
font-size:			13px;
font-weight:		bold;
color:				#086395;
border-top: 		1px solid #ff991f;
border-right: 		1px solid #ff991f;
border-bottom:		1px solid #ff991f;
background:			#FFFFFF;
}

.content-navi-mouseover {
font-family:		Arial;
font-size:			13px;
font-weight:		bold;
color:				#FFFFFF;
border-top: 		1px solid #ff991f;
border-right: 		1px solid #ff991f;
border-bottom:		1px solid #ff991f;
background:			#ff991f;
}

.content {
font-family:		Arial;
font-size:			13px;
color:				#000000;
}

.content-title {
font-family:		Arial;
font-size:			13px;
color:				#FFFFFF;
font-weight:		bold;
background:			#0C1F93;
}

.content-title-blue {
font-family:		Arial;
font-size:			13px;
color:				#FFFFFF;
font-weight:		bold;
background:			#0C1F93;
}

.content-small {
font-family:		Arial;
font-size:			10px;
color:				#000000;
}

.content-h1 {
font-family:		Arial;
font-size:			26px;
font-weight:		bold;
color:				#ff991f;
}

.content-h2 {
font-family:		Arial;
font-size:			22px;
font-weight:		bold;
color:				#ff991f;
}

.content-h3 {
font-family:		Arial;
font-size:			18px;
font-weight:		bold;
color:				#FF6600;
}

.content-h4 {
font-family:		Arial;
font-size:			14px;
font-weight:		bold;
color:				#FF6600;
}

.content-box {
border: 			1px solid #0C1F93;
}

.content-box-blue {
border: 			1px solid #0C1F93;
}

.content-bold {
font-family:		Arial;
font-size:			13px;
color: 				#FF6600;
font-weight:		bold;
text-decoration: 	none;
}

a {
color: 				#FF6600;
font-weight:		bold;
text-decoration: 	none;
}

a:hover {
text-decoration:	underline;
}

.footer-box {
background:			#0C1F93;
}

.footer-text {
font-family:		Arial;
font-size:			10px;
text-decoration:	none;
color:				#FFFFFF;
}