body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.dddddd {
	background: #9363ED;
}
.F6F6F6 {
	background: #F6F6F6;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.Navi {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #f6f6f6;
}
a.navi:link {
	color: #9363ED;
	text-decoration: none;
}
a.navi:visited {
	color: #663366;
	text-decoration: none;
}
a.navi:hover {
	color: #663399;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663399;
}
a.navi:active {
	color: #0000FF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
}
.navi IMG {
	border-bottom-width : 0px;
}
.ContentCell {
	background: #F6F6F6;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
h2 {
	font: bold 13px/18px Arial, Helvetica, sans-serif;
	color: #663399;
}
p {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	vertical-align: top;
	padding-right: 15px;
}
ul {
	list-style-type: circle;
	list-style-position: outside;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
}
.formField { font: 11px Verdana, Arial, Helvetica, sans-serif; color: #000000; vertical-align: top; padding-right: 15px; }

.Urgent
{
	margin-left : 5px;
	margin-right : 25px;
	border : 3px solid crimson;
	padding : 5px;
	background-color : white;
}
.Urgent STRONG
{
	color : crimson;
}
.Note
{
	margin-left : 5px;
	margin-right : 25px;
	border : 3px solid #9363ED;
	padding : 5px;
	background-color : white;
}
.Note STRONG
{
	color : #9363ED;
}