@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
}
.oneColFixCtr #container {
	width: 788px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 22px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 20px 20px;
	background: black;
}
b {
	color: #000000;
	font-family:  helvetica, verdana, arial,  sans-serif ;
	font-size: 15px ;
	line-height: 18px ;
	font-weight: bold ;
	

}

b.red {
	color: #990000;
	font-family:  helvetica, verdana, arial,  sans-serif ;
	font-size: 15px ;
	line-height: 18px ;
	font-weight: bold ;

}
h1 {
	color: #8C2A2A ;
	font-family: verdana, arial, helvetica, sans-serif ;
	font-size: 22px ;
	line-height: 24px ;
	font-weight: bold ;
	margin: 10px 20px;
	
}notice {
	color: #711615;
}
.notice {
	color: #711615;
}
.notice {
	color: #F00;
	font-size: 18px;
}
notice_small_text {
	font-size: 10%;
}
notice_small_text {
	font-size: 10%;
}
