@charset "utf-8";
.leftBG {
	background-image: url(../images/leftTile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.leftLine {
	background-image: url(../images/leftLine.jpg);
	background-repeat: repeat-y;
}
.rightLine {
	background-image: url(../images/rightLine.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.elevenpttxt {
	font-size: 11px;
}

.mainContent {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}
.mainPic {
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 0px;
	border: 1px solid #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
a:link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}a:active {
	color: #e49e71;
	text-decoration: none;
	font-weight: bold;
}a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #cc4b09;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    padding-bottom: 4px;
    margin-bottom: 10px;
    border-bottom-color: #CCCCCC;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    color: #cc4b09;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.rightBGSlice {
	background-image: url(../images/rightBG_Slice.jpg);
	background-repeat: repeat-y;
}

.biglink {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #cc4b09;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 4px;
    margin-bottom: 10px;
    border-bottom-color: #CCCCCC;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}