@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image:url(images/bgimg.jpg);
	margin: 5px, 0px, 0px, 0px;
	line-height: 18px;
}
.bottomtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	line-height: 14px;
}
a:hover {
	text-decoration: underline;
}


.maintable {
	border-top-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-bottom-width: 3px;
	border-bottom-color: #999999;
}
li {
	list-style-image: url(images/arrow.gif);
}

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration:underline;
}


a.noline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #ffffff;
	text-decoration:none;
}

