@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

* html .png{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body {
	font-family: Helvetica, Arial, sans-serif;
}

.fear {
	display: none;
}

.clear {
	clear: both;
}

.in {
	width: 1024px;
	margin: auto;
}

p {
	font-size: 12px;
}

.float {
	float: left;
}

.strong {
	font-weight: bold;
	display: inline;
}

a {
	color: #b90f1e;
}

.max_height {
	_height: 550px;
}

.max_height2 {
	_height: 585px;
}