/* CSS Document */

/* This style sheet will be the location of all the attributes used as defaults for the site. Layout and colors will be found in separate style sheets. */

p {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

img {
	margin: 0;
	padding: 0;
	border: none;
	border: 0;
}

a, a:link, a:visited {
	color: #144b8f;
	text-decoration: none;
}

a:hover {
	color: #feb900;
	text-decoration: none;
}

h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
}

form, input, select {
	margin: 0;
	padding: 0;
	line-height: normal;
}

h2 {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 2px;
	text-transform: uppercase;
	background: #e0e9f2;
}

h2 a.heads {
	color: #333;
	font-weight: normal;
}

h2 a:hover.heads {
	color: #369;
	font-weight: normal;
}

h3 {
	color: #f0af00;
	font-size: 18px;
	margin: 0 0 3px 0;
	padding: 0;
	line-height: normal;
	font-weight: normal;
}

h3 a.tabheads {
	color: #f0af00;
	text-decoration: none;
}

h3 a:hover.tabheads {
	color: #ccc;
	text-decoration: none;
}

h3 a:visited.tabheads {
	color: #f0af00;
	text-decoration: none;
}

h3 a:visited:hover.tabheads {
	color: #ccc;
	text-decoration: none;
}

h4 {
	margin: 10px 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	line-height: normal;
	font-size: 24px;
	font-weight: normal;
	color: #a1a1a1;
	border-bottom: 1px solid #dbd9e4;
}

h5 {
	font-weight: normal;
	font-size: 24px;
	margin: 0;
	padding: 2px 0 4px 0;
	line-height: 24px;
}

h6 {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: normal;
}

