/* CSS Document */
 A:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
  A:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
  A:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
  A:hover 

{
	text-decoration: underline;
	color:	#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333
}
.title {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textxsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.titleitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #006699;
}
.subhead {
	color: #999999;
}

#locfav .locfav{
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	}

#locfav a:link {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #CCCCCC;
	}
	
#locfav a:visited {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #CCCCCC;
	}

#locfav a:hover, a:active {
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	color: #CCCCCC;
	}
	
#linklfe .linklfe{
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
	}

#linklfe a:link {
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #CC0000;
	}
	
#linklfe a:visited {
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #CC0000;
	}

#linklfe a:hover, a:active {
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
	}
#main_cell{
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	vertical-align: top;
}
