body {
	background-color: #F7EDF2;
}

.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
}

.SterileText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #000000;
}

.CatTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

a:link {
	color: #2F4991;
	text-decoration: none;
}
a:visited {
	color: #2F4991;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #2F4991;
	text-decoration: none;
}


.Nav {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.Nav a:link {
	color: #2F4991;
	text-decoration: none;
}
.Nav a:visited {
	color: #2F4991;
	text-decoration: none;
}
.Nav a:hover {
	color: #666666;
	text-decoration: underline;
}
.Nav a:active {
	color: #2F4991;
	text-decoration: none;
}

.LeftNav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	background-color: #FFE0EE;
}

.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #2F4991;
	
}

