
body {	
	font-size:		1em;
	font-family: 		verdana, helvetica, arial, sans-serif;
	max-width:		1200px;
}


h1 {	
	font-family: 		verdana, helvetica, arial, sans-serif;
    	text-align:		right; 
    	letter-spacing: 	.3em;
   	padding: 		7px 0 1px 0;
    	margin-bottom:		0; 
}

a {	
	font-size:		.9em ;
}

a:link {
	color: 			#006699 ;
	text-decoration: 	none 
}

a:visited {
	color: 			#006699 ;
	text-decoration: 	none; 
}

a:focus {
	color: 			#006699 ;
	text-decoration: 	none; 
}

a:hover {
	color:	 		#006699/*#483D8B*/ ;
	text-decoration:	none;
}

a:active {
	color:			#006699/*#483D8B*/ ;
	font-size:.		.9em ;
	text-decoration:	none;
}


h1 a:link, h1 a:visited, h1 a:focus, h1 a:hover, h1 a:active {
	color:			black ;
	font-size: 		1em ;
	text-decoration:	none;
}

a img {
	border:			none;
}

pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	width: 100%;
	table-layout: fixed;
}

#back {	
	background-color: 	#EEFFEE;   /* #EAF3DA ; #DDFFAC ; #EDFFED*/
	padding:		8px 5px 8px 0 ;
}

#links {
	white-space:		nowrap;
	float: 			left ;
	font-size:		.75em; 
	line-height: 		7.5pt;
	margin:			.75em 0 0 2em; 
}

#thumbnails {
	float:			right ;
	margin:			0 0 0 0; 
	position:		relative;
	border:			2px solid #DDFFAC;
	border-top:		0;
	padding:		0 2px 0 2px;
}

#thumbtext {
	float:			center ; 
	padding:		2.5em 0 0 0;
}


#oneline {
	clear:			both;
	margin-top:		0 ;
	border-top:		2px solid #DDFFAC ; 
	padding-top:		.2em ;
}

#twolines {
	clear:			both;
	margin-top:		0 ;
	border-top:		2px solid #DDFFAC ;
	border-bottom:		2px solid #52B552 ; 
	padding:		.2em 0 .2em 0 ; 
}


#footer {
	clear:			both;

	font-size:		.95em;
	line-height:		.45em;

	margin-top:		.25em;
	border:			0 /* 1px solid rgb(120,172,255) */ ;  
	padding:		.9em;
	padding-bottom:		.2em;

	background-color:	#EEFFEE;
}

#subfooter {

        font-size:		.6em;

	margin-top:		.40em;

}

