@charset "utf-8";

.mainbg {
	background-attachment: fixed;
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

body {
	margin-top: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FF9933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9933;
}
a:hover {
	text-decoration: none;
	color: #FFCC33;
}
a:active {
	text-decoration: none;
	color: #FF9933;
}.border {
	border: 1px dashed #d4d4d4;
}
