body{
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	color: #707070;
}

#headShadow{
	position: relative;
	background-image: url(images/shadow.png);
	background-repeat: repeat-x;
	height: 9px;
	width: 930px;
	left: 50%;
	margin-left: -466px;
}

.features{
	padding: 10px 5px 10px 5px;
	border-bottom: 1px dashed #333333;

}

#footerDiv{
	background-image: url(images/footer2.png);
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
}

#footerDiv div{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
#footerDiv a:link, a:visited, a:hover, a:active {
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}

a:link, a:visited {
	font-weight: normal;
	color: #707070;
	text-decoration: underline;
}
a:hover, a:active {
	font-weight: normal;
	color: #0080FF;
	text-decoration: underline;
}

#contentDiv{
	font-size: 13px;
	color: #191970;
	padding-left: 20px;
	padding-top: 20px
}

#contentDiv ul{
	list-style-image: url(images/bullet.jpg);
}
#contentDiv ul li{
	font-size: 14px;
	color: #000;
	padding-bottom: 10px;
}

#headerDiv{
	font-size: 18px;
	font-weight: bold;
	color: #40a0ff;
	
	padding-bottom: 10px;
	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #707070;
}

.borderdownpage {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #707070;
	width: 171px;
}

.pagetitle {
	font-size: 14px;
	font-weight: bold;
	color: #0080FF;
}
.subheading {
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #707070;
}
.subheading2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #FFF;
	padding: 5px 5px 5px 5px;
	background-color: #a8a8a8;
	text-shadow: #333333 1px 1px 0px;
}
.bluearial10pt {
	font-size: 10pt;
	font-weight: normal;
	color: #191970;
}
.bluearial10ptbold {
	font-size: 10pt;
	font-weight: bold;
	color: #191970;
}
.borderwhitetr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}
.borderwhitet {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.portfolio_item{
	padding: 5px 5px 5px 5px;
	-moz-box-shadow: 0px 0px 2px #999;
	-webkit-box-shadow: 0px 0px 2px #999;
	box-shadow: 0px 0px 2px #999;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #dcdcdc;
	border: 1px solid #b0b0b0;
	height: 120px;
}

.portfolio_item a {
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

.port_header{
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	border-bottom: 1px solid #b0b0b0;
}

.portfolio_back{
	padding: 5px 5px 5px 5px;
}.Error {
	font-weight: bold;
	color: #CC0000;
	text-decoration: blink;
}
.QDate {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
