/* CSS Document */

body {
	background:#989482 url(images/bg.gif);
	background-position: top center;
	background-repeat:no-repeat;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #867a6f;
	line-height:14px;
}


a:link {
	color: #867a6f;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #867a6f;
}
a:hover {
	text-decoration: underline;
	color: #867a6f;
}
a:active {
	text-decoration: underline;
	color: #867a6f;
}
td img {display: block;}
.inline {display: inline; }
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #867a6f;
	line-height:14px;
}

.opaque {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);	
	opacity: .5;
}
.not_opaque {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);	
	opacity: 1;
}
.red { color: #C31B58; }


