/*
1.2em = 12pt, 3.5em = 35pt, etc.
*/

body		{  	
		margin: 0;
        padding: 0;
		background-color: #2c0001;
		color: #000000;
		font-size: 62.5%;				
		}
                         	
h1		{  
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 24px;  	
		margin: 0 0 5px 0;		
		}

h2		{
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 18px;
		color: #444; 
		font-weight:bold;	
		margin: 15px 0 5px 0;		
		}

h3		{
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 14px;
		color: #444; 
		font-weight:bold;	
		margin: 15px 0 5px 0;		
		}

h4		{
		font-family:Helvetica, Verdana, Arial, sans-serif;
		font-size: 14px; 
		line-height: 18px;
		margin: 0 0 5px 0;	
		font-weight: normal;	 			
		}

p		{
		font-size: 14px; 
		line-height: 18px;
		margin: 0 0 10px 0;		
		}
#content li {
		font-size: 14px; 
		line-height: 18px;
		margin: 0 0 10px 0;		
		text-align: left;
	}
	
.formTag {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	font-family: verdana, sans-serif;
	text-align: right;
	vertical-align: top;
	line-height: 16px;
		}

img {
border: none;
margin: 0;
padding: 0;
}
#menu {
margin: 0;
padding: 0;
background-image:url(images/menurepeat.jpg);
background-repeat: repeat-x;
height: 25px;
}
#menu ul {
margin: 0;
padding: 0 0 0 0;
}
#menu li {
display: inline;
margin: 0 0 0 0 ;
padding: ;
}		
#menu a {
color: #ffffff;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration:none;
padding: 4px 12px 3px 12px;
margin: 0 -1px 0px 0;
border-left: solid #40403e 1px;
border-right: solid #40403e 1px;
line-height: 25px;
}
#onit{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration:none;
padding: 4px 12px 3px 12px;
margin: 0 -1px 0px 0;
border-left: solid #40403e 1px;
border-right: solid #40403e 1px;
line-height: 25px;
color: #999;
background-image:url(images/menuonit.jpg);
background-repeat:repeat-x;
}

#menu a:hover {
color: #92bbee;
background-image:url(images/menuhover.jpg);
background-repeat:repeat-x;
}			
		
#credits	{	
		font-size: 10px;
		font-family: verdana, sans-serif;
		text-align: center;
		line-height: 14px; 
		padding: 10px 5px 0 5px;		
		}
				


