
/************ GLOBAL RESET STUFF **************/
* { 
padding: 0; 
margin: 0; 
}
p, pre, blockquote, form, label, ol, dl, fieldset, address { margin: 20px 0; }
h1, h2, h3, h4, h5, h6 { margin: 0.2em 0; }
dd, blockquote { margin-left: 40px; margin-bottom: 0.9em;} 
fieldset { padding: 10px; }
p {
	margin-top: 0em;
	margin-bottom: 1em;
	line-height: 1.2em;
} 

sup {
	line-height: 0;
	vertical-align: text-top;
	font-size: 8pt;
}
sub {
	position: relative;
	line-height: 0;
	vertical-align: 0;
	font-size: 8pt;
	top: 0.8ex;
}

/************ APPEARANCE TAGS **************/
h1 {  font-size: 16pt; font-weight: normal; color: #07438F; text-transform: uppercase; margin-bottom: 0.5em; text-align: left; }
h2 {  font-size: 13pt; font-weight: bold; color: #07438F; text-transform: uppercase; text-align: left; margin-top: 1em; }
h3 {  font-size: 11pt; font-weight: bold; color: #000000; } 
h4 {  font-size: 10pt; font-weight: bold; color: #000000; } 


A:link, A:visited { color: #003399; }

UL {
	padding-left: 1.5em;
	list-style-type: disc;
	margin-bottom: 1em;
}

UL LI {
	padding-left: 0em;
}

DL {
	margin-top: 0;
}
DT {
	margin: 0;
	font-weight: bold;
}
DD {
	margin: 0 0 1em 0;
}

CAPTION {
	padding: 0.5em;
	font-size: 8pt;
	text-align: center;
	line-height: 1.2em;
}

.headermenu, .footer_outer, #left_cell, .subsection_menu {
	display: none;
}

.mainarea {
	padding: 0px;
	text-align: left;
}

TD {
	vertical-align: top;
}

body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}


#content_cell {
	padding: 0px;
	text-align: justify;
}


.illustration_left, .illustration_right {
	position: relative;
	clear: both;
	float: right;
	margin: 1em;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

.illustration_left IMG, .illustration_right IMG  {
	margin-bottom: 0.6em;
	border: 1px solid black;
}

/*************** NICE TABLES ********************/

.linedtable , .unlinedtable, .table_data {
	border-collapse: collapse;
	empty-cells: show;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.linedtable TD, .unlinedtable TD, .table_data TD {
	padding: 4px 9px;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #f1e19e;
	vertical-align: top;
}

.linedtable TD {
	border-style: none dotted solid none;
}

.unlinedtable TD {
	border-style: none none solid none;
}
.table_data {
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.table_data TD {
	border: 1px solid #c0c0c0;
	text-align: center;
	font-size: 8pt;
}

.linedtable TH , .unlinedtable TH {
	padding: 10px 5px 2px 8px;
	font-style: bold;
	color: #548db4;
	font-size: 11pt;
	border-bottom: 1px solid #f1e19e;
	text-align: left;
}

.table_data TH {
	padding: 0.4em 0.2em;
	background-color: #dedede;
	font-style: bold;
	color: black;
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	font-size: 100%;
	text-align: center;
}


.linedtable A , .unlinedtable A {  
	text-decoration: none;
}

.linedtable A:hover , .unlinedtable A:hover {  
	color: #990000;
	text-decoration: none;
}

TD.sizecell {  text-align: right; padding-left: 3em; }
TD.titlecell {  }
TD.datecell {  padding-left: 1px; }

/*  *  *  *  *  *  *  *  *  *  *  *  * */
/* Small font, especially for use within tables. 
   Apply to <table> or to individual text bits. */
.smallfont {
	font-size: 8pt;
}