@charset "UTF-8";

.topHeader {
	padding: 0px 0;
	height: 10px;
}

.clickhere {
	padding: 3px 0;
	background-color: #E8E3C6;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	position:relative;
	left:0px;
	top:140px;
	z-index:1;
	text-align: center;
	width: 310px;
}

.outline {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3D3937;
	border-bottom-color: #3D3937;
	border-left-color: #3D3937;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}
.bodyItal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	font-style: italic;
}
.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}
.bodyBoldItal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #062C17;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.bar-lines {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9B1319;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}

.bottom-bar {
	background-image: url(images2/bottom-bar.gif);
	background-repeat: repeat-x;
	height: 50px;
}
.topLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E3C6;
}
.paper {
	background-image: url(images2/old_paper.jpg);
	background-repeat: repeat-y;
}

