/* CSS Document */

body {

	margin: 0;

	color: #000000;

	font-size: 10px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	background-color: #0079D6;

}

a {text-decoration: none}

a:link,

a:visited {color: #000000}

a:hover,

a:active {color: #000000; text-decoration:underline;}



#navigation {

	color: #000000;

	height: 72px;

	text-align: center;

}

.content {

	color: #000000;

	font-size: 12px;

	text-align: left;

	padding: 5px;

}



.image {

	margin-top: 5px;

	border: 1px solid #545454;

}



.center_line {

	float: right;

	vertical-align: middle;

}

#footer {

	height: 40px;

	font-size: 10px;

	font-weight: bold;

	padding-right: 37px;

}

