body {
	background-color:FFFFFF;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #212121;
	text-decoration: none;
	
	}
	
img {
	border: none;
}


.purseHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.presentHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #212121;
	line-height: normal;
}
.blackBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}	
.redTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CA0000;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left center;
}
.greyBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5F5F5F;
}
.redBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CA0000;
	text-decoration: none;
}	

.darkGreyBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #212121;
	text-decoration: none;
}
.mainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5f5f5f;
	text-decoration: none;
}
A:link {
	text-decoration: none
}
A:visited {
	text-decoration: none
}
A:active {
	text-decoration: none
}
A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E04545;
	BACKGROUND-COLOR: #FFFFFF;
	text-decoration: none;
}
.footerTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}


#div {width: 400px;}

ul.left {

	float: left;
	width: 200px;	
	margin: 0px;
	padding: 15px 0px;
	border: 0px none;	
	list-style-position: inside;
	list-style-type: square;
	position: relative;
	left: 50px;
}

ul.right {
	float: right;
	width: 200px;	
	margin: 0px;
	padding: 15px 0px;
	border: 0px none;	
	list-style-position: inside;
	list-style-type: square;
}
.no-space {
	margin: 0px;
	padding: 0px;
}
