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

html {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: white;
	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: black;
}
h2 {
	color: black;	
}
h1 a,h2 a{
	color: black;
}
h3 {
	color: black;
}

a {
	color: #f29a02;
	/*color: White;*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

img{
	border: 0;
}


#headTitle {
	position: absolute;
	top: 65px;
	left: 260px;
	font: bold 16pt Arial, Helvetica, sans-serif;
	color: black;
	
}

/*
* html #headTitle {
	position: absolute;
	top: 65px;
	left: 260px;
}
*/
