/* 	City of Delaware CSS Document */

/*	
	Orange - #d98500;
	Blue - #0054a6;
	Green - #197b30;
	Maroon - #7b1804;
*/

/*	BODY COLORS	*/

.bluetext {
	color: #0054a6;
	}
	
.orangetext {
	color: #d98500
	}	
	
.greentext {
	color: #197b30
	}
	
.maroon {
	color: #7b1804
	}	
	
/*  FONTS	*/

.heading-blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #0054a6
	}
	
.heading-orange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;	
	color: #d98500
	}
	
.heading-gray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;	
	color: #555555
	}		
	
.heading-maroon {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;	
	color: #7b1804
	}
	
.heading-green {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;	
	color: #197b30
	}	
	
/* HEADING 2*/
	
.heading2-blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #0054a6
	}
	
.heading2-orange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;	
	color: #d98500
	}
	
.heading2-gray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;	
	color: #555555
	}		
	
.heading2-maroon {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;	
	color: #7b1804
	}	
	
.heading2-green {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;	
	color: #197b30
	}			
			
/* SUBHEADING */
	
.subheading-blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #0054a6
	}
	
.subheading-orange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;	
	color: #d98500
	}
	
.subheading-gray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;	
	color: #555555
	}		
	
.subheading-maroon {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;	
	color: #7b1804
	}
	
.subheading-green {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;	
	color: #197b30
	}		
	
/* SUBHEADING 2 - Sans-serif */
	
.subheading2-blue {
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #0054a6
	}
	
.subheading2-orange {
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;	
	color: #d98500
	}
	
.subheading2-gray {
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;	
	color: #555555
	}		
	
.subheading2-maroon {
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;	
	color: #7b1804
	}
	
.subheading2-green {
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;	
	color: #197b30
	}		

/*	ALL LINKS */
	
a:link, a:visited, a:active {
	color: #0054a6;
	text-decoration: underline
	}
	
a:hover, a:visited:hover {
	color: #197b30;
	text-decoration: none
	}
