/*
	Color set
	
	Blue: #071a30
	
*/

* {margin: 0; padding: 0; outline: none;}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:9px;
	color: #999999;
	background: #FFF;
}


img, img a, img a:hover {border: 0;}

a {
	color: #999999;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 1016px;
}
#container2 {
	margin: 30px auto;
	width: 188px;
	text-align: center;
	font-size: 14px;
}
#footer {
	width: 1016px;
	text-align: center;
}

