body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	color: #256d92;
	text-decoration: none;
	font-weight:500;
}
a:hover {
	text-decoration: underline;
}

p, ul, ol, th, td {
	text-align: left;
	line-height: 1.5em;
	font-size: 0.95em;
}

p {
	margin-bottom: 1.8em;
}
p, ul, ol {
	/*margin-bottom: 1.8em;*/
}

h1, h2, h3, h4, h5, h6, .contentheading {
	text-align: left;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	color: #333333;
}

h1, .contentheading {
	font-size: 1.6em;
	padding-bottom: 1.2em;
}


h2 {
	font-size: 1.4em;
	padding-bottom:1em;
	line-height:1.3em;
}

h3 {
	font-size: 1.2em;
	padding-bottom: 0.8em;
}

h4 {
	font-size: 1.1em;
	padding-bottom: 0.6em;
}

h5 {
	font-size: 1em;
	padding-bottom: 0.5em;
}

.nublue {
	color:#33ccff;
}
.nuorange {
	color:#ff9900;
}

.caps {
	text-transform: uppercase;
}
address {
	font-style: normal;
}