/* CSS Document */
body {background-image:url('/background.gif');
     background-repeat: repeat-x;
     MARGIN-LEFT:0;
	 MARGIN-TOP:0;
	 MARGIN-WIDTH:0;
	 MARGIN-HEIGHT:0;
	 }
	 
H1	{
		FONT-SIZE: 32px;
		font-family: helvetica,sans serif;
		color: #2C481B;} 
		
H2	{
		FONT-SIZE: 24px;
		font-family: sans serif;
		color: #3B6024;} 

.menubar {
		FONT-SIZE: 12px;
		font-family: geneva;
		color: #000000;
	    FONT-WEIGHT: bold;		
}

A.menubar{
		FONT-SIZE: 12px;
		font-family: geneva;
		color: #000000;
	    FONT-WEIGHT: bold;
	    TEXT-DECORATION: none;
}

A.menubar:hover {
	COLOR: #cc0000;
}		

.maintext{
        FONT-SIZE: 14px;
		font-family: arial;
		color: #2C481B;}
		
A.maintext{
        FONT-SIZE: 14px;
		font-family: arial;
		color: #3366ff;     
}

A.maintext:hover {
	COLOR: #cc0000;}		

.titletext{
        FONT-SIZE: 16px;
		font-family: arial;
		color: #2C481B;
		font-weight: bold;
}

A.navleft{
		FONT-SIZE: 14px;
		font-family: geneva;
		COLOR: #3366ff;
	    FONT-WEIGHT: bold;
	    TEXT-DECORATION: underline;
}

A.navleft:hover {
	COLOR: #2C481B;
}		