P, Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
H2 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}

H3 {
	font-size: 14px;
	font-weight: bold;
	color: #4444AA;
}

.NavItem {
	color: white;
	font-weight:bold;
	text-decoration:none;
}

A.NavItem:Hover {color:#FFDD99;}

.SubNavItem {
	color: #FFDD99;
	text-decoration:none;
}
.SubSubNavItem {
	color: #FFEEAA;
	font-size:10px;
	text-decoration:none;
	padding-right:3px;
}
.PulloutBox {width:200px;border:1px solid #555;background-color:#eef;padding:10px;margin:10px;}

A.SubNavItem:Hover {color:white;}
A.SubSubNavItem:Hover {color:white;}

.ParagraphBar {
	background-color:#9999cc;
	padding:3px;
	color:white;
	font-weight:bold;
	text-align:center;
}

.Ftr {
	color: #555555;
	font-size:10px;
	text-decoration:none;
}