.footer {
	font-family: Tahoma;
	font-size: 11px;
	color: #5F5F5F;
	padding-bottom: 4px;
	padding-top: 3px;
	padding-right: 10px;
}

.maintext {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
	padding: 2px 6px 15px 15px;
}
.maintext a:link,			/* Sub Style class singles out all links in .maintext class area */
.maintext a:visited {
	text-decoration: none;
	color: #669999;
}
.maintext a:hover {			/* Seperate hover attribute style */
	text-decoration: none;
	color: #333333;
}
.casestudies {				/* Main Style class */
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.footer a:link,		/* Sub Style class for .casestudies*/
.footer a:visited,
.footer a:hover {
	color: #5F5F5F;
	text-decoration: none;
}
.body {
	background-attachment: fixed;
	background-image: url(../images/backgroundimage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.border {
	border: 1px double #CCCCCC;
	padding: 2px;
}
.imagepad {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
