/* CSS Document */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	margin-left: 25px;
	margin-right:15px;
	padding: 0px;
}
p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #700C0E;
}
p a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #700C0E;
}
h1 {
font-family: Georgia, Times, serif;
	font-size: 22px;
	line-height:25px;
	font-style: normal;
	font-weight: bold;
	font-variant:small-caps;
	letter-spacing:50;
	color: #700C0E;
	margin-left: 25px;
	
	}
.intro {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	color: #0;
	margin-left: 25px;
		margin-right:15px;
	}

.introbold {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	font-weight: bold;
	color: #32488D;
		}
