.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: #CC3333;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

}
.subtitles {
	font-size: 14px;
	color: #028fa0;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

/*************MID AREA*****************/
#ltarea {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 10px;
	border-right: 3px solid #d8deee;
	vertical-align: top;
	                
  }
#ltarea a {
	font-size: 12px;
	color: #0087E1;
	text-decoration: underline;
	vertical-align: top;
	background-color: #FFFFFF;

	
}

#ltarea a:link, #ltarea a:visited{
    color: #0087E1; /* types regular color */
    text-decoration: underline;
	background-color: #FFFFFF;

}
#ltarea a:hover
{
   color: #568156;
   background-color: #FFFFFF;
   text-decoration: underline; /*rollover color */
}
/************** END MID AREA *******************/

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

#midarea a:link, #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: 12px;
	text-align: left;
	color: #FFFFFF;
	padding: 5px;
  }
#footer a {
    font-size: 12px;
	color: #FFFFF;
	text-decoration: none;
}

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