body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFEFB;
	color:#333333;
}
a:link {
	color: #717275;
}
a:hover {
	color:#000000;
}
a:visited {
	color: #717275;
}

.smallText {
	font-size: 11px;
}



/*  Main index page */

.topNavagation {
	font-size: 11px;
}
.boldHeader {
	font-size: 14px;
	font-weight: bold;
}
div#infothatworks {
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: -100;
}



/*  All Pages Template */

A.navagation {
	display: block;
	BORDER: none;
	/*color:#FFFFFF;*/
	color:#505050;
	text-decoration: none;
	font-size: 11px;
}

A.navagation:visited {
	color: #333333;
	text-decoration: none;
}

A.navagation:hover {
	border-bottom: 1px solid #FFFEFB;
	background-color:#FFFEFB;
	color:#2F2F2E;
}



A.navagationDark {
	display: block;
	BORDER: none;
	color:#2F2F2E;
	font-size: 11px;
	text-decoration: none;
}

A.navagationDark:visited  {
    color:#2F2F2E;
	text-decoration: none;
}

.navagationBreak {
	color: #505050;
	text-decoration: none;
}


.headingOneText {
	font-size: 16px;
	color: #3B5DA0;
	font-weight: bold;

}

.largeHeader {
	font-size: 22px;
	color: #3B5DA0;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.locationList {
	font-size:11px;
	text-indent: -12px;
	line-height:10px;
}

.locationList p {
	margin: 4px 6px 4px 12px;
}

.locationList a:link {
	color:#000000;
	text-decoration: none;
}
.locationList a:hover {
	color:#3B5DA0;
	text-decoration:underline;
}
.locationList a:visited {
	color: #000000;
	text-decoration: none;
}




