@charset "utf-8";
.menu {
	font-family: Tahoma;
	font-size: 13px;
	color: #811118;
	text-decoration: none;
	font-weight: bold;
}
.maintext {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
a.menu:hover {
	color: #CE1C29;
	text-decoration: underline;
}
.maintextRed {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #970004;
}
.tableBorder {
	background-color: #FFF0F0;
	border: 1px solid #970004;
}
.BG2 {
	background-attachment: fixed;
	background-image: url(../images/2bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.BG2loop {
	background-image: url(../images/2bg2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

