@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #000000;
	font-family: Calibri, Arial;
	font-size: 12px;
}
body {
/*  background-image: url(Images/bg.jpg);
	background-repeat: repeat; */
	background-color:#e2e2e2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {color: #F0F0F0}
.style2 {
	font-size: 14px;
	font-weight:bold
}
a:link {
	color: #a42011;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a42011;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #a42011;
}
.nowrap {
	white-space: nowrap
}