body {
	padding: 0;
	margin: 0;
	color: #555;
	font-family: arial;
	font-size: 11px;
	text-align: center;
	line-height: 14px;

}




/* ----- links ----- */
a:link {
	color: #990000;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: #990000;
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #aaa;
	background-color: transparent;
	text-decoration: none;
}





/* ----- menu links ----- */
a.menu:link {
	color: #444;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
}

a.menu:visited {
	color: #444;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
}

a.menu:active {
	color: #000;
	background-color: #989898;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
}

a.menu:hover {
	color: #444;
	background-color: #ccc;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
}




/* ----- menu current link ----- */
a.current:link {
	color: #fff;
	background-color: #989898;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
}

a.current:visited {
	color: #fff;
	background-color: #989898;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
}

a.current:active {
	color: #000;
	background-color: #989898;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
}

a.current:hover {
	color: #444;
	background-color: #989898;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
}




/* ----- external links ----- */
a.external:link {
	color: #990000;
	background-color: transparent;
	text-decoration: underline;
	background: url("images/external.png") center right no-repeat;
	padding-right: 13px;
}

a.external:visited {
	color: #990000;
	background-color: transparent;
	text-decoration: underline;
	background: url("images/external.png") center right no-repeat;
	padding-right: 13px;
}


a.external:active {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
	background: url("images/external.png") center right no-repeat;
	padding-right: 13px;
}

a.external:hover {
	color: #aaa;
	background-color: transparent;
	text-decoration: underline;
	background: url("images/external.png") center right no-repeat;
	padding-right: 13px;
}




/* ----- external white links ----- */
a.externalwhite:link {
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
	background: url("images/external.png") center right no-repeat;
	padding-right: 13px;
}

a.externalwhite:visited {
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
	background: url("images/external.png") center right no-repeat;
	padding-right: 13px;
}


a.externalwhite:active {
	color: #ccc;
	background-color: transparent;
	text-decoration: none;
	background: url("images/external.png") center right no-repeat;
	padding-right: 13px;
}

a.externalwhite:hover {
	color: #000;
	background-color: #fcc;
	text-decoration: none;
	background: url("images/external.png") center right no-repeat;
	padding-right: 13px;
}





/* ----- white links ----- */
a.white {
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
}

a.white:visited {
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
}

a.white:active {
	color: #ccc;
	background-color: transparent;
	text-decoration: underline;
}

a.white:hover {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}




/* ----- footer links ----- */
a.copyright:link {
	color: #989898;
	background-color: transparent;
	text-decoration: none;
}

a.copyright:visited {
	color: #989898;
	background-color: transparent;
	text-decoration: none;
}

a.copyright:active {
	color: #ccc;
	background-color: transparent;
	text-decoration: none;
}

a.copyright:hover {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}





/* ----- layout ----- */
#content {
	background-color: transparent;
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

#topbox {
	background-color: transparent;
	width: 760px;
	height: 66px;
	top: 30px;
	text-align: left;
	position: absolute;
	background-image: url("images/top.png");
	background-repeat: no-repeat;
}

#flashboxmini {
	background-color: transparent;
	width: 760px;
	height: 120px;
	top: 106px;
	position: absolute;
}

#flashboxsmall {
	background-color: transparent;
	width: 760px;
	height: 170px;
	top: 106px;
	position: absolute;
}

#flashboxbig {
	background-color: transparent;
	width: 760px;
	height: 260px;
	top: 106px;
	position: absolute;
}

#mainboxmini {
	background-color: transparent;
	width: 760px;
	top: 236px;
	position: absolute;
}

#mainboxsmall {
	background-color: transparent;
	width: 760px;
	top: 286px;
	position: absolute;
}

#mainboxbig {
	background-color: transparent;
	width: 760px;
	top: 376px;
	position: absolute;
}

#footerbox {
	color: #989898;
	background-color: transparent;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	width: 760px;
	height: 40px;
	text-align: center;
	position: absolute;
	background-image: url("images/footer.png");
	background-repeat: no-repeat;
}




/* ----- classes ----- */
.paddingtolv {
	padding: 12px;	
}

.headline {
	font-size: 18px;
	line-height: 20px;
}

.headlineblack {
	font-weight: bold;
}

.rightheadline {
	font-size: 13px;
	font-weight: bold;
}

.textcolumn {
	margin: 10px 20px 0 10px;
}

.tdcolumn {
	padding: 0 20px 0 10px;
}

.divider {
	clear: both;
	border-top: 1px solid #ccc;
	margin: 20px 0 20px 0;
}

.spacer {
	clear: both;
	margin: 20px 0 20px 0;
}

.helpbox {
	color: #fff;
	background-color: #989898;
	background-image: url("images/anhorig.gif");
	background-repeat: no-repeat;
	padding: 12px;
	height: 432px;
	background-position: 10px;
}
