/* The Shootist Styles */

form { margin: 0px; padding: 0px; } /* Form Fix for IE */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #333300;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#container {
 	width:1000px; 
	text-align:left; 
	min-width: 500px; 
	margin: 0px auto 0px auto;
}
.leftbg {
	background-image:url(../images/bg-left.jpg);
	width: 58px;
	background-repeat:repeat-y;
}
.rightbg {
	background-image:url(../images/bg-right.jpg);
	width: 58px;
	background-repeat:repeat-y;
}
.content {
	background-color: #E1CDB0;
	width: 100%;
	padding: 5px;
}
a:link {
	color: #996600;
}
a:visited {
	color: #996600;
}
a:hover {
	color: #CC9966;
}
a:active {
	color: #996600;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 10pt;
}
h4 {
	font-size: 9pt;
}
.footerText {
	color: #E1CDB0;
	font-size: 9pt;
}

.footerText a {
	color: #FFF;
	font-size: 10pt;
	text-decoration: none;
}
.smallText {font-size:9pt}
