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

body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}
body,td,th {
	color: #464646;
	font-family: Arial;
	font-size: 11px;
}
.red {
	color: #FF0000;
	font-size: 11px;
}
.green {
	color: #3B7D85;
	font-weight: bold;
	font-size: 11px;
}
.txt11 {font-size: 11px; }

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a {
	font-family: Arial;
	font-size: 11px;
}
