/*  CSS */
body {font-size: 11px;; font-family:Verdana; color:595959; line-height:170%;}

A:link          {color: #666666; TEXT-decoration: none}
A:visited       {color: #666666; TEXT-decoration: none}
A:active        {color: #666666; TEXT-decoration: none}
A:hover         {color: #666666; TEXT-decoration: none}

.impact {color:teal; font-size:9pt}

a.morecodecs:link {
	color: #448ccb; 
	text-decoration: none;
}

a.morecodecs:visited {
	color: #666666; 
	text-decoration: none;
}

a.morecodecs:active {
	color: #ff0000; 
	text-decoration: underline;
}

a.morecodecs:hover {
	color: #ff0000; 
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	color: #2e3192;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 12px;
	color: #448ccb;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 12px;
	color: #448ccb;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 11px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

ol {
	font-size: 11px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

