﻿/* Stylesheet used by both CMS Editor and templates */

/* You MUST restate body font tags here to ensure content looks right in CMS - #3B477D; */
body {
	font-family:Trebuchet, Verdana, Arial, Helvetica, Sans;
	font-size: 11pt;
	line-height:18px;
}
h1 {
	font-size:19px;
	line-height:24px;
	color:#6A3C1A;
	margin:0px 0px 0px 0px;
}
h2 {
	font-size:19px;
	line-height:24px;
	color:#6A3C1A;
	margin:0px 0px 10px 0px;
}
a:link {
	color: #0029A3; 
	text-decoration:none;
}
a:visited {
	color: #0029A3;
	text-decoration:none;
}
a:hover {
	color: #0000ff; 
	border-bottom:dotted 1px #0000ff; 
	text-decoration:none;
}
p {
	margin-top:0px;
	margin-bottom:9px;
}


