/* center page, focus of site, black with white text */

a:link {
   color: #FF0000;
}

a:visited {
   color: #FA8072;
}

a:hover {
   color: #FF0000;
   background-color: #F5F5F5;
}

a:active {
   color: #FFFFFF;
}

p  {
	font-size : 11pt;
	font-family : Verdana, Arial;
	color : whitesmoke;
}

p.margin {margin: 1cm 2cm 1cm 2cm}


body  {
	color : whitesmoke;
        background-color : black;
	font-size : 11pt;
	font-family : Verdana, Arial;
}

table  {
	color : whitesmoke;
	font-size : 9pt;
	font-family : Verdana, Arial;
}

th  {
	color : whitesmoke;
	font-size : 9pt;
	font-family : Verdana, Arial;
}

tr  {
	color : whitesmoke;
	font-size : 9pt;
	font-family : Verdana, Arial;
}

td  {
	color : whitesmoke;
	font-size : 9pt;
	font-family : Verdana, Arial;
}

ol  {
	color : whitesmoke;
	font-size : 9pt;
	font-family : Verdana, Arial;
}

ul  {
	color : whitesmoke;
	font-size : 9pt;
	font-family : Verdana, Arial;
}

li  {
	color : whitesmoke;
	font-size : 9pt;
	font-family : Verdana, Arial;
}

h1  {
	font-size : 18pt;
	font-family : Verdana, Arial;
	color : whitesmoke;
	margin-bottom: 2;
}

h2  {
	font-size : 16pt;
	font-family : Verdana, Arial;
	color : whitesmoke;
	margin-top : 20pt;
}

h2.title  {
	font-size : 16pt;
	font-family : Verdana, Arial;
	color : whitesmoke;
        margin-bottom: 2;
}

h3  {
	font-size : 14pt;
	font-family : Verdana, Arial;
	margin-top : 16pt;
	color : whitesmoke;

}

h4  {
	font-size : 12pt;
	font-family : Verdana, Arial;
	margin-top : 16pt;
	color : whitesmoke;

}

h5  {
	font-size : 10pt;
	font-family : Verdana, Arial;
	margin-top : 16pt;
	color : whitesmoke;

}

p.close  {
	margin-top : 1;
	margin-bottom : 2;
}

p.closeindent  {
	margin-top : 1;
	margin-bottom : 2;
	margin-left : 0.25in;
}

p.copyright  {
	color : whitesmoke;
	font-size : 7.5pt;
}

p.FigureTableTitle  {
	font-weight : bold;
	font-size : 10pt;
}

p.h1toc  {
	color : whitesmoke;
	margin-top : 14;
	margin-bottom : 2;
	font-size : 13pt;
	font-weight : bold;
}

p.h2toc {
	color : whitesmoke;
	margin-top : 2;
	margin-bottom : 5;
	margin-left : 0.25in;
}

p.indent {margin-left : 0.4in;}
p.indentsub  { 	margin-left : 0.825in; }
p.minitoc  {
	margin-top : 0;
	margin-bottom : 7;
}

p.red  {
        color : red;
}

p.tableindent  {
	margin-left : 0.425in;
}

p.tableindentsub  {
	margin-left : 0.4in;
}

p.screen  {
	font-family : "Courier New";
}

p.screenindent  {
	font-family : "Courier New";
	margin-left : 0.43in;
}

p.title	 {
	color: white;
	font-weight : bold;
	margin-top: 1;
	font-size : 10pt;	
}

p.upper  {
	text-transform : uppercase;
}

table.indent  {
	margin-left : 0.4in;
}

.screen  {
	font-family : "Courier New";
}

.notes  {
	font-weight : bold;
	color : white;
}


.lc {text-transform: lowercase} 
