/* CSS Document */
body {
	background-image: url(../images/back.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color:#4a4a4b;
	text-align:left;
}

a, a:link, a:visited, a:active {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #396d85;
	text-decoration:none;
}
a:hover {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #396d85;
	text-decoration: underline;
}
table tr td.top {
	border-bottom:solid 1px #e9362e;
}
