	html {
	background-image:url('images/bg_left.png');
	background-attachment:fixed;
	background-position:left;
	background-repeat:repeat-y;
	}
	
	a:link {
	color:#066D14;
	text-decoration:none;
	}
	
	a:active {
	color:#066D14;
	text-decoration:underline;
	}
	
	a:visited {
	color:#066D14; 
	text-decoration:none;
	}
	
	a:hover {
	color:#066D14;
	text-decoration:underline;
	}
	
	body {
	background-image:url('images/bg_right.png');
	background-attachment:fixed;
	background-position:right;
	background-repeat:repeat-y;
	margin:0px auto;
	font-family:"Helvetica", Arial, sans-serif;
	font-size:11pt;
	color:#000000;
	}
	
	.main {
	width:660px;
	text-align:center;
	margin:0px auto;
	}
	
	.menu_1 {
	background-color:#FFFFFF;
	position:fixed;
	z-index:2;
	top:10px;
	left:10px;
	width:110px;
	border-style:dotted;
	border-width:thin;
	border-color:#066D14;
	padding:5px;
	text-align:right;
	}
	
	.main_2 {
	border-top-style:dotted;
	border-top-width:thin;
	border-color:#066D14;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	padding:5px;
	}
	
	.text {
	text-align:left;
	padding:20px;
	}
	
	.bold {
	font-weight:bold;
	}
	
	.footer {
	width:600px;
	border-top-style:dotted;
	border-top-width:thin;
	border-color:#066D14;
	padding:20px;
	color:#000000;
	font-size:10px;
	text-align:center;
	margin:0px auto;
	}
	
	.footer a {
	color:#066D14;
	font-size:10px;
	}
	
	#color {
	font-weight:bold;
	color:#066D14;
	text-decoration:none;
	}
	
	img {
	border:none;
	}
	
	#left_column {
	width:260px;
	text-align:center;
	float:left;
	padding:20px;
	}