/*-----------------------------------------------------------------------------------
 TEXT  STYLES
-----------------------------------------------------------------------------------*/

body 
{ font-family: Verdana, Tahoma; font-size: 11pt;  color: #000000}

p 
{ font-family: Verdana, Tahoma; font-size: 11pt; color: #000000}


/*-----------------------------------------------------------------------------------
 HYPERLINK STYLES
-----------------------------------------------------------------------------------*/


a:link
{
	text-decoration: none;
	font-family: Verdana, Tahoma;
	font-size: 11pt;
	font-weight: bold;
	color: #01003E
}

a:visited
{
	text-decoration: none;
	font-family: Verdana, Tahoma;
	font-size: 11pt;
	font-weight: bold;
	color:#01003E
}

a:active
{
	text-decoration: none;
	font-family: Verdana, Tahoma;
	font-size: 11pt;
	font-weight: bold;
	color:#01003E
}

a:hover
{
	text-decoration: underline;
	color:#01003E
}	



li 
{  font-family: Verdana, Tahoma; font-size: 11pt; color: #000000; line-height: normal;}


.lrgBLACKText {
	font: bold 12pt/11pt Verdana, Tahoma;
	color: #101214;

}
.MedBLACKText {
	font: normal 11pt/normal Verdana, Tahoma;
	color: #101214;
}

