@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	font-family: 'Trebuchet MS', 'Arial', 'Sans-Serif';
}

.header{
	font-size: 12px;
	color: #112d5d;
	font-weight:bold;
	padding-right:20px;
	}

.header a{
color: #112d5d;
text-decoration:none;
}

.header a:hover{
color: #112d5d;
text-decoration:underline;
}	
	.headerLeft{
	font-size: 12px;
	color: #112d5d;
	font-weight:bold;
	text-align:center;
	//padding-right:20px;
	}
	
.content{
	font-size: 14px;
	color: #112d5d;
	}
	
	.footer{
	font-size: 10px;
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
	}	
	
	.footer a{
	color: #FFFFFF;
	text-decoration:none;
	}
	
	.footer a:hover{
	text-decoration:underline;
	}
	
	ul {
	 margin-top:5px;
	 margin-left:15px;
	}
	
	ol {
	 margin-top:5px;
	 margin-left:25px;
	}