@charset "UTF-8";

h1 {
	font-family: Helvetica, Arial, "sans serif";
	font-size: 14pt;
	color: #333333;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: Helvetica, Arial, "sans serif";
	font-size: 12pt;
	color: #333333;
	padding: 0;
	margin: 0;
}
	

p {
	font-family: Helvetica, Arial, "sans serif";
	font-size: 11pt;
	line-height: 1.5;
	color: #333333;
	padding: 0;
}

li {
	color: #333333;
	font-size: 10pt;
	line-height: 1.5;
}

blockquote a:link {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #6a2c91;
	padding-left: 7px;
	font-family: Helvetica, Arial, "sans serif";
	font-style: italic;
	line-height: 1.5;
	font-size: 11pt;
	display: block;
	text-decoration: none;
	color: #666666;
}

blockquote a:visited {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #6a2c91;
	padding-left: 7px;
	font-family: Helvetica, Arial, "sans serif";
	font-style: italic;
	line-height: 1.5;
	font-size: 11pt;
	display: block;
	text-decoration: none;
	color: #666666;
}
small {
	font-size: 10pt;
	text-transform: uppercase;
	color: #666666;
}

blockquote a:hover {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #6a2c91;
	padding-left: 7px;
	font-family: Helvetica, Arial, "sans serif";
	font-style: italic;
	line-height: 1.5;
	font-size: 11pt;
	display: block;
	text-decoration: none;
	color: #000000;
	background-image: url(../images/blockquote_bg.jpg);
	background-repeat: repeat-y;
}

.small {
	font-size: 10pt;
}

#footer p {
	font-size: 10pt;
}
.small_allcaps {
	font-size: x-small;
	text-transform: uppercase;
}
