@import url("reset.css");
@charset "utf-8";



body  {
	background: none;
	background-image: none;
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 66.6%;*/
	text-align: left;
	font-size: 9pt;
}
strong, b {
	font-weight:bold !important;
}
em, i {
	font-style:italic;
}
p {
	
	line-height: 11pt;
	padding-bottom: 6px;
}

a {
	color:#2179c4;
	font-size:1em;
}
td, th {
	font-size:1em;
}
h1,h2,h3,h4,h5,h6,h7 {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}
#mainContent h1 {
	
}

h1 {
	font-size: 21pt;
	line-height: 24pt;
	color: #333333;
}
h2 {
	font-size: 18pt;
	line-height: 21pt;
}
h3 {
	font-size: 15pt;
	line-height: 18pt;
}
h4 {
	font-size: 12pt;
	line-height: 15pt;
}
h5 {
	font-size: 10pt;
	line-height: 15pt;
}
h6 {
	font-size: 8.5pt;
	line-height: 11pt;
}
h7 {
	font-size: 8pt;
	line-height: 11pt;
	font-weight: normal;
}
ol {
	list-style-position: inside;
}
ol li {
	font-size:1em;
	margin-left:15px;
	list-style:decimal;
}

.wireframe .main {
	font-size:1em;
}
#mainContent, #wideContent, .gutter {
	text-align: left;
}
#mainContent .wireframe .main li, #wideContent .wireframe .main li, #sidebar2 .wireframe .main li {
	line-height:normal;
	list-style-type:disc;
	line-height:1.4em;
	padding: 0 0 0.3em 0;
	margin: 0 0 0 3em;
}
#subNavLevel3 li, #mainContent .wireframe .evnt-container li, #wideContent .wireframe .evnt-container li, #sidebar2 .wireframe .evnt-container li {
	list-style:none;
	list-style-type:none;
	line-height:1.4em;
	padding: 0 0 0 15px;
	margin: 0;
}
#mainContent .wireframe .main ul, #wideContent .wireframe .main ul, #sidebar2 .wireframe .main ul {
	list-style-type:circle;
}
#mainContent .wireframe .main ul ul, #wideContent .wireframe .main ul ul, #sidebar2 .wireframe .main ul ul {
	list-style-type:circle;
}
#mainContent .wireframe .main ol, #wideContent .wireframe .main ol, #sidebar2 .wireframe .main ol {
	list-style-type:decimal;
}
#mainContent .wireframe .main ol ol, #wideContent .wireframe .main ol ol, #sidebar2 .wireframe .main ol ol {
	list-style-type:lower-alpha;
}

/* CUSTOM STYLES THAT USERES CAN USE */
.tableStyle1 {
	border:1px dashed #CCC;
	width:500px;
}
.tableStyle1 td, .tableStyle1 th {
	font-size: 1em;
	padding:3px;
	border:1px dashed #CCC;
}
.detailText1 {
	font-size: 0.9em;
}
.detailText2 {
	color:#666666;
	font-size: 0.9em;
}