.body_fill {
	background-color: #F2F2E6;
	background-image: url(images/page_fill.jpg);
	background-repeat: repeat-x;
	margin: 100px 0px 0px;
}
.top {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
}
.left {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
}
.right {
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
}
.mainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B340B;
	text-decoration: none;
}
a:link {
	color: #5B340B;
	text-decoration: none;
}
a:visited {
	color: #5B340B;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #5B340B;
	text-decoration: none;
}
.smalltext {
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}

a.linkopacity img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

a.linkopacity:hover img {
filter:alpha(opacity=70); 
-moz-opacity: 0.7; 
opacity: 0.7;
}