@charset "utf-8";
a:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
a:active {
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	font-size: 11px;
}
a:visited {
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	font-size: 11px;
}
a:hover {
	color: #FF9900;
	font-weight: normal;
	text-decoration: underline overline;
	font-size: 11px;
}

/* CSS Document */

body {
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 background-image: url(../images/bground-blk.gif);
 background-repeat: repeat;
}
body,td,th {
	font-family: Tahoma, Verdana, Arial;
	color: #FF9900;
	font-size: 12px;
}
.footer {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
