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



.bgray { background-color: #878787; }

a:link {
	color: #FF8000;
	text-decoration: none;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	}
a:visited { color: #FF8000; 
	text-decoration: none;	
	font-family: 'Nunito', sans-serif;	font-size: 15px;
	}
a:active { color: #004080; 
	text-decoration: none;	
	font-family: 'Nixi', sans-serif;	font-size: 15px;
	}
	
a:hover   {
text-decoration: none;
color:#f05a83;
font-size: 15px;
font-family: Nunito, sans-serif;
}



			 
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}



.sml {
	font-family: 'Nunito', sans-serif;
	font-size: 10px;
	color: #777;	
}
.smlwhite {
	font-family: 'Noto Sans', sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 14px;
}

.smlgray {
color: #B7B7B7;
font: 12px/14px 'Noto Sans', sans-serif;
}



.comments     {
font-family: 'Nunito', sans-serif;
font-size: 15px;
font-weight: 400;
line-height: 19px;
color: #343434;
}
