@charset "utf-8";
body  { color: #666; font-family:Arial, Helvetica, sans-serif; background-image:none; background-color:#FFF; text-align: left; font-size:10px;}
html:lang(en) body { font-size:10px; }
strong, b { font-weight:bold; }
em, i {font-style:italic;}
p { font-size: 12px; line-height: 1.5em; padding-bottom: 1.1em; }

a:link,a:active,a:visited { 
	color:#5C8EAF; 
	/*font-size:12px; */
}

td, th { font-size:1.1em; }
th { font-weight:bold; }
h1,h2,h3,h4,h5,h6 { /*font-family:Georgia, "Times New Roman", Times, serif;*/ font-weight: bold; text-decoration: none; line-height: 1.4em; }
h1,h2 a:link,h2 a:active,h2 a:visited { font-size: 24px; font-weight:normal; line-height: 2.4em; padding:0.2em 0.1em; }
h2 { font-size: 20px; line-height: 1.2em; padding-bottom:0.6em; color: #005C97; }
h3 { font-size: 13px; line-height: 1.5em; padding-bottom:0.5em; }
h4 { font-size: 12px; line-height: 1.4em; padding-bottom:0.4em; }
h5 { font-size: 11px; line-height: 1.3em; padding-bottom:0.3em; }
h6 { font-size: 10px; line-height: 1.2em; padding-bottom:0.2em; }
h2 a:link,h2 a:active,h2 a:visited {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
.contentHolder ul, .contentHolder ol, #drawer-nav .drawer-content ul, #drawer-nav .drawer-content ol {
	margin:5px 0px 5px 10px;
}
.contentHolder ol, #drawer-nav .drawer-content ol {
	_margin:5px 0px 5px 27px;	/* IE6 hack */
}
.contentHolder ul li, .contentHolder ol li, #drawer-nav .drawer-content ul li, #drawer-nav .drawer-content ol li {
	margin-left:20px;
	font-size: 1.2em;
}
ol {
	padding-left: 4px;
}
ol li {
	padding-bottom: 4px;
}
.contentHolder ol li, #drawer-nav .drawer-content ol li {
	_margin-left:0px;	/* IE6 hack */
}
.contentHolder ul li, #drawer-nav .drawer-content ul li {
	list-style:disc;
}
.contentHolder ul li li, #drawer-nav .drawer-content ul li li {
	list-style:circle;
}
.contentHolder ol li, #drawer-nav .drawer-content ol li {
	list-style:decimal;
}
.contentHolder ol li li, #drawer-nav .drawer-content ol li li {
	list-style:lower-alpha;
}
.podContent ul, .podContent ol {
	margin:0px;
}
.podContent ul li, .podContent ol li {
	margin:0px;
	list-style:none;
}


/* STYLES FOR USERS */
.note {
	font-style:italic;
	color:#990000;
}

/* Table Styles */
.tableStyle1 {
	width:100%;
	border:1px solid #EEE;
}
.tableStyle2 {
	width:100%;
	border:1px solid #EEF3EB;
}
table .subhead1 {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:14px;
	font-weight:bold;
}
.tableStyle1 .subhead1 {
	color:#5C8EAF;
}
.tableStyle2 .subhead1 {
	color:#6D9A61;
}
.tableStyle1 th, .tableStyle1 td, .tableStyle2 th, .tableStyle2 td {
	padding:5px;
	border:none;
}
.tableStyle1 th {
	background-color:#E8EFF4;
	text-align:left;
	border-bottom:1px solid #DDD;
	color:#333;
}
.tableStyle2 th {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	background-color:#9FC293;
	text-align:left;
	border-bottom:1px solid #73A663;
	color:#FFF;
}
.tableStyle2 th, .tableStyle2 td {
	border-collapse:collapse;
	border:1px solid #EEF3EB;
}
tr.evenRow {
	background-color:#F5F5F5;
}
tr.oddRow {
	background-color:#FFF;
}