body {
	margin-top: 30px;
	margin-left: 33px;
	
	background-color: #FDFCFC;
	background-image: url(gfx/content_bg.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	scrollbar-face-color: #D0B19B;
	scrollbar-highlight-color: #D0B19B;
	scrollbar-shadow-color: #D0B19B;
	scrollbar-darkshadow-color: #D0B19B;

	scrollbar-3dlight-color: #D2D2D2;
	scrollbar-arrow-color: #D2D2D2;
	scrollbar-track-color: #D2D2D2;
}

a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #000099;
}
a:visited:hover{
	color: #000099;
}
a:active {
	color: #000066;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
}
.contentcolored {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #9E7350;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 19px;
	font-weight: bold;
	color: #000000;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	color: #9E7350;
}
.picsubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #000000;
}
ul {
	margin-left: 15px;
}
li {
	list-style-type:square;
	list-style-position:inside;
}
