body			{	margin-left: 6; 
                }

body, td, th      {	background: #002233;
					color: #EEFFFF;
					font-family: "Arial"; 
					font-size:	10pt;
				}

.fixed        	{						
					font-family: "Courier New", "Courier"; 
					font-size:	9pt;
                }

table           {   border: solid #006677 1px;  }

table.noline    {   border: 0px;    }

th				{	background: #004455;
                    font-weight: bold;
                }

td				{	background: #003344; }

td.noline       {   background: #002233;  
                    padding-right: 15px; }

p			    {	border-top: solid #006677 1px;
					padding-top: 8px;
                    margin-top: 10px;
                }
                
h2				{	text-align: center;
					font-weight: bold;
					letter-spacing: 0.1em 
				}

.title			{	font-weight: bold; }


a:hover				{	color: #FFFF00; 
						text-decoration: underline; 
					}

a:link				{	color: #E0E000;
						text-decoration: none; 
					}


a:visited			{	color: #E0E000; 
						text-decoration: none; 
					}

a:visited:hover		{	color: #FFFF00; 
						text-decoration: underline; 
					}
