@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	line-height: 150%;
}
.LNtext {
	font-size: 12px;
	line-height: 175%;
	font-weight: normal;
}
.halfbreak {
	line-height: 30px;
}
.headline1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 35px;
	margin-bottom: 40px;
}
.headline2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
}


.tinyprint {
	font-size: 11px;
	line-height: 16px;
}
.whitebold {
	font-weight: bold;
	color: #FFFFFF;
}



a:link {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}

#menubar td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menubar a:link {
	color: #FFFFFF;
}

#menubar a:visited {
	color: #FFFFFF;
}

#menubar a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#menubar a:active {
	color: #FFFF00;
	text-decoration: none;
}
#sidebar  a:link  {
	color: #CCCCCC;
}
#sidebar a:visited {
	color: #CCCCCC;
}
#sidebar a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#sidebar a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

