body {
	font-family:Verdana, Arial, Helvetica,  sans-serif;
	color:#333;
	font-size:0.85m;
}

/* TEXT SIZES */
p {
	font-size:90%;
	}
h1 {
	font-size:1.6em;
	}
h2 {
	font-size:1.45em;
	}
h3 {
	font-size:1.3em;
	padding-bottom:10px;
	}
h4 {
	font-size:1.15em;
	}
h5 {
	font-size:1em;
	line-height:1.5em;
	}
h6 {
	padding-top:10px;
	font-size:0.9em;
	}
ul, ol{
	font-size:90%; 	
	padding: 0 20px;
	}
.captions{
	font-size:0.7em;
}
.text85{
	font-size:85%;
}
/* GENERAL MARGIN & PADDING */
h1, h2, h3, h4, h5, h6{
	margin-bottom:10px 0;
	} 
blockquote{
	margin:0 25px;
	}
#contentInner ol{
	padding:0 35px;
	}
#contentInner ul{
	padding:0 25px;
	}

/* TEXT COLORS */
h1, h2, h3, h4 {
	color:#0d7bc0;
	}
h5, h6 {
	color:#333;
	padding-bottom:0px;
}
p {
	color:#333;
	}
a {
	color:#2169CB;
	}
a:hover {
	color:#5199CB;
	text-decoration:none;
	}
label {
	color:#036;
	}
.red {
	color:#900;
	font-weight:bold;
	}
