body {
	font-family : Arial,Tahoma,Helvetica,sans-serif;
	background-color : #FFFFFF;
	margin-left : 0;
}

a:link {
	color : Maroon;
	text-decoration : none;
}

a:visited {
	color : Maroon;
	text-decoration : none;
}

a:hover {
	color : Maroon;
	text-decoration : underline;
}

.nav {
	font-family : Arial,Tahoma,Helvetica,sans-serif;
	font-size : 9pt;
	color : Maroon;
	margin-left : 28px;
	padding-bottom : 8px;
}

.catLabel {
	font-family : Arial,Tahoma,Helvetica,sans-serif;
	font-size : 8pt;
	color : Maroon;
	text-align : center;
}

.cat-descrip {
	font-family : Arial,Tahoma,Helvetica,sans-serif;
	font-size : 9pt;
	margin-left : 24px;
	margin-right : 15px;
	color : Maroon;
	line-height : 140%;
}

.item {
	font-family : Arial,Tahoma,Helvetica,sans-serif;
	font-size : 9pt;
	width : 190px;
	color : Black;
	line-height : 130%;
	text-align : left;
	margin-left : 18px;
}

.item-right {
	font-family : Arial,Tahoma,Helvetica,sans-serif;
	font-size : 9pt;
	width : 190px;
	color : Black;
	line-height : 130%;
	text-align : left;
	margin-left : 0px;
	margin-right : 18px;
}

.item-name {
	color : Maroon;
	font-weight : bold;
}