@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
}
body {
	background-color: #014681;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #014681;
	text-decoration: none;
}
a:visited {
	color: #014681;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #014681;
	text-decoration: none;
}
.navigation_cell {
	background-image: url(images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	vertical-align: top;
}
.page_left {
	background-image: url(images/page_left.jpg);
	background-repeat: repeat-y;
}
.page_right {
	background-image: url(images/page_right.jpg);
	background-repeat: repeat-y;
}
.content_cell {
	background-color: #FFFFFF;
	background-image: url(images/content_background.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: justify;
	padding-top: 30px;
	padding-right: 64px;
	padding-bottom: 30px;
	padding-left: 64px;
}
.footer_navigation {
	background-image: url(images/footer_background.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 10px;
	line-height: 12px;
}
.color_blue {
	color: #014681;
}
.content_title {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
.content_subtitle {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
.home_inset {
	padding-right: 30px;
	padding-bottom: 30px;
}
