body		{
		 margin-top: 10px;
		 margin-left: 0px;
		 font-family:  lucida sans, arial, helvetica, sans serif;
		 background-color: #fff; /*fff8e1*/
		 color: #000;
		 font-size: x-small;
		}
		
table		{
			 font-size: x-small;
			}
			
h1			{
			 font-size: x-small;
			 font-weight: bold;
			 color: #de2824;
			 font-family: lucida handwriting, lucida sans, arial, helvetica, sans serif;
			}
			
h2			{
			 font-size: x-small;
			 font-weight: bold;
			 font-style: italic;
			}
			
.main		{
			 border: 1px solid #000;
			 background-color: #fff8e1;
			}
		
#header		{
			 background-image: url(images/header_top.jpg);
			 background-repeat: no-repeat;
			 padding-left: 130px;
			 padding-top: 60px;
			 font-size: x-small;
			 height: 142px;
			 color: #f0d137;	
			}

#header a:link, #header a:visited, #header a:active
			{
			 text-decoration: none;
			 color: #f0d137; /*gold*/			 
			}
			
#header a:hover			
			{
			 text-decoration: none;
			 color: #fff; /*white*/			 
			}
			
a:link, a:hover, a:active
			{
			 text-decoration: none;
			 color: #de2824; /*red*/			 
			}
			
			
a:visited	{
			 text-decoration: none;
			 color: #5ca15c; /*green*/			 
			}

.footerbar	{
			 background-color: #000;
			 color: #f0d137;
			}
			
.here		{
			 color: #fff;
			}
			
label		{width: 90px;}