.contactInfo {
	font-size: 10pt;
	text-align: right;
}

.contactUsNote {
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	
	border: 0px;
	border-top: 1px;
	border-color: #bababa;
	border-style: solid;
	
	padding: 0px;
	padding-top: 10px;
}

.pageContainerDivStyle {
	background-color: #FFFFFF;
	width: 800px;
	border-top: 1px inset;
	border-right: 1px outset;
	border-bottom: 1px outset;
	border-left: 1px inset;
	margin: 0px;
	padding: 15px;
}
.tablePageContainerStyle {
	background-color: #CCCCCC;
	border: 0px none #7e809b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #525252;
}
.tableInteriorPageFeatureText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
}

.topMenuFrame {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(images/menubackground.gif);
}

.topMenuFrame a {
	color: White;
	text-decoration: none;
}

.topMenuFrame a:hover {

	border: 0px;
	border-bottom: 2px;
	border-style: dashed;
	border-color: White;
}


.topMenuBar {
	background-image: url(images/menubackground.gif);
	text-align: center;
	color: White;
	font-weight: bold;
	font-size: 10pt;
}
.homepageFeature {
	vertical-align: top;
	font-weight: normal;
	border: 1px none #666666;
	padding: 0px;
	margin: 0px;
}


.homepageFeature a {
	color: #525252;
	text-decoration:none;
}


.homepageFeatureBackgroundBar {
	background-color: #7c7e9a;
}

.homepageFeatureBackgroundBar a {
	color: White;
	font-size: 12px;
	font-weight: bold;
}

.homepageFeatureBackgroundBar a:hover {
	border: 0px;
	border-bottom: 2px;
	border-style: dashed;
	border-color: White;
}


.caseStudyHeading {
	border-bottom-style: dashed;
	border-top-color: #525252;
	border-right-color: #525252;
	border-bottom-color: #525252;
	border-left-color: #525252;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	line-height: 18px;
	font-weight: bold;
}

.inPageLink {
	color: blue;
}



ul {
	margin: 0px;
	padding: 0px;
	list-style: none;

}

li {
    background-image:url(/images/bullet.gif);
    background-repeat:no-repeat;
    background-position: center left;
    
    padding: 0px;
    padding-left: 20px;
    
    text-align: left;
}