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

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
background: #FCF8E4;
	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: #000;
}
h2 {
	color: #000;	
}
h1 a,h2 a{
	color: #000;
}
h3 {
	color: #000;
}

a {
	color: #00569B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
#headTitle {
	position:absolute;
	top:50px
	left:30px:
	width:200px;
	border:thin solid red;
}
*/




/*
#userlogo {
z-index:999;
   width: 170px;
   height: 150px;
   background-image: url('/style/img/userlogo.png');
}

* html #userlogo {
z-index:999;
   background-image: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/img/userlogo.png',sizingMethod='scale';
}
*/
