BODY {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/layout/rule2.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
}

H1 {
	background-image: url(../img/layout/rule2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: normal;
	font-size: 18px;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 4px;
	padding-left: 4px;
	color: #660000;
}
H2 {}
H3 {}

P, TD {
	font-size: 13px;
}

UL {}
LI {}

#wrapper {
	width: 720px;
	text-align: left;
}

#head {}
#head A {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding-right: 0px;
	padding-left: 20px;
}
#head A:HOVER {
	color: #660000;
}
#body {
	margin-top: 12px;
	margin-bottom: 12px;
}
#footer {
	font-size: 10px;
	text-align: center;
	margin-top: 12px;
	border-top: 1px solid #999999;
	padding-top: 10px;
}
#footer A {
	color: #000000;
}
#footer A:HOVER {
	text-decoration: none;
}
