/* CSS Document */

body, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 1.4;
	padding: 4px;
	margin: 0;
}
td ul {
	margin-left: 0;
	padding-left: 20px;
	list-style-type: circle;
}
td ul li {
	padding: 3px 0 3px 5px;
	line-height: 1.3;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.bodytext:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.bodytext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #8D2135;
	text-decoration: underline;
}

a.bodytext:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #8D2135;
	text-decoration: underline;
	}
.pagetitles  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #8D2135;
	font-style: italic;	
}
#whatsnew {
	border: 3px double #715031;
	width: 200px;
	float: right;
	margin: 0 0 10px 10px;
	padding: 7px;
	background-color: #FFC;
	text-align: left;
}
#whatsnew ul {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 7px 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	font-color: #333;
	font-style: italic;
	padding-left: 20px;
	list-style-image: url(../images/arrow.gif);
}
#whatsnew li {
	line-height: 1.4;
	padding: 0;
}
#whatsnew h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	color: #8D2135;
	margin-top: 0px;
	padding-left: 4px;
	width: 140px;
	border-bottom: 1px solid #8D2135;
	font-style: italic;
	text-align: left;
}