/* CSS Document */

body {
	background-color: #FDB05B;
	}

a:link {
	color: #000033;
	text-decoration: none;
	}
	
a:visited {
	color: #000033;
	text-decoration: none;
	}
.H1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	background-color: #FF9900;
	width: 90%;
	text-indent: 10px;
	color: #CC3300;
	margin: 20px;
	border: 1px dotted #FF0033;
	vertical-align: middle;
	text-align: left;
	padding: 0px;
	}
.H2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background-color: #FF9900;
	width: 250px;
	text-indent: 10px;
	color: #CC3300;
	margin-left: 75px;
	vertical-align: middle;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FF0033;
	border-right-color: #FF0033;
	border-bottom-color: #FF0033;
	border-left-color: #FF0033;
	}

.text {
	font-size: 14px;
	text-indent: 15px;
	font-family: Helvetica, Arial, sans-serif;
	padding-right: 15px;
	padding-left: 15px;
	}

.text-not-indent {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding-right: 15px;
	padding-left: 15px;
	}
	
.quote-bold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}

.quote-italic {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding-left: 40px;
	font-style: italic;
	}
	
.quote-table {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-bottom-style: dotted;
	}

.footer {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	}
