@charset "utf-8";

html { height:100%; filter: expression(document.execCommand("BackgroundImageCache", false, true)); }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:auto !important;
	height:100%;
	min-height:100%;
	position:relative;
	background:#555;
	font:13px tahoma;
	color:#666;
}
.content_bgl {
	background-image: url(bgl.gif);
	background-repeat: repeat-y;
}

.content_bg {
	background-image: url(bg.gif);
	background-repeat: repeat-y;
}

#menu {
font:12px tahoma;
line-height:10px;
color:#aaa;
text-decoration:none;
}


#menu a {
font:bold 12px tahoma;
line-height:12px;
color:#aaa;
text-decoration:none;

}

#menu a:hover {
font:bold 12px tahoma;
line-height:10px;
color:#b30303;
text-decoration:underline;
}

#content {
	color:#555;
	text-decoration:none;
	line-height:16px;
	text-align: justify;
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
}


#content a {
font:14px tahoma;
color:#fb5350;
text-decoration:none;

}

#content a:hover {
font:14px tahoma;
color:#b30303;
text-decoration:underline;
}

#content .red {
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
color:#de0000;
}

