@charset "utf-8";
/* CSS Document */
.main {
	width:1024px;
	background-image:url(../../../../../Images/Background_watermark.png);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}
.content {
	margin-left:15px;
	margin-right:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}
.navigation {
	width:100%;
	text-align:center;
	position:relative;
	top:-75px;
	}
.navigation a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:7px;
	margin-right:7px;
	}
.navigation a:hover {
	text-decoration:underline;
	color:#e6422f;
	}