@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/page_bg.gif);
	background-color: #F4F2E6;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Lucida Sans Unicode, Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3E1415;
}

td.image_box{
	font-size:10px;
	border: 1px solid #DBC4C3;
}

a:link {
	color: #3E1415;
	text-decoration: none;
}
a:visited {
	color: #3E1415;
	text-decoration: none;
}
a:hover {
	color: #3E1415;
	text-decoration: underline;
}
a:active {
	color: #3E1415;
	text-decoration: none;
}

.disabled_link{
	color: #DBC4C3;
}