BODY {
	SCROLLBAR-FACE-COLOR: #edd596; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #b38a5e; 
	SCROLLBAR-ARROW-COLOR: #916a40;
	scrollbar-darkshadow-color: #5c3c13; 
	scrollbar-3dlight-color: #5c3c13;
	scrollbar-track-color: #63501f;
}

.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
}
p {
	margin-top: 8px;
	margin-bottom: 7px;
}

.largeBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.largeBoldRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d42115;
}
.menuContent {
	padding-left: 8px;
}
.catContent {
	padding-left: 5px;
}


.hyperlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.content {
	overflow: auto;
	height: 350px;
}
#contentWin {
	height: 350px;
	overflow: auto;
}
#contentWin p {
	margin: 0px;
	padding: 8px;
}