/* CSS Document */
/* <![CDATA[ */
/* ----------------------------- BODY ---------------------------- */
body {
margin:0;
padding:0;
/*font:95%/1.5 sans-serif;*/
background-color: #FFFFFF;
}
/* ----------------------------- HEADINGS, LINKS ---------------------------- */
h1,h2,h3,h4 {margin:0.2em 0;}

p {
	margin: 1em 0em 1em 0em;
}

#middle div.float p.footnote {
font-size:70%; font-style:italic;}

a { color:navy }

.copy { text-align:center; font-size:80% }

.dottedborder {
border-top: 2px dotted #000066;
border-left: 2px dotted #000066;
border-right: 2px dotted #000066;
border-bottom: 2px dotted #000066;
}

.warning {color:#FF0000;}
.table_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.table_text caption {font-size: 120%; font-weight:bold;}
.table_text th {font-size: 90%; font-weight:bold; color:#FFFFFF;}
.table_text tr.odd {background-color:#F3F3F3;}
.table_text tr.even {background-color:#fff;}


