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

/* Body CSS*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.style1 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style2 {
	color: #006600
}

/* header image */

.header_image {
	border-width: 0;
	padding: 0;
	border-style: none;
	border-color: #000000;
	background-color:#000000;
	background-image: url('images/header_sm.jpg');
	background-repeat: no-repeat;
	background-position:center;
	}

