body {
	background-color: #A5C0DD;
}
.copyright { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #011B3A;
}
a:link {
	color: #ED401F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: ED401F;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}
.bodytext {
	font-family: "Helvetica", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.h1 {
	font-family: "Helvetica", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ED401F;
	line-height: 18px;
}
.h2 {
	font-family: "Helvetica", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
	font-weight: bold;
}
.h3 {
	font-family: "Helvetica", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D2C89;
	line-height: 17px;
	font-weight: bold;
}
.h9 {
	font-family: "Helvetica", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0D2C89;
	line-height: 16px;
	font-weight: bold;
}
.h7 {
	font-family: "Helvetica", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	font-weight: normal;
}
.contact {
	font-family: "Helvetica", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.bordertop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A5C0DD;
}.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A5C0DD;
}
.borderleft {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #A5C0DD;
}

.h4 {
	font-family: "Helvetica", Arial, Helvetica, sans-serif;
	font-size: 13px;
line-height: 15px;color: #ED401F;

	font-weight: bold;}
.h8 {
	font-family: "Helvetica", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	font-weight: bold;
}
.grey {
	background-color: #F5F5F5;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A5C0DD;
}
.border {
	border: 1px dotted #A5C0DD;
}

/* PORTFOLIO PAGE STYLES */

.portfolio_page {
	font-family: "Helvetica", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
	}

.portfolio_page h1 {
	font:14px/17px helvetica, sans-serif;
	color:#0d2c89;
	font-weight:bold;
	margin: 10px 0 5px;
	}
	
.portfolio_page p {
	margin: 0 0 10px 0;
	}
	
.portfolio_page ul {
	float:left;
	padding:0;
	margin:0 0 0 15px;
	}
	
.portfolio_page ul li {
	display:inline;
	float:left;
	margin:0 10px 0 0;
	}
	
.portfolio_page a img {
	border:3px solid #b2cce5;
	}	
	
