body {
	background-color:#64604A;
}

td {
	color:#4F4C3B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:120%;
	}
	
p {
	margin:7px 0px 8px 0px;
	}
	
a {
	color:#990000;
	text-decoration:underline;
	}
	
a:hover {
	color:#6D6A65;
	text-decoration:underline;
	}
	
a.menuLinks {
	color:#990000;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	}
	
a.menuLinks:hover {
	color:#990000;
	text-decoration:underline;
	}	
	
a.bottomLinks {
	font-size:10px;
	text-decoration:none;
	color:#64604A;
	}
	
a.bottomLinks:hover {
	font-size:10px;
	text-decoration:underline;
	color:#64604A;
	}
	
h1 {
	color:#990000;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom:7px;
	}
	
h2 {
	color:#990000;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	margin-bottom:7px;
	}
	
.small {
	font-size:10px;
	}
	
.red {
	color:#990000;
	font-weight:bold;
	}
	
.headerBg {
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	height:214px;
	padding:25px 25px 0px 25px;
	vertical-align:top;
	background-color:#DBD8C7;
	}
	
.mainBg {
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-y;
	padding:0px 25px;
	vertical-align:top;
	background-color:#DBD8C7;
	}

.bottomBg {
	background-image:url(../images/bottom_bg.jpg);
	background-repeat:no-repeat;
	height:33px;
	padding:12px 30px;
	vertical-align:top;
	background-color:#DBD8C7;
	}

.leftCol {
	width:205px;
	}
	
.mainCol {
	padding-left:15px;
	}

.dashed {
	background-image:url(../images/dash.gif);
	background-position:center;
	background-repeat:repeat-x;
	padding:0px;
	}

.content {
	padding-top:20px;
	vertical-align:top;
	}

.titleBg {
	background-image:url(../images/title_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	vertical-align:top;
	padding-bottom:8px;
	padding-left:32px;
	}
	
.textPad_main {
	padding:5px 7px 0px 32px;
	line-height:140%;
	}
	
.border {
	border:1px solid #4F4935;
	}
	
th {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	background-color:#64604A;
	background-image:url(../images/th_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	}
	
.rowDark {
	background-color:#C6C2AC;
	}
	
.rowLight {
	background-color:#E0DECE;
	}
	
ul {
	list-style-image:url(../images/list_mark.gif);
	}
	
.textPad_main p {
	text-indent:15px;
	}