/* CSS Document */

a:link {color: #cb0101; text-decoration:none;}
a:visited {color: #cb0101; text-decoration:none;}
a:hover {color: #000000; text-decoration:none;}
a:active {color: #FF0000; text-decoration:none;}

.coolHeader1{
	font-size:1.4em;
	color:#003366;
	font-weight: 600;
	line-height:1.3em;
}

.hotHeader1{
	font-size:1.4em;
	color:#cb0101;
	font-weight: 600;
	line-height:1.3em;
}

.hotFont1 {
	font-size:1em;
	color:#cb0101;
	font-weight: 400;
	line-height:1.3em;
}

.slightlyDimnuitive{
	font-size:.85em;
}

