body { 
	margin:0; 
	padding:0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_lightcream.gif);
}
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #663333;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	height: 30px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #663333;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
}
.bodytext {
	font-size: 12px;
	padding-right: 11px;
	padding-left: 12px;
	list-style-image:  url(images/square.gif);
}
.artheading {
	font-size: 12px;
	color: #000000;
	text-align: center;
	height: 25px;
	padding-top: 10px;
}
.sidetext {
	font-size: 11px;
	color: #000000;
}
.footer {
	font-size: 10px;
	color: #666666;
}
.highlight {
	font-size: 11px;
	color: #000000;
	background-image: url(images/bg_darkgrey2.gif);
	padding-right: 11px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 7px;
}
/*
===============================================================
	Links
===============================================================
*/
a:link, a:visited, a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #663333;
	text-decoration: none;
}
a.small:link, a.small:visited, a.small:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
a.small:hover {
	color: #663333;
	text-decoration: none;
}
a.footer:link, a.footer:visited, a.footer:hover {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.footer:hover {
	color: #663333;
}
