body {
	background-image:url('images/squarebg.gif');
	background-repeat: repeat;
	background-color: #2E2E2E;
	margin: 0px;
	padding: 0px;
}

body, th, td, p, li, ul {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #2E2E2E; 
}

h5 {
	font-size: 14px; 
	color: #000;
}

h4 {
	font-size: 16px; 
	color: #000;
}

a:link {
	font-weight: normal; 
	text-decoration: none; 
	color: #585858;
	} 
a:visited {
	font-weight: normal; 
	text-decoration: none; 
	color: #585858;
	}
a:hover {
	font-weight: normal; 
	text-decoration: underline; 
	color: #585858; 
	}
	
a.side:link {
	font-weight: bold; 
	text-decoration: none; 
	color: #fff;
	} 
a.side:visited {
	font-weight: bold; 
	text-decoration: none; 
	color: #fff;
	}
a.side:hover {
	font-weight: bold; 
	text-decoration: underline; 
	color: #fff; 
	}
a.side2:link {
	font-weight: bold; 
	text-decoration: none; 
	color: #000;
	} 
a.side2:visited {
	font-weight: bold; 
	text-decoration: none; 
	color: #000;
	}
a.side2:hover {
	font-weight: bold; 
	text-decoration: underline; 
	color: #fff; 
	}

.small { 
	color: #7E7E7E; 
	font-size: 10px;
	}
	
.mainText {
	text-align: justify;
	margin-right: 53px;
	margin-left: 89px;
	}

#sideBar
	{
	background-image:url('images/sidebg.jpg');
	background-repeat: no-repeat;
	background-position:bottom left;
	}