/* 	Honda Initiation Grant CSS Document */

/* 	Colors
	Background Blue - #08add6; 
	Heading Blue - #003a6d;
	Heading Red - #ed1e31;
	Main Font - #484848;
	Link Red - #ed1e31;
	
	
	*/

.heading-blue {
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003a6d
	}
	
.heading-red  {
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 18px;
	color: #ed1e31	
	}
	
.subheading-ltblue {
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #81d3eb
	}
	
.redtext {
	color: #ed1e31
	}
	
.bluetext {
	color: #003a6d
	}
	
.lightbluetext {
	color: #81d3eb
	}	