h1 {
	padding: 30px 0px;
	}
/*	
#frameC {
	position: relative;
	width: 800px;
	margin: 0px Auto;
	border-color:#CCCCCC;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	}
*/
	
/*
#Loginform {
	position: absolute;
	top: 3px;	
	left: 630px;
	width: 320px;
	color: #FFFFFF;
	border: none;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	display: block;
	}
*/
#Loginform input{
	width: 60px;
	height: 20px;
	color: #000;
	}


/* taken from the top of city.asp */
	body {padding-bottom: 40px}
	input, select {
		font-size: 10pt;
		color: #005B99;
	}
h1 {
	padding: 10px 0;
	}
.mnu ul li {
	list-style: none;
	}
	textarea {color: #005B99}
	.mnu {
		font-size: 11pt;
	}
	.mnu a {
		width: 400px;
		padding: 2px;
		margin: 2px;
		border-width: 1px;
		border-style: solid;
		border-color: #0099B5;
		color: #555;
		background-color: #E8E8F0;
		text-align: center;
		display: block;
		cursor: hand;
	}

	.mnu a:hover {
		background-color: #F5F5FF;
		color: #005B99;
		border-color: #0099B5;
		text-decoration: none
	}

	.mnuInactive {
		background-color: #f5f5f5!important;
		color:#aaa!important
	}
	.mnuInactive:hover {color:#005B99!important}
	.titel {
		padding-top: 10px;
		vertical-align: top;
		text-align: right;
		color: #383C6D;
		font-weight: bold;
		text-transform: uppercase
	}
	.help, .help td {font-size: 11px}
	.help {
		width: 360px;
		border: 1px solid #0099B5;
		background: #E8E8F0;
		padding: 4px;
		display: none
	}
	.help h1 {
		font-size: 110%;
		margin-bottom: 8px;
		padding: 2px;
		color: #fff;
		background: #005B99;
	}
	.example {
		border: 1px solid #C9C9DC;
		padding: 3px;
		background: #F7F7F9;
		color: #383C6D
	}


/* from businessbrief.asp */
		.bbMenu {
		}
		.bbMenu ul {
			margin: 10px 10px 10px 30px;
			list-style-position: inside;
			list-style-type: circle;
			padding: 10px
		}
		.bbMenu li {
			display:list-item;
			list-style-type: circle;
			list-style-position: inside;
			margin: 0px 0px 5px 0px;
			padding: 0px
			}

		.bbtitel {
			padding-top: 10px;
			vertical-align: top;
			color: #005B99;
			font-weight: bold;
			text-transform: uppercase
		}
		
		.bbtitel img {margin-right: 5px}
		.bbcontent {
			padding-left: 45px;
			padding-right: 45px;
			text-align: left;
			}
		.bbcontent ul {
			margin: 0px 0px 0px 20px;
			padding: 0px;
		}
