body { 	background-color: #ffffff;
		font-family: Verdana, sans-serif; 
		font-size: 9pt; 
		color: #000000; 
		margin: 0
}	
		
a:link 		{ color: #000000 }
a:visited 	{ color: #6c8896 }	
a:hover 	{ color: #cf171f }  
a:active 	{ color: #cf171f }	


p	{ font-family: Verdana; font-size: 10pt; color: #000000 }
li	{ font-family: Verdana; font-size: 10pt; color: #000000 }
ul	{ font-family: Verdana; font-size: 10pt; color: #000000 }
ol	{ font-family: Verdana; font-size: 10pt; color: #000000 }

h1	{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #cf171f;
	margin-top: 10px;
}

h2	{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #6c8896;
	margin-bottom: -10px;
}

h3	{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #6c8896;
}

h4	{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h5	{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

h6	{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #6c8896;
	margin-bottom: -10px;
}

.free	{
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #cf171f;
	margin-bottom: -10px;
}

hr	{
	color: #6c8896;
	
}  

.small			{
	font-family: Verdana;
	font-size: 11px;
	color: #000000
}	

.white			{
	font-family: Verdana;
	font-weight:bold;
	font-size: 10pt;
	color: #ffffff
}	
.blue		{ background-color: #6c8896 }  

.black		{ background-color: #000000 } 

.line		{ background-color: #000000 }  

.important			{
	font-family: Verdana;
	font-weight:bold;
	font-size: 10pt;
	color: #cf171f
}