

html{
	overflow:scroll;
}
body{
	margin:0;
	padding:0;
	font-family:"Lucida Grande", Verdana, sans-serif;
	background-color: #EFEFEE;
}


td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #111111;
	line-height: 17px;
}


a {
	text-decoration: underline;
	color: #039;
}

.site_table {
	border-top: 0;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color:#FFF;

}


a:hover {
	text-decoration: underline;
	color: #999966;
}


.nav {
	font-size: 14px;
	line-height:22px;
	text-decoration: none;
	color: #111111;
	padding : 4px 8px 4px 8px;
	border:thin;
	border-style:solid;
	border-color:#DDD;
	background-color:#fff;
	
}


.nav:hover {
	text-decoration: none;
	color: #900;
	padding : 4px 8px 4px 8px;
	border:thin;
	border-style:solid;
	border-color:#eee;
	background-color:#EEE;

}


.navgallery {
	font-size: 12px;
	line-height:22px;
	text-decoration: none;
	color: #111111;
	padding : 4px 8px 4px 8px;
	border:thin;
	border-style:solid;
	border-color:#DDD;
	background-color:#fff;
	
}


.navgallery:hover {
	text-decoration: none;
	color: #111111;
	padding : 4px 8px 4px 8px;
	border:thin;
	border-style:solid;
	border-color:#DDD;
	background-color:#EEE;

}


.nav2 {
	font-size: 11px;
	text-decoration: none;
	color: #111111;
	

}


.nav2:hover {
	text-decoration: none;
	color: #900;
}


.footer {
	font-size: 10px;
	line-height: 15px;
	color: #111111;
}


.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #111111;
	line-height: 26px;
	font-weight: bold;
}

.logotype {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #111111;
	line-height: 26px;
	font-weight: normal;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #111111;
	line-height: 26px;
	font-weight: normal;
}

.quote_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #630;
	line-height: 26px;
	font-weight: normal;
	font-style:italic;
}

.quote_txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #630;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-style:italic;
}


.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}


