/* CSS Document */
body {
margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
margin-left: 0px;
}

/*Bodytext*/


.bodytext{
	font-family: arial;
	font-size: 12px;
    line-height: 140%;
	color: #333333;
}

.bodytext a{
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
	line-height: 140%;
	font-weight: bold;
	color: #4c5e99;
}

.bodytext a:hover{
	text-decoration: underline;
	line-height: 140%;
	font-weight: bold;
	color: #5f72af;
}

.bodytd {
background-color:#ffffff}

.lightbox{
	border: 0px;
}


.smgreentext{
	font-family: arial;
	font-size: 11px;
    line-height: 150%;
	color: #000000;
}

.smgreentext a{
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	line-height: 150%;
	font-weight: bold;
	color: #688734;
}

.smgreentext a:hover{
	text-decoration: none;
	line-height: 150%;
	font-weight: bold;
	color: #9EBC6B;
}


/*H1-Sub Headers*/


.h1{
	font-family: georgia;
	font-size: 20px;
	font-weight: normal;
	color: #81683c;
}

.h2{
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
	color: #62815C;
}

.WhiteText{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.topnav{
	font-family: arial;
	font-size: 8pt;
	line-height: 160%;
	color: #000000;
}

.topnav a{
	font-family: arial;
	font-size: 8pt;
	line-height: 160%;
	text-decoration: underline;
	font-weight: none;
	color: #49B1DE;
}

.topnav a:hover{
	text-decoration: underline;
	line-height: 160%;
	font-weight: none;
	color: #FFFFFF;
}

/*Navigation*/

.navigation{
	font-family: georgia;
	font-size: 14px;
    line-height: 140%;
	color: #f6f2e3;
}

.navigation a{
	font-family: georgia;
	font-size: 14px;
	text-decoration: none;
	line-height: 140%;
	font-weight: bold;
	color: #f6f2e3;
}

.navigation a:hover{
	text-decoration: none;
	line-height: 140%;
	font-weight: bold;
	color: #ffffff;
}

/*Footer Navigation-Text*/

.footertext{
	font-family: arial;
	font-size: 11px;
	line-height: 160%;
	color: #f6f2e3;
}

.footertext a{
	font-family: arial;
	font-size: 11px;
	line-height: 160%;
	text-decoration: underline;
	font-weight: none;
	color: #4d634c;
}

.footertext a:hover{
	text-decoration: nunderline;
	line-height: 160%;
	font-weight: none;
	color: #f6f2e3;
}

/*Bullets-Borders*/

#li {
  list-style-image: url(/images/bullet.gif);
}


#TBL1{border-color:#f6f2e3;
border-style:solid; border-width:1px;
}

#TBL2{border-color:#C3C3C3;
border-style:solid; border-width:1px;
background-color:#E7E7E7;
}



