body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #e7e7e7;
	margin: 0;
	padding: 0;
}
h1, h2, h3, p, td {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 110%;
	font-style: italic;
	color: #999;
	margin-bottom: 30px;
}
h2 {
	font-size: 105%;
	font-style: italic;
	color: #f00;
	font-weight: bold;
	margin-bottom: 25px;
}
h3 {
	font-style: italic;
	color: #999;
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
}
p {
	margin-top: 5px;
}
img.fleft {
	float: left;
	margin: 5px 10px 5px 0;
	border: none;
	clear: left;
}
img.fright {
	float: right;
	margin: 5px 0 10px 10px;
	border: none;
}
.red {
	color: #f33;
}
#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;
}
#navpr td.npl a {
	color: #333;
	display: block;
	/*width: 100%;*/
	padding: 6px;
	text-decoration: none;
	border: 1px solid #fff;
}
#navpr td.act {
	background: #fc3;
}
#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;
}
#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: 210px;
	font-size: 70%;
}
#navsub ul {
	margin: 40px 0 0 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}
#navsub ul li {
	border-top: 1px solid #e7e7e7;
	list-style-type: none;
	list-style-image: none;
	background: #fff;
	margin: 0;
}
#navsub ul li a {
	padding: 2px;
	display: block;
	width: 98%;
	text-decoration: none;
	color: #333;
}
#navsub ul li a:hover {
	background: #fc3;
}
#navsub li.active {
	text-align: right;
	font-weight: bold;
	background: #fc3;
	padding: 2px 10px 2px 2px;
}
#cont {
	padding: 0;
	margin: 0;
	border-style: solid;
	border-color: #fff;
	border-width: 0 1px 1px 1px;
	vertical-align: top;
}
#text {
	border-color: #fc3;
	border-style: solid;
	border-width: 0 0 15px 15px;
	margin: 0;
	padding: 11px 0 50px 10px;
}
#text p {
	font-size: 70%;
}
#text a:link {
	color: #f33;
	font-weight: bold;
	}
#text a:visited {
	color: #f33;
	font-weight: bold;
}
#text a:hover {
	color: #f33;
	text-decoration: none;
	font-weight: bold;
}
#text a:active {
	color: #f33;
	text-decoration: none;
	font-weight: bold;
}
#text ul {
	list-style-image: url(images/marg_bk.gif);
	margin-left: 55px;
	margin-top: 0;
}
#text h3.r {
	margin-right: 170px;
	text-align: right;
	background: #fff url(images/line_h3i.gif) no-repeat bottom right;
}
#text p.r {
	margin-top: 0;
	margin-right: 170px;
	text-align: right;
}
#text h3.l {
	margin-left: 170px;
	text-align: left;
	background: #fff url(images/line_h3i.gif) no-repeat bottom left;
}
#text p.l {
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}
#text li {
	margin-left: 50px;
	font-size: 70%;
}
#content {
	padding-right: 200px;
}
