@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: #E7EFF7;
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 12px;
	/* IE5 Win */
	/*	voice-family:a "\"
}\"";
voice-family: inherit;
font-size: small;
*/
	}
html>body {
	/* be nice to Opera */
	font-size: 12px;;
}

h1 {
	color: #004A90;
}
h2 {
	color: #004A90;	
}
h1 a,h2 a{
	color: #004A90;
}
h3 {
	color: #004A90;
}

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

a:hover {
	text-decoration: underline;
}

#headTitle {
	position: absolute;
	left: 200px;
	top: 25px;
	z-index: 999;
}
