body {
	background-color: #FFFFFF;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.text {
	font-family: arial;
	font-size: 11px;
	color: #444444;
}
.text-gray {
	font-family: arial;
	font-size: 10px;
	color: #666666;
}
.bg-footer {
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
a:link {
	color: #638A00;
	text-decoration: none;

}
a:visited {
	color: #638A00;
	text-decoration: none;

}
a:hover {
	color: #666666;
	text-decoration: none;

}
.text-categories {
	font-family: arial;
	font-size: 12px;
	color: #444444;
	padding: 3px;
	line-height: 21px;




}
.text-cat-highlight {
	font-weight: bold;
	border: 1px dotted #999999;
	padding: 3px;
	background-color: #FFFFCC;
	font-family: arial;
	color: #444444;



}
.text-heading {
	font-weight: bold;
	border: 1px dotted #999999;
	padding: 3px;
	background-color: #eeeeee;
	font-family: arial;
	color: #444444;

}

