body {
        margin: 0px;
	background-color: #ffffff;
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
        -moz-user-select: none;
}

.menu {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
	
}

A.menu:hover{
	text-decoration: underline;
	color: #000000;
	}	
	
	
	.Mainmenu {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;	
	
}

A.Mainmenu:hover{
	text-decoration: underline;
 color: #ffffff;
	}
	


.subs {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #132f64;
	text-decoration: none;
	font-weight: bold;	
	
}

a:hover{
	text-decoration: underline;
	color: #333333;
	}

	


h1 {	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}

h2 {	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}



p, li, td { 
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;		
}


.theBody {
	background-color: #ffffff;
	background-image: url(images/body_image.jpg);
	background-repeat: no-repeat;
}



