/*Define Styles*/
.sitered{
	font-weight: bold;
	font-size: 14;
	font-family: times, sans-serif;
	color: #ef201e;
	}
	
.sitered a {
	font-weight: bold;
	font-size: 14;
	font-family: times, sans-serif;
	color: #ef201e;
	text-decoration: underline;
	}
	
.sitered a:hover {
	font-weight: bold;
	font-size: 14;
	font-family: times, sans-serif;
	color: #000000;
	text-decoration: none;
	}
.sitered2{
	font-weight: bold;
	font-size: 12;
	font-family: times, sans-serif;
	color: #ef201e;
	}
	
.sitered2 a {
	font-weight: bold;
	font-size: 12;
	font-family: times, sans-serif;
	color: #ef201e;
	text-decoration: underline;
	}
.sitered2 a:hover {
	font-weight: bold;
	font-size: 12;
	font-family: times, sans-serif;
	color: #000000;
	text-decoration: none;
	}	
.siteredsmall{
	font-weight: normal;
	font-size: 12;
	font-family: times, sans-serif;
	color: #ef201e;
	}
	
.siteredlarge{
	font-weight: normal;
	font-size: 18;
	font-family: times, sans-serif;
	color: #ef201e;
	}	
	
.siteredsmallital{
	font-weight: normal;
	font-style: italic;
	font-size: 12;
	font-family: times, sans-serif;
	color: #ef201e;
	}
	
.sitegrey{
	font-size: 16;
	font-style: italic;
	font-family: times, sans-serif;
	color: #8c8c8c;
	}
	
.siteblack{
	font-size: 14;
	font-family: times, sans-serif;
	color: #000000;
	text-align: justify;
	}
	
.siteblack2{
	font-size: 14;
	font-family: times, sans-serif;
	color: #000000;
	}
