body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #395273;
	background: #fff;
	}
a, a:visited, a:hover{
    color: #395273;
	}

p.big {
    font-size:16px
}
	
span.cap-g {
  float: left; 
  font-size: 3em;
  padding: 0 0.15em;
  margin: 0 0.15em 0 0; 
}

#nav a, 
#nav a:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 24px;
	color: #fff;
	background: #999;
	}
#nav a:hover {background: #385076;}

#leftnav a, 
#leftnav a:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	color: #385076;
	background: #fff;
	}


#leftnav a:hover {
    color: #fff;
	background: #385076;}

.indent {
	text-indent: 36px;
	text-align: justify;
}

.indentBigFirst {
	text-align: justify;
}

p.indentBigFirst:first-letter {
	text-indent: 36px;
	float: left;
	font-size: 4em;
	line-height: 0.75em;
	padding-right: 3px;
}

