/* CSS Document */

p{
font-family: "Times New Roman", Times, serif;
font-size: 11px;
color: #000000;
text-align: left;
line-height: 18px;
padding: 3px;
}
.text{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000033;
	line-height: 20px;
	padding: 3px;
	margin-left: 20px;
	margin-right: 12px;
	text-align: left;
}

.text_ital{
font-style: oblique;
}

.text_bold{
font-weight: bold;
}

.Navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	margin-right: 2px;
	color: #666666;
	padding-left: 6px;
	margin-top: 24px;
	margin-left: 8px;
}

.Navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	margin-right: 2px;
	color: #990033;
	padding-left: 6px;
	margin-top: 24px;
	margin-left: 8px;
}
a:link {
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #990033;
}
a:active {
	text-decoration: none;
}


.question{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	color: #000000;
	font-weight: bold;
	padding: 3px;
	margin-left: 20px;
	margin-right: 12px;
}
.Large_quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bolder;
	color: #003366;
	padding: 4px;
	text-align: center;
}

.Large_quote_ital {
		font-style: oblique;
}

.Medium_quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bolder;
	color: #003366;
	text-align: center;
	margin-top: 24px;
	margin-left: 24px;
	margin-right: 24px;
}

.Medium_quote_ital {
	font-style: oblique;
	font-size: 14px;
}

.Copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	padding-left: 8px;
		}
		
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666633;
	line-height: 18px;
	font-weight: bold;
	margin-left: 8px;
}
.Float {
	padding: 0px;
	float: right;
	margin: 20px;
	border: 0px;
}