//Standard styles 

a:link { color: #996600; text-decoration: none; } 
a:visited { color: #996600; text-decoration: none; } 
a:hover { color: #996600; text-decoration: none; } 

a:link.faq { color: #3107B9; text-decoration: none; font-weight: bold; } 
a:visited.faq { color: #FF0000; text-decoration: none; font-weight: bold; } 
a:hover.faq { color: #FF0000; text-decoration: underline; font-weight: bold; } 

a:link.faq2 { color: #FF0000; text-decoration: none; } 
a:visited.faq2 { color: #FF0000; text-decoration: none; } 
a:hover.faq2 { color: #FF0000; text-decoration: none; } 

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

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

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

a:link.big { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #0000FF; 
	text-decoration: none; 
} 

a:visited.big { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #0000FF; 
	text-decoration: none; 
}
 
a:hover.big { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FF0000; 
	text-decoration: none; 
} 