@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(images/backgroung.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #7E7E7E;
}
.style2 {
	color: #FFFFFF;
	font-size: 10px;
}
.style3 {
	color: #A00009;
	font-weight: bold;
}
a:link {
	color: #2C3C77;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #5B8233;
}
a:active {
	text-decoration: underline;
	color: #FFCC00;
}
.style4 {
	font-size: 14px;
	font-weight: bold;
}
.style7 {font-size: 12px; font-weight: bold; }
.style2 p {
	font-size: 12px;
}
.boldOut {
	font-weight: bold;
}