/* default */



/* custom */


BODY { 
	margin: 0; 
	font-family: 'segoe ui', verdana, arial, helvetica; 
	font-size: 11pt; 
	background-color: white; /* #6E9E7D; */ 
}

.rest { 
	margin-left: 40px;
	width: 860px; 
	background-color: white; 
	padding: 20px;  }

table td { vertical-align: top; }

.header {
	background: black;
	margin: 0; 	
	border: solid 1px black;
	font-family: 'segoe ui', verdana, arial, helvetica; 
	color: white;
	padding-left: 60px;
	}

h1 {
 	font-weight: normal; 
 	font-size: 34px;
	margin-top:1em;
	margin-bottom: 34px;
	padding-top: 30px; 
	 
}
h1 em {
	font-style: normal;
}
h1 a { text-decoration: none; 
	color: white;
	
	font-weight: normal;
}
.topmenu .tab {
	width: 100px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #666666;
	
}
.topmenu .tab a {
	text-decoration: none;
	color: white;
}
.topmenu .tab.current {
	background-color: white;
}
.topmenu .tab.current a {
	color: black;
}


h2 {
	font-weight: normal;
	border-bottom: dotted 1px black;
}
th { 
	vertical-align: bottom; 
	text-align: left; 
}
.editorheader div.txt { margin-top: 6px; }
.copy { width:500px;
	margin-top:1em;
	margin-bottom: 2em;}


label { font-weight: bold; }



.newsbox {
	float:right;width:200px;border:solid 1px gray;padding:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
	}