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: 14px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #3399FF;
	text-decoration: none;
	cursor: hand;
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 2;
	white-space: normal;
	}

a:link {color: #3399FF;}
a:visited {color: #3399FF;}
a:hover {
	color: #FFFFFF;
	background-color: #CCCC66;
	padding: 2;
	cursor: hand;
}


a.topNav:link {
	color: #999999;
	background-color: #FFFFFF;
	border-bottom: 5;
	border-bottom-color: #FFFFFF;
	padding: 5;
	font-size: 14px;
	font-weight: normal;
}
a.topNav:visited {
	color: #999999;
	background-color: #FFFFFF;
	border-bottom: 5;
	border-bottom-color: #FFFFFF;
	padding: 5;
	font-size: 14px;
	font-weight: normal;
}
a.topNav:hover {
	color: #3399FF;
	background-color: #F3EFE3;
	border-bottom: 5;
	border-bottom-color: #FFFFFF;
	padding: 5;
	font-size: 14px;
	font-weight: normal;
}
a.topNav:active {
	color: #FF9933;
	background-color: #CCCC66;
	border-bottom: 5;
	border-bottom-color: #CCCC66;
	padding: 5;
	font-size: 14px;
	font-weight: normal;
}



.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #666666;
}
.date {
	color: #999999;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 14px;
	background-color: #FE3333;
	font-weight: bold;
	padding: 2;
	margin: 2;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #FF0099;
}
.left_line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
