/* CSS Document */



body {
	background-color:#ddd;

}



#main {

	width: 794px;

	border: solid #AAC19A 3px;

	background-color: #E4F0DB;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11pt;

}



td.navcell {

	background-color: #676E75;

	font-size:12px;

	text-align:center;

	width:80px;

	color: #E4F0DB;

	height:30px;

	border-color: #AAC19A;

	border-style:solid;

	border-width:3px 3px 3px 0px;

}



td.navcell a:link, td.navcell a:visited, td.navcell a:active {

	color: #E4F0DB;

	text-decoration: none;

}



td.navcell a:hover {

	color: #E4F0DB;

	text-decoration: none;

	background-color: #AAC19A;

}



td.navcell:hover{

	background-color: #AAC19A;

}



.title {

	font-size:20px;

	font-weight:bold;

	text-align:center;

}

.attr {
	text-align:right;
	
	font-style: italic;
}



#main-content {

	padding:3px;

}



#copy-text{

	font-size:10px;

	color:#676E75;

	text-align:center;

}



#copy-text a:link, #copy-text a:visited, #copy-text a:active{

	color:#676E75;

	text-decoration:none;

}



#copy-text a:hover {

	color:#676E75;

	text-decoration:underline;

}
