@charset "utf-8";

.body_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999;
	line-height: 18px;
}
.body_text  a {
	color: #999;
	text-decoration: none;
}
.body_text a:hover {
	text-decoration: underline;
}


.menuGrey {
	font-weight: normal;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
}
.menuGrey a{
	font-weight: bold;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
}
.menu_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 13px;
	line-height: 18px;
}

.menu_td {
	width:260px:
}

.menu_text a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	font-size: 13px;
	line-height: 18px;
	text-decoration:none;
}
.menu_text a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	font-size: 13px;
	line-height: 18px;
	text-decoration:underline;
}
.footerCopyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999;
}

.footerCopyright a {
	text-decoration:none;
	color: #999;
}

.footerCopyright a:hover {
	text-decoration:underline;
	color: #999;
}

<!--  
html {
	height: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color:#f6f6f4;
}

<!--

#loading {
 	width: 200px;
 	height: 100px;
 	background-color: #fff;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999;
}
.body_textHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	line-height: 18px;
}
.main_td {
	padding-left:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999;
	line-height: 18px;
}

.main_td a{
	color: #999;
	text-decoration:none;
}

.main_td a:hover{
	text-decoration:underline;
}

<!-------

div{
	margin: 0px;
	padding: 0px;
}


div#wrapper{
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -70px auto;
}
div#mainContent{
	width: 99%;
	float: left;
}

.floatRight{
	float: right;
}
.clear {
	clear: both;
	padding:25px 25px 5px 25px;
}


/*-----footer bar-----*/
#footerNudge{
	clear: both;
	height: 50px;
}
#footer{
	width: 100%;
	clear: both;
	height: 30px;
	margin-top: 40px;
	position: relative;
	vertical-align:bottom;
}
#footerWrapper{
	width: 99%;
	height: 30px;
	margin: 0px auto;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align:right;
	vertical-align:bottom;
}


