@charset "UTF-8";
/* CSS Document */

.colorback {
	background-color: #000;
}


.text-style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #7E7E7E;
}

.sub-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
}


.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #3E3E3E;
}


a { 
	font-weight: bold;
	color: #7E7E7E;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-variant: normal;
	text-decoration: none;
}

a:hover { 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 14px; 
	color: #000; 
	background-color: #FF136C;
}


#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FF136C;
}


