h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #336699;
	line-height: 18px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 10px;
	line-height: 16px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6633;
	text-decoration: none;
	cursor: hand;
	background-color: #FFFFFF;
	white-space: normal;
	}

a:link {
	color: #FF6600;
}
a:visited {
	color: #FF9933;
}
a:hover {
	color: #3399FF;
	cursor: hand;
}


a.topNav:link {
	color: #999999;
	background-color: #FFFFFF;
	border-bottom: 5;
	border-bottom-color: #FFFFFF;
	padding: 5;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
}
a.topNav:visited {
	color: #999999;
	background-color: #FFFFFF;
	border-bottom: 5;
	border-bottom-color: #FFFFFF;
	padding: 5;
	font-size: 18px;
}
a.topNav:hover {
	color: #FFFFFF;
	border-bottom: 5;
	padding: 5;
	font-size: 18px;
}
a.topNav:active {
	color: #FF9933;
	background-color: #CCCC66;
	border-bottom: 5;
	border-bottom-color: #CCCC66;
	padding: 5;
	font-size: 18px;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3399FF;
}
.line_bottom  {
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}

.date {
	color: #999999;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9933;
	font-weight: bold;
}
