/*
	Here are the styles peculiar to
	Project Action
*/

/*
	these styles are for everybody including NS4
*/
a,
a:link,
a:active {
	font-weight: normal;
}
a:visited {
	color: #00319c;
	font-weight: bold;
}

a:hover {
	color: #36c;
}

A.leftnav,
a.leftnav:link,
a.leftnav:hover,
a.leftnav:active,
a.leftnav:visited {
	color: white;
	font-size: 11pt;
	font-weight: bold;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
}

A.leftnav2,
a.leftnav2:link,
a.leftnav2:active,
a.leftnav2:visited {
	color: white;
	font-size : 10pt;
	font-weight: bold;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
}

.QRHeadSub {
	color: #ffce00;
	font-weight: bold;
}

.QRHeadHome {
	color: #d52d34;
	font-weight: bold;
}

,headline {
	color: #00319c;
}

.head1 {
	color: white;
}

.head1Back {
	background-color: #d52d34;
}

.shortcutsBack {
	 background-color: #ffffce;
}

.whitesubhead {
	color: white;
	font-weight: bold;
	font-size : 10pt;
}

a.Smallerlink,
a.Smallerlink:link,
a.Smallerlink:hover,
a.Smallerlink:active,
a.Smallerlink:visited {
	font-weight: normal;
}

/*
	Hide these from NS4
	Override the above for Gecko and IE4+
*/
@media screen {



A.leftnav,
a.leftnav:link,
a.leftnav:hover,
a.leftnav:active,
a.leftnav:visited {
	color: white;
	font-size: 115%;
	font-weight: bold;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
}

a.leftnav:hover {
	color : #fc3;
	font-size: 115%;
	font-weight: bold;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	
}

A.leftnav2,
a.leftnav2:link,
a.leftnav2:active,
a.leftnav2:visited {
	color: white;
	font-size : 95%;
	font-weight: bold;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
}

a.leftnav2:hover {
	color : #fc3;
	font-size : 95%;
	font-weight: bold;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
}


} /* end hide from NS4 */


