@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

input {
	font-family: Arial;
	font-size: 11px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 100%;
}
.clearboth
{
	clear: both;
}

.accesskey {
	text-decoration: none;
}

.logo {
	height: 65px;
	background-image: url(images/top-end.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.navbar {
	background-image: url(images/navbar2.gif);
	background-repeat: no-repeat;
	height: 41px;
}

.nav-home {
	height: 18px;
	padding: 10px 10px 0 13px;
	text-align: left;
	background-repeat: no-repeat;
	color: #000000;
	background-image: url(images/navbar-end.gif);
	background-position: right top;
}

.nav-home a {
	color: #000000;
}
.nav-end {
	background-image: url(images/navend.gif);
	height: 54px;
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
}



.padding {
	padding: 0 0 0 12px;
}
.content {
	padding: 1px 10px 1px 5px;
	line-height: 16px;
	margin: 0;
}

.contentarea {
	padding: 17px 8px 0 8px;
}

.content h1 {
	font-size: 11px;
	font-weight: bold;
	color: #f56b09;
	margin: 0px 0 15px 0;
	
}



.content li
{
	list-style: none;
	margin: 5px 0 5px 0;
	padding: 5px 5px 5px 5px;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #c9c9c9;
}
.content  ul {
	margin: 0;
	padding: 0;
}
.content a {
	font-weight: bold;
	color: #f56b09;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}

.contentline {
	padding: 15px 10px 15px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c9c9c9;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #c9c9c9;
}
.contentline a {
	color: #f56b09;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	height: 53px;
	margin: 0;
}

.footer-home {
	height: 19px;
	padding: 8px 0 0 12px;
	color: #000000;
	background-image: url(images/footer-home.gif);
	background-repeat: no-repeat;
	background-position: left;
}



.footer-home a {
	color: #000000;
}

.footer-txt {
	color: #000000;
	padding: 13px 0 0 12px;
	font-size: 11px;
	height: 40px;
}
.txt-bold {
	font-weight: bold;
}
.txt-normal {
	font-weight: normal;
	color: #000000;
	line-height: 19px;
}
