/* CSS Document */

body {
	margin-top: 0;
	background-color: #001d4b;
	background-image: url(pics/background.jpg);
	background-repeat: repeat-x;
	
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #b3b5bf;
}

/* Fonts */

.font_2 {
	font-size: 11px;
	color: #666b7e;
}

.title {
	font-size: 14px;
	color: #8aa4bb;
}


/* Links */

a {	color: #8aa4bb; }

a:hover { color: #a3c2dd }


a.footer { color: #666b7e; }

a.footer:hover { color: #0066cc; }



