body		{background: #000000;
		}

img		{
		}
		
table 		{table-layout:fixed;
		 width: 90%;
		}
img#txtpic 	{float: right;
		}
	
div#pgheader	{z-index: 1000;
                 width: 800px;
		 background: #FFFFFF;
		 padding-left: 3px;
		 padding-right: 3px;
		}
	   
div#textblk 	{z-index: 500;
	         background: #FFFFFF;
	         width: 800px;
		 text-align: left;
		 font-family: arial, helvetica, sans-serif;
		 padding-top: 3px;
		 padding-bottom: 3px;
		 padding-left: 3px;
		 padding-right: 3px;
		}
		
div#button	{width: 153px;
	         background: #000000;
		 border: 3px;
		 border-style: solid;
		 border-color: gray;
		 
		 font-size: 13px;
		 font-family: arial, helvetica, sans-serif;
		 float: left;
		}
		
div#buttonsel	{width: 153px;
	         background: #111111;
		 border: 4px;
		 border-style: double;
		 border-color: grey;
		 font-weight: bold; 
		 font-size: 13px;
		 font-family: arial, helvetica, sans-serif;
		 float: left;
		}
		
div#buttonhold	{width: 800px;
	         background: #FFFFFF;
		 height: 40px;
		 vertical-align: middle;
		 padding-top: 5px;
		 padding-left: 3px;
		 padding-right: 3px;
		}
		
div#dates	{padding-top: 5px;
	         background: #FFFFFF;
		 height: 40px;
		 width: 800px;
		 font-weight: bold;
		 font-size: 13px;
		 font-family: arial, helvetica, sans-serif;
		 padding-left: 3px;
		 padding-right: 3px;
		}		

div#footer	{width: 800px;
		 background: #FFFFFF;
		 font-family: arial, helvetica, sans-serif;
		 font-size: 10px;
		 padding-top: 3px;
		 padding-left: 3px;
		 padding-right: 3px;
		}

		
a:link	{text-decoration: none;
	         color: #FFFFFF;
		}
		
a:visited	{text-decoration: none;
	         color: #FFFFFF;
		}

a.cont:link	{color: #000055;
	         text-decoration: none;
		}

a.cont:visited	{color: #9933ff;
	         text-decoration: none;
		}	
		
a.simple:link	{color: #0000ff;
	         text-decoration: none;
		 font-size: 13px;
		 font-weight: normal;
		}
		
a.simple:visited{color: #0000ff;
	         text-decoration: none;
		 font-size: 13px;
		 font-weight: normal;
		}
		
