body {
	background: #0c2a4c; 
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}

a {
	text-decoration: none;
	color: #4f7ba4;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #0B2A4C;
	outline: none;
}

img {
	border: none;
}

div, p {
	font-size: 1em;
	color: #2c2c2c;
}

p, h1, h2, h3 {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

h1 {
	color: #4f7ba4;
	margin-bottom: .1em;
 }
 
p {
	margin-bottom: 1em;
}


h2 {
	font-size: 1.60em;
	margin-top: 20px;
	letter-spacing: 0.012em;
}
h3 {
	color: #606060;
	font-size: 1.15em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	margin-top: 15px;
	letter-spacing: -.03em;
	margin-bottom: .1em;
}

.page {
	width: 907PX;
	text-align: center;
	background: url("/images/bg.png") no-repeat top left;	
}
	

.container {
	background: #000000;
	border: solid thin #003366;
/*	background-image: none;	*/
	margin: 50px 0px 0px 120px;; 
	float: left;
	display: inline;
	width: 700px;
	color: #ffffff;
	height: 100%;
}


