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

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0; /*	color: #205574;*/
	background: #f2f6f9 url('/style/img/back.gif') repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #003c6e;
	 /* IE5 Win */
}

/*
\"";
voice-family: inherit;
font-size: small;
*/
	
	
	
	
html>body {
	/* be nice to Opera */
	font-size: 12px;;
}

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

a {

	text-decoration: none;
	
}

a:hover {
	text-decoration: none;
}

#counter {
display:none;
	color: lime;
}

a:focus { 
	outline: none; 
}


#Box_1 .head{
	display:none;
}

#Box_5{
position:relative;
display:block;
	width:1000px;
	margin-top:25px;
	height:20px;
	background: url('/style/img/foot.gif') no-repeat;
}