
/*================== OMR FONTS ===============*/


P {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.50;
	font-weight: normal;
}

.Text {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.50;
	font-weight: normal;

}

.Bold {
	color: #F03498;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.50;
	font-weight: bold;

}

.quote {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 18px; 
	COLOR: #F03498;
	line-height: 1.0; 
	FONT-FAMILY: georgia,times,serif
}

.quoteWhite {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 18px; 
	COLOR: #FFFFFF;
	line-height: 1.0; 
	FONT-FAMILY: georgia,times,serif
}

.TextWhite {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.50;
	font-weight: normal;

}


A:Nav:link {  	
	
	color: #0098D0;
	
}


A:link 	{
	color: #0098D0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.50;
	text-decoration: underline;
	font-weight: normal;
}


A:visited {
	color: #0098D0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.50;
	text-decoration: underline;
	font-weight: normal;
}

A:active {
	color: #0098D0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.50;
	text-decoration: underline;
	font-weight: normal;
}

A:hover {
	color: #F03498;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.50;
	text-decoration: underline;
	font-weight: normal;
}


/*================ BULLETS =======================*/

ul  {  	list-style-position: outside; 
	list-style-type: cicle;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 1.50;
	color: #666666;
	font-weight: normal;
	LEFT-MARGIN: 0px; 

}


ol  {  	list-style-position: outside; 
	list-style-type: cicle;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 1.50;
	color: #666666;
	font-weight: normal;
	LEFT-MARGIN: 0px; 

}
