body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #e7e7e7;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, p, td, input {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 150%;
	font-style: italic;
	color: #999;
	background: #fff url(/images/line_h1.gif) no-repeat bottom left;
}
h2 {
	font-style: italic;
	color: #999;
	font-size: 110%;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
}
h3 {
	font-size: 105%;
	margin-bottom: 0;
}
p {
	margin-top: 5px;
}
img {
	border: none;
}
}
input, select, option, textarea {
	color: #333;
}
hr {
	height: 1px;
	color: #fc3;
	margin-right: 10px;
}
acronym {
	border-bottom: 1px dashed #333;
	cursor: help;
}
img.fleft {
	float: left;
	margin: 0px 10px 10px 10px;
	border: none;
	clear: left;
}
img.fright {
	float: right;
	margin: 0px 10px 10px 10px;
	border: none;
}
img.frightm {
	float: right;
	margin: 5px 15% 10px 10px;
	border: none;
}
table.cont {
	background: #fc3;
}
table.cont td, table.cont th {
	background: #fff;
	padding: 5px;
}
table.pic tr td {
	vertical-align: top;
	text-align: center;
}
.red {
	color: #f33;
}
.right {
	text-align: right;
}
.norm {
	font-weight: normal;
}
.box {
	background: #e7e7e7;
	border: 1px solid #fc3;
	padding: 10px;
	margin: 10px 20% 10px 10px;
}
#main {
	background: #fff;
	width: 100%;
	padding: 0;
}
#head {
	height: 100px;
	padding: 10px;
	background: #fff url(/images/head_bg.gif) repeat-y right;
	vertical-align: bottom;
}
#head p.serv {
	font-family: Arial, Helvetica, sans-serif;
	color: #f33;
	font-size: 70%;
	font-weight: normal;
	text-align: right;
}
#head p.serv a {
	color: #333;
	text-decoration: none;
}
#head p.serv a:link {
	color: #333;
	text-decoration: underline;
}
#head p.serv a:visited {
	color: #333;
	text-decoration: underline;
}
#head p.serv a:hover {
	color: #333;
	text-decoration: none;
}
#head p.serv a:active {
	color: #fff;
	text-decoration: none;
}
#head p {
	color: #999;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-style: normal;
	background-image: none;
	background-color: transparent;
	margin: 0;
	padding: 10px;
	font-weight: bold;
}
#head p a {
	color: #999;
	text-decoration: none;
}
#head img {
	float: right;
}
#gr {
	background: #e7e7e7;
}
#navpr td {
	text-align: center;
	font-size: 75%;
	font-weight: bold;
	width: 100px;
}
#navpr td.leer {
	background: #e7e7e7;
	border-bottom: 1px solid #fff;
	width: 10px;
	height: 15px;
	padding: 4px;
}
#navpr td.npl {
	background: #e7e7e7;
	/*width: 100px;*/
}
#navpr td.npl a {
	color: #333;
	display: block;
	/*width: 100px;*/
	/*width: 100%;*/
	padding: 6px;
	text-decoration: none;
	border: 1px solid #fff;
}
#navpr td.act {
	background: #fc3;
	/*width: 100px;*/
}
#navpr td.act a {
	color: #333;
	display: block;
	width: 100%;
	padding: 6px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #fc3 #fc3 #fff;
}
#navpr td.np {
	background: #e7e7e7;
	width: 100px;
}
#navpr td.np a {
	color: #333;
	display: block;
	/*width: 100%;*/
	padding: 6px;
	text-decoration: none;
	border: 1px solid #fff;
}
#navpr a:hover {
	background: #fc3;
	border: 1px solid #fff;
}
#navpr td.verbh {
	height: 17px;
	background: #fc3;
	border-right: 1px solid #fc3;
	border-left: 1px solid #fff;
}
#navsub {
	background: #e7e7e7;
	margin: 0;
	vertical-align: top;
	width: 180px;
	font-size: 70%;
}
#navsub ul {
	margin: 50px 0 0 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}
#navsub ul li {
	text-align: right;
	border-top: 1px solid #fff;
	list-style-type: none;
	list-style-image: none;
}
#navsub ul li a {
	padding: 2px 15px 2px 0;
	display: block;
	width: 98%;
	text-decoration: none;
	color: #333;
}
#navsub ul li a:hover {
	background: #fc3;
}
#navsub li.active {
	background: #fc3;
}
#navsub ul li ul {
	margin: 0;
	border: none;
}
#navsub ul li ul li {
	background: #fff;
	border-top: 1px solid #e7e7e7;
	margin: 0;
}
#content {
	padding: 0;
	margin: 0;
	border-style: solid;
	border-color: #fff;
	border-width: 0 1px 1px 1px;
}
#text {
	border-color: #fc3;
	border-style: solid;
	border-width: 0 0 15px 15px;
	margin: 0;
	padding: 11px 0 10px 10px;
}
#text p, #text li, #text td, #text th {
	font-size: 80%;
}
#text p, #text li, #text h3 {
	margin-right: 15%;
}
#text .box p, #text .box li {
	margin-right: 10px;
}
#text a:link {
	color: #333;
}
#text a:visited {
	color: #333;
}
#text a:hover {
	color: #f33;
}
#text a:active {
	color: #333;
}
#text ul li {
	list-style-image: url(/images/marg_bk.gif);
}
#text .sm {
	font-size: 70%;
}
#text p.brdcr {
	font-size: 70%;
	color: #f33;
	font-weight: bold;
}
#text p.brdcr a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
#text p.brdcr a:hover {
	font-weight: normal;
	text-decoration: underline;
}
#text h2.r {
	margin-right: 170px;
	text-align: right;
	background: #fff url(/images/line_h3i.gif) no-repeat bottom center;
}
#text p.r {
	margin-top: 0;
	margin-right: 170px;
	text-align: right;
}
#text h2.l {
	margin-left: 170px;
	text-align: left;
	background: #fff url(/images/line_h3i.gif) no-repeat bottom left;
}
#text p.l {
	margin-top: 0;
	margin-left: 170px;
	text-align: left;
}
#marginal {
	background: #e7e7e7;
	border: 1px solid #fc3;
	margin: 0 0 10px 10px;
	padding: 10px 0;
	float: right;
	width: 155px;
}
#marginal h2 {
	background: #e7e7e7 url(/images/line_h3.gif) no-repeat bottom left;
	font-size: 75%;
	text-align: right;
	padding-top: 10px;
}
#marginal p {
	font-size: 70%;
	padding-left: 10px;
}
#marginal ul {
	margin: 0 0 0 24px;
	padding: 10px 0;
}
#marginal ul li {
	font-size: 70%;
	margin: 0 0 3px 0;
/*	margin-bottom: 3px;*/
}
#margimg {
	margin: 0 0 10px 10px;
	padding: 0;
	float: right;
}
#margimg p {
	font-size: 70%;
	margin-right: 0;
	margin-left: 0;
}

.ewfdirekt { font-size: 85%; }
html>body .ewfdirekt { font-size: 90%; }
#text.ewfdirekt p.brdcr { font-size: 80%; }
