@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: #0A3567;
	text-decoration: underline;
}

a:hover,
a:active {
	text-decoration: none;
	color: #BA1C3D;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: Trebuchet MS, Tahoma, sans-serif;
}
h1 {
	font-size: 20px;
	color: #0A3567;
}
h2 {
	font-size: 18px;
	color: #000000;
}
h3 {
	font-size: 16px;
	color: #333333;
}
h4 {
	font-size: 14px;
	color: #000000;
}
ul {
	list-style-type:disc;
}
.sm {
	color:  #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.newshl {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#333333;
}

.headernav {
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
}
.headernav a:link,
.headernav a:visited  {
	color:#FFFFFF;
	text-decoration: none;
}

.headernav a:hover,
.headernav a:active  {
	color:#CCCCCC;
	text-decoration: underline;
}

.breadcrumbs {
	font-size:10px;
	color:#666666;
}

.breadcrumbs a:link,
.breadcrumbs a:visited  {
	color:#666666;
	text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:active  {
	color:#666666;
	text-decoration: underline;
}

.pagepix {
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	padding:0;
	float:right;
	vertical-align:top;
	border: double;
	border-color:#666666;
}

.ctrtable {
	margin:auto;
	text-align:center;
	border-spacing:5px;
}

.td_special {
	text-align:center;
	vertical-align:top;
	font-style: italic;
	font-weight:bold;
	text-decoration:underline;
	color:#0A3567;
}

.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;
}
/* ---- Navigation Styles ----*/
.navigation {
	font-size:14px;
	font-weight:bold;
	height:33px;
	line-height: 33px;
	text-indent: 25px;
	text-decoration:none;
	background-repeat:no-repeat;
	color:#000000;
	text-shadow:#333333;
}
.navigation td {
	background-repeat: no-repeat;
}

a.navigation:link {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	text-shadow:#333333;
}

a.navigation:visited {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color: #000000;
	text-shadow:#333333;
}

a.navigation:active {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color: #660000;
 	text-shadow:#333333;
}

a.navigation:hover {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color: #990000;
	text-shadow:#333333;
}

/* ---- End Navigation Styles ----  */
.bknorepeat {
	background-repeat: no-repeat;
}

.bkrepeat-y {
	background-repeat: repeat-y;
}

.bkrepeat-x {
	background-repeat: repeat-x;
}

.footer {
	font-size:10px;
	color:#CCCCCC;
}

.footer a:link,
.footer a:visited  {
	color:#CCCCCC;
	text-decoration: none;
}

.footer a:hover,
.footer a:active  {
	color:#FFFFFF;
	text-decoration: underline;
}