@charset "UTF-8";
/* CSS Document */
body {
	background-color: #000000;
	background-image: url(../images/pagebk.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

a:link,
a:visited {
	color: #003300;
	text-decoration: underline;
}

a:hover,
a:active {
	text-decoration: none;
	color: #006600;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #A37F2C;
}
h2 {
	font-size: 16px;
	color: #5E5641;
}
h3 {
	font-size: 14px;
	color: #9A9964;
}
h4 {
	font-size: 14px;
	color: #000000;
}

.menu {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
.menu a:link,
.menu a:visited  {
	color: #FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
}
.menu a:hover,
.menu a:active  {
	color: #FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: underline;
}


.sm {
	color:  #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style1 {
	font-weight: bold;
	font-style: italic;
}
.even {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:left;
	text-indent:15px;
	background-color:#FFFFCC;	
}
.even td {
	padding-right:15px;
}
.odd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-size: 12px;
	color: #000000;
	text-align:left;
	margin-right:15px;
	text-indent:15px;
}
.odd td {
	padding-right:15px;
}

.boardhdg {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
}

.breadcrumbs {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
}

.breadcrumbs a:link,
.breadcrumbs a:visited  {
	color: #003300;
	text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:active  {
	color: #006600;
	text-decoration: underline;
}

.pagepix {
	padding:10px;
	float:right;
	vertical-align:top;
	border: double;
	border-color:#003300;
}

.logolink {
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	line-height:16px;
}

.logolink a:link,
.logolink a:visited  {
	color: #003300;
	text-decoration: none;
}

.logolink a:hover,
.logolink a:active  {
	color:#006600;
	text-decoration: none;
}

.ctrtable {
	margin:auto;
	text-align:center;
}

.td_special {
	text-align:center;
	vertical-align:top;
	font-style: italic;
	font-weight:bold;
	text-decoration:underline;	
}

.center {
	text-align:center;
	vertical-align:top;
}

.right {
	text-align: right;
	vertical-align:top;
}

.left {
	text-align: left;
	vertical-align:top;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align:middle;
}

.bottom {
	vertical-align: bottom;
}

.bknorepeat {
	background-repeat: no-repeat;
}

.bkrepeat-y {
	background-repeat: repeat-y;
}

.bkrepeat-x {
	background-repeat: repeat-x;
}

.footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	line-height:14px;
}

.footer a:link,
.footer a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover,
.footer a:active  {
	color: #FFFFFF;
	text-decoration: underline;
}
.websiteadminheader {
	font-size:18px;
	color:#FFFFFF;
	font-weight: bold;
	}
