/** general settings **/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: None;
	color: #666666;
}
p {
	font-size: 12px;
	line-height: 16px;
}


h1 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a img {
border: none;
}

/** general links **/
a:link {
	text-decoration: none;
	color: #9F9F9F;
}
a:visited {
	color: #333333;
	text-decoration: none;
	}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}

/** subnavigation links **/
#whit_bg #subnavi .subnavi a:link {
	color: #6E6E6E;
	text-decoration: none;
	font-size: 12px;
}
#whit_bg #subnavi .subnavi a:visited {
	color: #999999;
	text-decoration: none;
}
#whit_bg #subnavi .subnavi a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#whit_bg #subnavi .subnavi a:active {
	color: #FFCC00;
}
form {
	font-size: 11px;
	color: #666666;
}

/** specifics **/ 
.copyright {
	font-size: 10px;
	color: #858585;
}
.tech_info {
	font-size: 10px;
	color: #818181;
}
.subnavi {
	color: #999999;
	font-size: 12px;
}
ul {
	font-size: 12px;
	color: #616161;
}
a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.breadcrumbs {
	font-size: 10px;
	color: #636363;
	text-decoration: none;
	vertical-align: bottom;
}

