@charset "utf-8";
@import url("dnn.css");
@import url("trick.css");
/* CSS Document */
html, body {
	height:100%;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-bottom: 0px;
	margin-top: 10px;
}
#main td {
	vertical-align: top;
}
#main {
	padding:3px;
	height:100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-size: 14px;
	color: #037DAC;
}
h2 {
	font-size: 13px;
	color: #037DAC;
}
h3 {
	font-size: 12px;
	color: #037DAC;
}

.banner {
	background-image: url(images/accbanner2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.footer,.footer .SkinObject {
	font-size:10px;
	color:#666666 !important;
	font-weight:normal;
}


