/* CSS : 15-1 */
body {
	background-color:#48190F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #FFFFFF;
	font-family: Century Gothic, Arial;
	font-size: 12px;
	line-height:1.5em;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #EEBBBB;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
/* local */
.mbod {
	width:846px;
	text-align:left;
}
.mcell {
	width:806px;
	padding:20px;
	background-color:#000000;
}
.break {
	background-color:#000000;
	color:#CCCCCC;
	padding:17px;
	border:3px solid #EEBBBB;
}
.break a {
	color:#FF0000;
	text-decoration:underline;
}
.img img {
	border:1px solid #FF0000;
	margin:2px;
}
.img img:hover {
	border:1px solid #EEBBBB;
	margin:2px;
}
.split {
	float:left;
	width:423px;
}
.vbar {
	width:200px;
	margin:0px 50px 0px 50px;
	background-color:#EEBBBB;
}
/* headers */
h1,h2,h3,h4,.h1,.h2,.h3,.h4 {
	margin:0px;
	font-weight:normal;
	display:block;
}
h2, .h2 {
	font-size:3.9em;
	line-height:1.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3, .h3 {
	font-size:1.7em;
	line-height:1.7em;
}
h4, .h4 {
	font-size:1.25em;
	line-height:1.5em;
}
/* margins-pads */
.clear {clear:both;}
.w600 {width:600px;}
.h25 {height:25px;}
.h50 {height:50px;}
.h75 {height:75px;}
.h100 {height:100px;}
.h150 {height:150px;}
.white {color:#FFFFFF;}