/* CSS Document */
body {
margin-top: 10px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
background-color: #999999;
background-image:url(/images/Background.gif)
}

/*Bodytext*/

#home-content img {
	width: expression(this.width > 267 ? 267: true);
	max-width: 267px;
}

.bodytext{
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

.bodytext a{
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #0a5ea3;
}

.bodytext a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #3686c7;
}

.smtext{
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

.smtext a{
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	color: #0a5ea3;
}

.smtext a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #3686c7;
}

.breadcrumbs{
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

.breadcrumbs a{
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	color: #0a5ea3;
}

.breadcrumbs a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #3686c7;
}

.bodytd {
background-color:#ffffff}

.lightbox{
	border: 0px;
}


/*H1-Sub Headers*/


h1{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

h2{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}


.h3{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}


.WhiteText{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.sidenav{
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

.sidenav a{
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	color: #0a5ea3;
}

.sidenav a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #3686c7;
}


/*Footer Navigation-Text*/

.footertext{
	font-family: arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.footertext a{
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

.footertext a:hover{
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
}

/*Bullets-Borders*/

.smtext li {
  list-style-image: url(/images/Bullet.gif);
}

.bodytext li {
  list-style-image: url(/images/Bullet.gif);
}

#TBL1{border-color:#999999;
border-style:solid; border-width:1px;
padding: 3px;
width:650px;
vertical-align:middle;
text-align:center;
font-family: arial;
font-size: 12px;
color: #000000;
}

#TBL1 td {
padding:5px;
}

#TBL1 .td_alt {
background-color:#E5E5E5;
}

#TBL1 .td_header {
background-color:#CACACA;
font-weight:bold;
}

#TBL1 .td_yellow {
background-color:#FFFF00;
}





#TBL2{border-color:#333333;
border-style:solid; border-width:1px;
background-color:#ffffff;
}


/*CSS Navigation*/

.anylinkcss {
	position:	absolute;
	visibility: hidden;
	border:	1px solid black;
	border-bottom-width: 0;
	font:	normal 11px arial;
	line-height: 18px;
	z-index: 100;
	background-color: #616161;
	color: #ffffff;
	width: 150px;
}

.anylinkcss a {
	background-color: inherit;
	color: #ffffff;
	width: 100%;
	display: block;
	text-indent: 0;
	border-bottom: 1px solid black;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 1px;
}

/*hover background color*/
.anylinkcss a:hover {
	background-color: #3B3B3B;
	color: #ffffff;
	
	}