/* ------------------------------------------------BODY STYLE------------------------------------------------ */body {	background-color: #fff;	margin: 0;	font-family: Arial, Helvetica, Verdana, sans-serif;	font-size: 12px;	color: #4F4F4F; }/* ------------------------------------------------NAV------------------------------------------------ */.nav {	font-size: 15px;	color: #E6E6E6;	text-decoration: none;	padding: 0px 8px 15px 8px;	text-align: right; }.nav a {	font-size: 15px;	color: #999999;	padding: 0px 8px 15px 8px;	text-decoration: none;	text-align: right; }.nav a:hover {	color: #EF037F;	text-decoration: none;}#on {	font-size: 15px;	color: #EF037F;	text-decoration: none;	padding: 0px 8px 0px 8px;	text-align: right; }/* ------------------------------------------------BODY TEXT------------------------------------------------ */.body {	font-size: 12px;	line-height: 17px;	text-decoration: none;	text-align: left; }.body a {	font-size: 12px;	line-height: 17px;	color: #EF037F;	text-decoration: none;	text-align: left; }.body a:hover {	color: #EF037F;	text-decoration: underline;}.small_body {	font-size: 11px;	line-height: 16px;	text-decoration: none;	text-align: left; }.small_body a {	font-size: 11px;	line-height: 16px;	color: #EF037F;	text-decoration: none;	text-align: left; }.small_body a:hover {	color: #EF037F;	text-decoration: underline;}/* ------------------------------------------------FOOTER------------------------------------------------ */.footer {	font-size: 11px;	line-height: 15px;	color: #949494;	text-decoration: none;	padding: 15px 0px 15px 0px;	text-align: left; }.footer a {	font-size: 11px;	line-height: 15px;	color: #666666;	padding: 15px 0px 15px 0px;	text-decoration: none;	text-align: left; }.footer a:hover {	color: #EF037F;	text-decoration: none;}