@charset "UTF-8";
/* CSS Document */

h1 {
	font-weight: normal;
	font-size: 2.5em;
	font-family: 'Philosopher', sans-serif;
}
hr {
	border-top-width: 1px;
	border-top-color: #000000;
}
h2 {
	font-weight: normal;
	font-size: 1.8em;
	color: #0066cc;
	font-family: 'Philosopher', sans-serif;
}
h3 {
	font-weight: normal;
	font-size: 1.3em;
	font-family: 'Philosopher', sans-serif;
}
.h1sub {
	font-size: 0.7em;
}
.photo {
	font-size: 0.9em;
	color: #666666;
}
.blueItal15 {
	font-size: 1.5em;
	font-style: italic;
	color: #0066cc;
	font-family: 'Philosopher', sans-serif;
}
.blue13 {
	font-size: 1.5em;
	color: #0066cc;
	font-family: 'Philosopher', sans-serif;
}
.blueLarge {
	font-size: 2em;
	color: #0066cc;
	font-family: 'Philosopher', sans-serif;
}
.blackLarger {
	font-size: 1.4em;
}
footer {
	background-color: #333333;
	color: #FFF;
}
footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
footer a:hover {
	color: #ff9933;
	text-decoration: none;
}

