/*style sheet CSS code*/
body {
	color:#000000;
	font-size:12pt;
	background-color:#AAFFAA; 
	border: none;
	border-width: 0px;
	background-image: url(images/BGrepeat.png);
	background-repeat: repeat-y; 
	background-position: top center;
}



.base {
	color:#FFFFFF; 
	/**background-color:606060 ;**/ 
	border-color:#FFFFFF; 
	width:900;
	height: 100%;
	text-decoration:none;
	margin-bottom: -7px;
	/*margin-top:-20;*/
	border: none;
}


.messages {
	width: 600;
	background-color:#404040;
	font-weight: bold;
	font-family:arial;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
}

/*behavior of links*/
	a {
		text-decoration:none; 
		color:#FFFFFF;
		border: none;
		outline:none;
		border-color:#606060;
	}

	a:hover {
		text-decoration: underline;
	}

	a:visited {
		color:#ffffff;
	}
	
.title {
	padding-top:0px;
	width:900px;
	background-color:#60ff60;
	z-index;-1;
	}




.header {
	color:white;
	a:visited:white;
	font-size: 14pt;
	font-family: arial;
	font-weight: bold;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	width:100%;
	background-color:#404040;
	z-index:1;
	margin-left:-8px;
	}

.headershadow {
	height: 20px;
	background-image: url(headershadow.png);
	background-repeat:repeat-x;
	z-index:10;
	margin-left:-8px;
	margin-right:-8px;
	}

.footer {
	width: 860px;
	color:#FFFFFF;
	font-size: 8pt; 
	color:#ffffff;
	text-decoration:none;
	background-color: #606060;
	border:none; 
	margin-left:20px;
	margin-top:0px;
	position:relative;
	bottom:0%;
	}

	

	
.back {text-decoration: none; color:#FFFFFF;}
.back a:visited {text-decoration: none; color:#FFFFFF;}
.back a:hover {padding-right: 60px; background: url(Arrow.png) no-repeat 100% 50%; position:relative; text-decoration: none}

	



