@charset "UTF-8";
/* CSS Document */

/* ---------------------- HTML tag styles ---------------------- */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin : 0;
	padding : 0;
}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size : 100%;
}
/* Removes list-style from lists */
ol, ul {
	list-style : none;
	margin-bottom:8px;
}
ol li, ul li {
	margin-bottom:3px;
}
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style : normal;
	font-weight : normal;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;

}
h1 {
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
}
h2 {
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
}
h3 {
	font-size:17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff9933;
}
h4 {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #009933;
}
h5 {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000033;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	padding-right: 30px;
	/*margin-top:8px;*/
         padding-bottom:8px;
	padding-top:8px;
}
h1, h2 {
	margin-bottom:0.3em;
}
h3, h4, h5 {
	margin-bottom:0.1em;
}
a {
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	color:#ff9933;
	text-decoration:underline;
}
em {
	font-style:italic;
}
strong, b {
	font-weight:bold;
}
abbr, acronym {
	border-bottom:1px dotted #555;
	cursor:help;
}
fieldset {
	border:1px solid #ccc;
	padding:20px;
}
legend {
	font-weight:bold;
	padding:2px 10px;
	background:#ccc;
	color:#444;
	border:1px solid #ccc;
}
blockquote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	margin:1em;
	background-color: #E9E9E9;
	padding: 3px;
	border: 1px dotted #BDBDBD;
}
ol {
	margin-left:3em;
	list-style-position: outside;
	list-style-type: decimal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-right: 50px;
}
ul {
	margin-left:3em;
	list-style-position: outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-type: disc;
	padding-right: 50px;
}
dt {
	margin-top:.5em;
	font-weight:bold;
}
hr {
	background-color:#ccc;
	height:1px;
	color:#ccc;
	border:0px;
	margin:10px 0px;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:99%;
}
.clear {
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0px;
}
.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
/* ========= Column Based Styles ============ */
.leftCol h2 {
	font-size:131%;
	font-weight:bold;
	margin-bottom:1.1em;
}
.leftCol ul {
	margin-left:1.1em;
}
.leftCol ol {
	margin-left:1.4em;
}
.rightCol h2 {
	font-size:131%;
	font-weight:bold;
	margin-bottom:1.1em;
}
.rightCol ul {
	margin-left:1.1em;
}
.rightCol ol {
	margin-left:1.4em;
}
