h1 {
	font-size : 18px;
	color : #347B98;
	margin-bottom : 3px;
}
h1.onpage {
	padding-top : 12px;
}
p {
	font-size : 14px;
	color : #363636;
	line-height : 18px;
	margin-bottom : 10px;
}
	span.bold {
		font-weight : bold;
	}
	span.underline {
		text-decoration : underline;
	}
	span.italic {
		font-style : italic;
	}
h2 {
	font-size : 14px;
	color : #347B98;
	margin-bottom : -5px;
	margin-top : 12px;
}
a {
	text-decoration : none;
	color : #E97F00;
}
	a:hover {
		color : #347B98;
	}
p.msg {
	color : #347B98;
	font-weight : bold;
}

p.footer {
 	width : 860px;
	margin : 0 auto;
	 
	padding-top : 30px;
	clear : both;
	text-align : right;
	
	font-size : 10px;
	color : #BFBFBF;
}
	p.footer>a {
		color : #BFBFBF;
	}
	p.footer>span {
		font-size : 10px;
		color : #363636;
	}
