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

p {
	/* TOP RIGHT BOTTOM LEFT */
	padding: 0px;
	/* TOP RIGHT BOTTOM LEFT */
	margin: 0px 0px 8px 0px;
}

h1 {
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif; 
	font-size: 16px;
	font-style: normal;
	letter-spacing:1px;
	/* TOP RIGHT BOTTOM LEFT */
	padding: 0px;
	/* TOP RIGHT BOTTOM LEFT */
	margin: 0px 0px 4px 0px;
	font-weight: normal; 
	color:#6E385B;
	text-transform: uppercase;
} 
h2 {
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-size: 14px;
	font-style: normal;
	letter-spacing:1px;
	/* TOP RIGHT BOTTOM LEFT */ 
	padding: 0px;
	/* TOP RIGHT BOTTOM LEFT */
	margin: 0px 0px 4px 0px;
	font-weight: normal;
	color:#6E385B;
	text-transform: uppercase;
}
h2 a:linked, h2 a:visited {
	color: #6E385B:
}
a:link a:visited {
	text-decoration:none;
	color:#1e4890;
}
a {
	text-decoration: underline;
	color:#0C2859;
}

a:hover {
	text-decoration:none;
	color:#6E385B; 
} 
.highlite {
	color: #0F428F;
}
.subheading {
	color:#6E385B;
	text-transform: uppercase;
}
.quote {
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif; 
	font-size: 14px;
	font-style: italic;
}
.smallType {
	font-size:10px;
}
.pageQuote {
	margin-top:24px;
	color: #1e4890;
}
.pageQuote .quote {
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif; 
	font-size: 12px;
	font-style: italic;
	text-align: left;
	margin-bottom:5px;
}
.smallTypePage {
	font-size:10px;
	text-align: left;
}
.frontPage.quadColNoPad.doubleColNoPad.doubleCol h2 {
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif; 
	font-size: 16px;
	font-style: normal;
	letter-spacing:1px;
	/* TOP RIGHT BOTTOM LEFT */
	padding: 0px;
	/* TOP RIGHT BOTTOM LEFT */
	margin: 0px 0px 4px 0px;
	font-weight: normal; 
	color:#6E385B;
	text-transform: uppercase;
} 