/*
-----------------------------------------------
KMS Design Group, LLC
Author:   M&D Consulting, LLC
Version:  Jan. 13, 2008
----------------------------------------------- */

/* Background
----------------------------------------------- */
.mainbkg {
	background-image: url('images/tablebkg.jpg');
	background-repeat: repeat-y
}
/* Text
----------------------------------------------- */
.sidebar {
	font-family: Arial, "Helvetica", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #544726;
	text-decoration: none;
	line-height: 20px;
}
.header {
	border-bottom:thin solid #566314; font-family: "Arial Narrow";
	font-size: 24pt;
	font-weight: bold;
	color: #000000;
	margin-left:10; text-decoration:none; padding-right:-10px
}
.subheader {
	font-family: Arial, "Helvetica", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #f0ede0;
	text-decoration: none;
	text-transform: capitalize;
}
.body {
	font-family: "Arial Narrow";
	font-size: 12pt;
	color: #000000;
	line-height: 100%;margin-left:10; margin-right:10
}
a:link.body {
	font-weight: bold;
	color: #f0ede0;
	text-decoration: none;
}
a:visited.body {
    font-weight: bold;
	color: #f0ede0;
	text-decoration: none;
}
a:hover.body {
    font-weight: bold;
	color: #f0ede0;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: 675d3d;
	text-decoration: none;
}
a:link.footer {
	font-weight: normal;
	color: #675d3d;
	text-decoration: underline;
}
a:visited.footer {
    font-weight: normal;
	color: #675d3d;
	text-decoration: underline;
}
a:hover.footer {
    font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
/* Misc
----------------------------------------------- */
.fields {
	font-family: "Helvetica", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #AAA285;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
}
.border {
	margin: 8px;
}
.bottomborder {
	border-top: thin none #615735;
	border-right: thin none #615735;
	border-bottom: thin solid #615735;
	border-left: thin none #615735;
}
.tablebkg {
	background-image: url("/images/bkg_image.jpg");
	background-repeat: no-repeat
}