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

body {
	background-color: #F4F4F4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
p {
	line-height:1.3;
	margin-top:10px;
	margin-bottom:10px;
	}
h1 {
	text-align:right;
	font-size: 40px;
	color: #333333;
	padding-right:30px;
	background-image:url(interface/underline.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	font-weight:normal;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #DD0000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
#menu a:link {
	color: #FF0000;
	text-decoration: underline;
	line-height:25px;
}
#menu a:active {
	color: #FF0000;
	text-decoration: underline;
	line-height:25px;
}
#menu a:visited {
	color: #FF0000;
	text-decoration: underline;
	line-height:25px;
}
#menu a:hover {
	text-decoration: none;
	color: #DD0000;
}
#menu {
	float:left; width:125px; padding:20px; padding-top:40px;
	}
.window {
	margin-left:auto; margin-right:auto; background-image:url(interface/primary_bg.jpg); width:900px;
	}
.pagebg {
	margin-left:auto; margin-right:auto; background-image:url(interface/page_bg.jpg); width:850px;
	}
.page {
	background-image:url(interface/header.jpg); background-repeat:no-repeat; padding-top:180px;
}
.content {
	margin-left:166px; width:auto; padding:10px;
	}
.footer {
	background-image:url(interface/footer.jpg); background-repeat:no-repeat; margin-left:auto; margin-right:auto; width:900px; height:37px;
}