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

body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;		
		color:#333333; 
		
}
.blueBold {
		color:#2babe2;
		font-weight:bold;
		font-size:small;
}

.grnBold {
	color:#569451;
	font-weight:bold;
	font-size:small;
}

.redBold {
	color:#941518;
	font-weight:bold;
	font-size:small;
}

.Yellow {
	color:#f79421;
	font-weight:bold;
	font-size:small;
}

.LTRed {
	color:#f17baa;
	font-weight:bold;
	font-size:small;
}

.Green {
	color:#8dc641;
	font-weight:bold;
	font-size:small;
}

.Purple {
	color:#673090;
	font-weight:bold;
	font-size:small;
}


/*----SIDE NAV----*/
.sideNavBullets {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:x-small;
		color:#636363;
}

.inputyellow {
	font-family: Verdana, Arial, Helvetica,	sans-serif;
	font-size: 12px;
	color: #32393D;
	background-color: #FFFFCC;
	font-weight: bold;
}
/*----SIDE NAV----*/
