@import url('/CMSPages/GetCSS.aspx?stylesheetName=Reset');

a, a:visited, a:active {
	color: #00709c;
	text-decoration: underline;
}

	a:hover {
		color: #85a459;
	}

h1, h2, h3, h4 {

	margin-bottom: 1em;
	margin-top: 1.25em;
}

	h1 {
		font-size: 1.5em;
		margin-top: -2px;
	}

	h2 {
		font-size: 1.25em;
	}

	h3 {
		font-size: 1em;
		font-weight: bold;
	}
		
		h3.line2 {
			font-size: 0.9em;
			font-weight: normal;
			margin: -1.0em 0 0.5em 0;
		}

	h4 {
		font-size: 0.85em;
		font-weight: bold;
	}

p,
blockquote {
	line-height: 1.5em;
	margin-bottom: 1em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

blockquote {
	padding-left: 40px;
	background: url('/App_Themes/GTDS/quote.gif') 0 5px no-repeat;
}

	blockquote p {
		margin: 0 0 1em 0;
		padding: 0;
	}
	
	blockquote p.last {
		padding-right: 20px;
		background: url('/App_Themes/GTDS/quote2.gif') bottom right no-repeat;
	}
	
	blockquote span {
		display: block;
		font-style: italic;
	}

ul {
	margin: 0 0 10px 20px;

}

li {
	line-height: 18px;
	margin-bottom: 10px;
}

.pad {
	padding: 30px;
}

.bullet {
	padding-left: 10px;
	background: url('/App_Themes/GTDS/bullet.gif') top left no-repeat;
}