body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.logo {
	background-image: url(images/blue.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.lines {
	background-image: url(images/logotop_r1_c1.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.whitelines {
	background-image: url(images/logotop_r1_c1_b.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.gr-lines {
	background-image: url(images/logotop_gr.gif);
	background-repeat: repeat-y;
}
.text {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	line-height: 15px;
	color: #0A1E51;
	padding: 30px;
	font-weight: bold;
	text-align: left;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #435E61;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	letter-spacing: 1px;
}
.headline {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
 } 
.sub {
	border: 1px dashed #0B1E52;
	background-color: #DCE7E7;
	padding: 15px;
	color: #132658;
	text-align: left;
}
a:link {
	color: #132658;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #132658;
}
a:hover {
	text-decoration: underline;
	color: #132658;
}
a:active {
	text-decoration: none;
	color: #132658;
}

