﻿body
{
	text-align:left;
	font: normal 14px Arial, Helvetica, sans-serif !Important;
	line-height: 1.5em !Important;
	color: #333 !Important;
	background-color: #fff;
}

#colorbox p {
	margin: 0px 0px 10px 0px !Important;
	padding: 0px !Important;
	font-size: 1em !Important;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style:italic;
}

 /*HEADINGS */
#colorbox h1, #colorbox h2, #colorbox h3 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.5em;
	padding: 0;
	color: #042958;
}
#colorbox h4 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em;
	padding: 0;
}
#colorbox h5 {
	font-size: 1.3em;
	margin: 0 0 0.5em;
	padding: 0;
	font-weight: bold;
	color: #214871;
}
#colorbox h6 {
}

/* Links */
#colorbox a, #colorbox a:link, #colorbox a:active, #colorbox a:visited {
	color: #042958;
	text-decoration: none;
}
	#colorbox a:hover {
		text-decoration: underline;
	}

/* ///////////////////////////LISTS */

#colorbox ul {
	line-height: 1.5em !Important;
	margin: 0 !Important;
	padding: 0 !Important;
}

	#colorbox ul li {
		margin: 0 !Important;
		padding: 0px 0px 10px 0px !Important;
	}
