/* CSS Document */

body {	background-color: #999999;
		margin-top: 5px;
		}

h1 {font-size: 24pt; color:#000000; font-family: Arial, Helvetica, sans-serif}
h2 {font-size: 22pt; color:#000000; font-family: Arial, Helvetica, sans-serif}
h3 {font-size: 20pt; color:#000000; font-family: Arial, Helvetica, sans-serif}
h4 {font-size: 12pt; color:#000000; font-family: Arial, Helvetica, sans-serif}
h5 {font-size: 10pt; color:#000000; font-family: Arial, Helvetica, sans-serif}
h6 {font-size: 9pt; color:#000000; font-family: Arial, Helvetica, sans-serif}


p { font-size:12px; font-family: Arial, Helvetica, sans-serif; margin-left: 0px}

.extramargin	{
					margin: 4px;
					}

a:link     {color:#082c5e;
			text-decoration: none;}
a:visited  {color:#082c5e;
			text-decoration: none;}
a:hover    {color:#8e7851;
			text-decoration: underline;}
a:active   {color:#8e7851;
			text-decoration: none;}

.style1 {
			font-size: 12px; 
			font-family: Arial, Helvetica, sans-serif			
			}
			
.style1b {
			font-size: 10px	;
			font-family: Arial, Helvetica, sans-serif;	
			}
			
.style1c {
			font-size: 11px; 
			font-family: Arial, Helvetica, sans-serif;			
			}
			
.style_caption {
			font-size: 11px; 
			font-family: Arial, Helvetica, sans-serif;
			font-weight:bold			
			}
			
.style_caption2 {
			font-size: 11px; 
			font-family: Arial, Helvetica, sans-serif;
			font-style:italic;
			font-weight:bold			
			}
			
.style1cw {
			font-size: 11px; 
			font-family: Arial, Helvetica, sans-serif;
			background-color:#333333;
			color:#FFFFFF;
			width:98%;
			font-style:italic;
			font-weight:bold		
			}

.style2 {
			font-size:8pt;
			font-family: Arial, Helvetica, sans-serif;  
			color:#082c5e
			}

.style2b {
			font-size:6pt
			}

.style2c {
			font-size:2pt
			}

.style3 {
			font-size:7pt;
			font-family: Arial, Helvetica, sans-serif;  
			}
			
.style4 {
			font-size: 10pt; color:#000000; font-family: Arial, Helvetica, sans-serif; font-weight:bold; margin:4px; 
			}
			
.stylep {
			font-size: 12px; 
			font-family: Arial, Helvetica, sans-serif;		
			}
			
			
			
<!-- Table color changes -->		
	.nml {
			background:#DFDFDF;
			color:#082c5e;
			text-decoration: none;
				}
	
	.hlt {
			background-color:#ccccff;
			color:#8e7851;
			text-decoration: underline;
				}
<!-- End table color changes -->	