.text{
	font-family: Verdana,Arial;
	font-size: 12px;
	color: #474747;
	line-height: 18px;
}
.textwhite{
	color: #FFFFFF;
}
.textsmall{
	font-size: 11px;
	line-height: 14px;
}
.email{
	font-family: courier;
	font-size: 11px;
	line-height: 14px;
}
.head{
	font-family: Verdana,Arial;
	font-size: 12px;
	color: #474747;
	line-height: 18px;
	font-weight: bold;
}
.subhead{
	font-family: Verdana,Arial;
	font-size: 11px;
	line-height: 14px;
	color: #474747;
}

A.nav:link {
	color: #8B97F7;
	text-decoration: none;
}
A.nav:active {
	color: #F88427;
	text-decoration: none;
}
A.nav:visited {
	color: #8B97F7;
	text-decoration: none;
}
A.nav:hover {
	color: #F88427;
	text-decoration: none;
}

A.thinkmobil:link {
	color: #66CC00;
	text-decoration: none;
}
A.thinkmobil:active {
	color: #66CC00;
	text-decoration: none;
}
A.thinkmobil:visited {
	color: #66CC00;
	text-decoration: none;
}
A.thinkmobil:hover {
	color: #66CC00;
	text-decoration: none;
}

	.navdiv{
		position: fixed;
		top: 20px;
		left: 0px;
		width: 180px;
		background-color: #474747;
	}