/****GENERAL STYLES ******/

body {
	position: relative;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .01em;
	margin: auto;
}
	
a, a:visited {text-decoration: underline;	color: #000000;}
	
h1 {
	font-size: 2.1em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}

h2 {
	font-size: 1.7em;
	margin: .5em 0 .2em 0;
	font-weight: normal;
}
h3 {
	font-size: 1.3em;
	margin: .5em 0 .2em 0;
    font-weight: bold;
}

h4 {
	font-size: 1.2em;
	margin: .5em 0 .2em 0;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: .5em 0 .2em 0;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: .5em 0 .2em 0;
	font-weight: bold;
}
img {border: 0;}

 
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: .5em 0em 1.2em 0em;
}

li > p {margin-top: 0.2em;}

li {font-size: 1.0em; line-height: 1.5em;}

li ul, li ol {margin-top: .15em;} /*** equalize spacing "sub lists" within a list ***/

dl {margin: .5em 0 1.2em 0}

dt {
	line-height: 1.5em;
	font-size: 1em;
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
	margin-bottom: 1.2em;
	line-height: 1.5em;
	font-size: 1em;
	font-weight: normal;
}


td, th {font-family: Arial, Helvetica, sans-serif; font-size: 1.1em;}
strong, b {font-weight: bold;}
a#skipnav, a:visited#skipnav, a:hover#skipnav {/* Hide a skip nav link*/
	display: none;
}

/*** HEADER ***/
div#header {
	display: none;
}
/* styles for absolutely positioned "search HR" form */

#header form {
	display: none;
}

/*** TOPIC NAVIGATION BAR ***/
ul#topicnav {
	display: none;
}

/*** LOWER CONTENT AREA ***/

/*** wrapper for three column display ***/

div#contentWrap {
	margin: 0;
	padding: 0;
}

div#leftCol{ /* left column */
	display: none;
}

/*** left navigation ***/
.menu {display: none;}

/*** center column ***/

div#centerColumn {
	background-color: #FFFFFF;
	color: black;
}

.pagecontents {
	display: none;
}


/*** right column ***/

div#rightcolWrap {
	display: none;
}

div#rightcol {
	display: none;
}

/* TABLE STYLES */
/*** table styles ***/
/* with strong horizontal lines and light vertical lines */

table.display {
	border: 1px solid #3A3A3A;
	border-collapse: collapse;
	margin: .5em 5px 1.5em 5px;
	font-size: .8em;
}

table.display td, table.display th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #3A3A3A;
	border-bottom: 1px solid #3A3A3A;
	border-collapse: collapse;
	padding: .2em;
}

table.display caption {
	margin-top: 1.2em;
	font-size: 1.2em;
	font-weight: bold;
}

/*with strong vertical lines and light horizontal lines */
table.display2 {
	border: 1px solid #000000;
	border-collapse: collapse;
	margin: .5em 5px 1.5em 5px;
	font-size: .95em;
}

table.display2 td, table.display2 thead th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	border-left: 1px solid #3A3A3A;
	border-right: 1px solid #3A3A3A;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding: .2em;
}

table.display2 thead th {border: 1px solid #3A3A3A;}

table.display2 tbody th { color: white; background-color: #808080; padding: 0.1em;}

table.display2 caption {
	padding: .5em 0;
	font-size: 1.2em;
	font-weight: bold;
}

table.display2 p {
	margin: .2em 0 .5em 0;
}

table.display2 ul {
	margin: 0 0 0 1em;
	padding: 0 1em;
}

table.display2 ol {
	margin: 0 0 0 1em;
	padding: 0 1.1em;
}

/*** CLEARING DIV ***/

div.clear {
	clear: both;
}

div.clear hr {visibility: hidden;}

div#footer {display: none;}