.b {
	font-weight: bold;
}
body{
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color:  #000000;

}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited, a:hover {
	color: #3333CC;
	text-decoration: none;
}

a:hover {
    color: #A947D3;
	text-decoration: none;
}
.titles {   
    font-size: 16px;
	color: #545454;
	font-weight: bold;
	text-decoration: none;
}
.subtitles {
	font-size: 14px;
	color: #028fa0;
	font-weight: bold;
	text-decoration: none;
}
.subitalictitles {
	font-size: 14px;
	color: #028fa0;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}
.dottedline {
	background: url(images/dotted_line.gif) no-repeat;
}
/*.button {
	background: url(images/bt_login.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: 017e83;
	width: 60px;
}
.bggrey {
	background: #FFFFFF url(images/greyline_horz.jpg) no-repeat right;
	height: 100%;
}*/

/*************LT NAV AREA*****************/
.ltnews {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #d7e9ed;
	padding: 5px;
  }
/************** END LT NAV AREA *******************/

/*************LT MEMBER SEARCH AREA*****************/
.memsearch {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #028fa0;
	padding: 5px;
	text-align: right;
  }
  .memsearchmid {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #028fa0;
	background-color: #d7e9ed;
	padding: 5px;
	text-align: right;
  }

/************** END LT MEMBER SEARCH AREA *******************/

/*************MID AREA*****************/
#midarea {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 10px;
  }
#midarea a {
    font-size: 12px;
	color: #0087E1;
	text-decoration: underline;
}

#midarea a:link, div#midarea a:visited{
    color: #0087E1; /* types regular color */
    text-decoration: underline;
}
#midarea a:hover
{
   color: #568156;
   text-decoration: underline; /*rollover color */
}
/************** END MID AREA *******************/
  

/*************FOOTER NAVIGATION*****************/
#footer {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: 2f92a2;
	padding: 6px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: 0f717d;
  }
#footer a {
    font-size: 10px;
	color: #FFFFF;
	text-decoration: none;
}

#footer a:link, #footer a:visited{
    color: #FFFFFF; /* types regular color */
    text-decoration: none;
}
#footer a:hover
{
   color: #dbe58d; /*rollover color */
}
/************** END FOOTER NAVIGATION *******************/
.copyright {
	font-size: 11px;
	color: #F3F3F3;
  }
 
