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

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

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


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

a:link
{ text-decoration: none; font-family: Verdana, Tahoma; font-size: 9pt; font-weight: bold; color: #042f16}

a:visited
{ text-decoration: none; font-family: Verdana, Tahoma; font-size: 9pt; font-weight: bold; color:#042f16}

a:active
{ text-decoration: none; font-family: Verdana, Tahoma; font-size: 9pt; font-weight: bold; color:#042f16}

a:hover
{ text-decoration: underline; color:#042f16}

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


.lrgBLACKText {
	color: #101214;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 11pt;
	font-weight: bold;
}
.MedBLACKText {
	font: normal 10pt/normal Verdana, Tahoma;
	color: #101214;
}

/*-----------------------------------------------------------------------------------
 TABLE STYLES
-----------------------------------------------------------------------------------*/

th {
	font-family: Verdana, Tahoma;
	font-size: 9pt;
	border-bottom: solid gray 2px;
}

td {
	font-family: Verdana, Tahoma;
	font-size: 9pt;
}

/*-----------------------------------------------------------------------------------
 FORM OBJECT STYLES
-----------------------------------------------------------------------------------*/

input {
  font-family: Verdana, Tahoma;
  font-size: 9pt;
}

select {
  font-family: Verdana, Tahoma;
  font-size: 9pt;
}

textarea {
  font-family: Verdana, Tahoma;
  font-size: 9pt;
}
