@charset "utf-8";
a:link {
	color: #FF6600;
	text-decoration: none;
}

body {
	background-image: url();
	background-color: #FFCC66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	color: #B82134;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #B82134;
}




.header {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #B82134;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-left-style: none;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	border-bottom-style: dotted;
}
.quotes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #666666;
	padding: 5px;
	background-color: #FFF5E1;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FF8C3F;
	border-right-color: #FF8C3F;
	border-bottom-color: #FF8C3F;
	border-left-color: #FF8C3F;
}

.paragraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	color: #333333;
}
.bullets {
	line-height: 1.75em;
	list-style-type: square;
}
.important {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6600;
	font-size: 14px;
}
