body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

p, li {
	line-height: 18px;
}

li {
	padding-bottom: 10px;
}

a, a:visited {
	font-weight: bold;
	color: #CE0C33;
}

a:hover {
	text-decoration: none;	
}

.MainBody {
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right: 30px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #CE0C33;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}
.ProcessTableCell {
	font-size: 9px;
	line-height: 10px;
	border-style: dashed;
	border-width: 1px;
	border-color: #E6E6E6;
}

.ProcessTableCell li, .ProcessTableCell p {
	padding-bottom: 0px;
	line-height: 18px;
}

.SmallText {
	font-size: 9px;
}

.FooterText a, .FooterText a:visited, .FooterText a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 3px;
}
.required {
	font-size: 9px;
	font-weight: bold;
	color: #CE0C33;
}
/* ----------------- left nav styles only ---------------------*/

.LeftNavBox {
	border-style: solid;
	border-width: 1px;
	border-color: #E6E6E6;
}
.LeftNavBox td {
	font-size: 11px;
	font-weight: bold;
	border-bottom-style: dashed;
	border-width: 1px;
	border-color: #E6E6E6;
	padding-left: 13px;
	padding-right: 10px;
	color: #7F7F7F;
}
.LeftNavBox td a {
	color: #999;
	text-decoration: none;
}

.LeftNavBox td a:hover {
	text-decoration: underline;
	color: #c03;
}

.LeftNavBox td a.false {color: #000000;}

.LeftNavOutside {
	padding-left: 2px;
	padding-top: 2px;
}
/* ----------------- end left nav styles only ---------------------*/