@import url(header.css);
@import url(navi.css);
@import url(content.css);


html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
/*	color: #E7EFF7;*/
	background: #000000;
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 12px;
			background-color: #455AC9;
	/* IE5 Win */
	/*	voice-family:a "\"
}\"";
voice-family: inherit;
font-size: small;
*/
	}
html>body {
	/* be nice to Opera */
	font-size: 12px;;
}

h1 {
	color: #ffffff;
}
h2 {
	color: #ffffff;	
}
h1 a,h2 a{
	color: #ffffff;
}
h3 {
	color: #ffffff;
}

a {
	color: #004A90;
	color: White;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

#headTitle {
	display: none;
}
