/* CSS Document */

body {
	margin: 2px;
	padding: 2px;
	font: 80% verdana, arial, sans-serif;
	color:#000000;
	text-align: center;
}

td { 
	vertical-align:text-top;
}

p {
	line-height: 1.25em;
}

h1 {
	font-size: 170%;
	color:#7B856D;
	font-weight:bolder;
}

h2 {
	font-size:140%;
	color:#7B856D;
	font-weight:bolder;
}

h3 {
	font-size: 120%;
	color:#7B856D;
	font-weight:bolder;
}

h4 {
	font-size: 100%;
	color:#666666;
}

ul {
	list-style-type: square;
	line-height: 1.25em;
}

ol {
	line-height: 1.25em;
	}
	
a:link {
	color:#333333;
	text-decoration: none;
}
a:visited {
	color:#666666;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: none;
	border-bottom: 1px solid;
}
a:active {
	color: #003366;
	text-decoration: none;
}

/* --- content --- */
#menutable {
	display: none;
	}
	
#main {
	margin: 0px;
	text-align:left;
	background: #fff;
	line-height: normal;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	text-align: left;
	background: #fff;
	padding: 0;
	border: 0;
}

#main td {
	padding: 5px;
}

/*breadCrumbs*/
#breadCrumb {
	display: none;
}
 

#box {
margin: 2px;
}

/*--footer--*/
#contact {
	font-size: 10px;
	color:#666;
	text-align:center; 
	padding:0;
	width: 100%;
	
}

#contact a {
	color:#666;
	text-decoration: none;

}

#contact a:hover {
	color:#666;
	text-decoration: none;
}

/* --- Menus --- */

#menu {
	display:none;
	margin: 0px;
}


#currentHide{
	display: none;
}

#current {
	color: #fff;
}

.feldy {
	color:#7B856D;
	text-align:center;
	margin-right: 0;
	margin-left: 0;
	font-size:90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 0;
}

.highlight {
	color:#003366;
	font-weight: bolder;
}

.top{
	display: none;
}

.small {
	font-size: smaller;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#660000;
	text-align:center;
	font-size:90%;
	line-height: normal;
	padding: 5px;
}

.comment {
	line-height: 1.5em;
	text-align: center;
	color:#003366;
	font-size:120%;
	font-weight: bold;
	margin: 10px 20px 10px 20px;
}

.details {
	text-align: center;
}

/* --- Studio3newtown --- */
.studio {
	color:#000000;
	font-weight: bold;
}

.newtown {
	color:#333333;
}

.three {
	color: #660000;
	font-weight: bold;
}