.heading {
	font-family:Arial;
	font-size:13px;
	color:#FF9900;
	font-weight:bold;
}

.whiteMenu {
	font-family: Verdana;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

A.whiteMenu:Hover {
	text-decoration:underline;
}

.orangeMenu {
	font-family: Verdana;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#FF9900;
}

A.orangeMenu:Hover {
	text-decoration:underline;
}

.linkOrange {
	font-family: Verdana;
	font-size:12px;
	text-decoration:underline;
	font-weight:normal;
	color:#FF9900;
}

A.linkOrange:Hover {
	color:#000000;
}

.linkOrangeBold {
	font-family: Verdana;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
	color:#FF9900;
}

A.linkOrangeBold:Hover {
	color:#000000;
}

.linkOrangeSmall {
	font-family: Verdana;
	font-size:10px;
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
}

A.linkOrangeSmall:Hover {
	color:#FF9900;
}

.linkBold {
	font-family: Verdana;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
	color:#FF9900;
}

A.linkBold:Hover {
	color:#000000;
}

.downloadTitle {
	font-family:Verdana;
	font-size: 12px;
	font-weight:bold;
}

.downloadSummary {
	font-family: Verdana;
	font-size: 11px;
}

.downloadLink {
	font-family: Verdana;
	font-size: 11px;
	color:#FF9900;
	text-decoration:underline;
}
A.downloadLink:Hover{
	color:#000000;
}

.downloadSize {
	font-family: Verdana;
	font-size: 10px;
}

.resourceLink {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;	
	width: 350px;
	color: #FFFFFF;
	background: #FF9900;
	padding: 5px;
	text-decoration: none;
	text-align: center;
}
A.resourceLink:Hover {
	color: #000000;
	background: #FFCC99;
}