.background {
	background-color: #73B4FB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;

}
.headline {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFCC;
	background-color: #3399CC;
}

.main {
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-weight: normal;
	text-decoration: none;
}
.main a:link {
	color: #0A3B80;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;

}
.main a:visited {
	color: #0A3B80;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

.main a:hover {
	color: #FF0000;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	text-decoration: underline;
	font-size: 9px;
}

.main a:active {
	color: #0A3B80;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

.toptitle {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0A3B80;
	text-decoration: none;
}

select {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #0A3B80;
	text-decoration: none;
	background-color: #E6EBF2;

}
input {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight:bold;
	color: blue;
	background: white;
}

input.radio {
 font-family: Tahoma, Verdana, Arial;
 font-size: 11px;
 font-weight:bold;
 color: black;
 background: red;
 }
 
textarea {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight:bold;
	color: blue;
	background: white;
}
.smallbold {

	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFF33;
}

.backgroundpopup {

	background-color: #EBF7B7;
	background-image: url(images_extra/background_pop_up.jpg);
	background-repeat: repeat-x;
}
.smallblue {

	color: #0C3D82;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
.exlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3333;
}

.eventtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}

.linktext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.invis {
	#visibility:hidden;
}

.showthis {
 	#visibility:visible;
	}
