body {
	margin: 0px;
}

.maintt {
	width: 100%;
	height:100%;
}

.blackheading {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;	
}

.brownheading {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: #B54A06;
	text-decoration: none;	
}

.welcomeheading {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bolder;
	font-style:italic;
	color: #B54A06;
	text-decoration: none;	
}

.paratext {
	font-family: Tahoma;
	font-size: 11px;
	color: #7C7C7C;
	text-decoration: none;	
}

.bottomlink {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;	
}

.bottomlink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;	
}


.mainlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;	
}

.mainlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B3450A;
	text-decoration: none;	
}

.bottomborder {
	border-bottom:1px solid #000000;
}