body {
	background-color: #ffffff;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
}

table.quote {
	background: #ffcc00;
	width: 80%;
	border: 1px solid black;
}

td.quote {
	background: #000000;
	padding: 10px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #ffffff;
	border: 3px solid gold;
}

a {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}

li.main { 
	list-style-image: url("bullet.gif");
	list-style-position: outside;
	text-align: left;
	font-size: 12px;
}

h1 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}


h2 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	text-decoration: underline;
}

h3 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

h4 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
	





