body {
	background-color:#FFFFCC;
	background:inherit;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 90%;
}
.windowTitle {
	text-align: center; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 18px;
}
.bold {
	font-weight: bold;
}
p, td, tr, ol, ul, h1, h2, h3, h4, h5, h6, li {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height: 11px;
	color: #660033;
	margin: 0px;
}
a:link {
	color: #660033;
	text-decoration: none;
}
a:visited {
	color: #999966;
	text-decoration: none;
}
a:hover, a:active{
	color: #999966;
	text-decoration: underline !important;
}
.features {
	color: #660033;
	font-weight:bold;
	font-size: 14px;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}