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

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	margin: 0px;
	background-color: #5678CF;
	color: #000;	
}
.header_cells {
	background-image: url(../images/header_tile.png);
	background-repeat: repeat-x;
	background-position: top;
}
.pic_cells {
	background-color: #FFF;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#bg_tile {
	display: block;
	height: 100%;
	width: 950px;
	background-image: url(../images/bg_tile.png);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
	visibility: visible;
}
h1 {
	color: #0C186D;
	font-size: 17pt;
	line-height: 20pt;
	font-weight: bold;
}
h2 {
	color: #0C186D;
	font-size: 15pt;
	line-height: 18pt;
	font-weight: bold;
}
h3 {
	color: #0C186D;
	font-size: 13pt;
	line-height: 16pt;
	font-weight: bold;
}
h4 {
	color: #0C186D;
	font-size: 11pt;
	line-height: 14pt;
	font-weight: bold;
}
h5 {
	color: #0C186D;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: bold;
}
a:link {
	color: #0C186D;
	text-decoration: underline;
}
a:visited {
	color: #0C186D;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #0C186D;
	text-decoration: underline;
}
.bl_footer {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 30px;
}
hr {
	color: #0C186D;
}

