body {
	background: url(images/bkgd.gif) center center;
	margin: 0px;
	padding: 0px;
}

a {
	color: #6666bb;
	font-weight: bold;
}

table {
	font-family: Tahoma;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

table.maintable {
	background: url(images/bkgd2.gif) center center;
	width: 900px;
	height: 100%;
	
	border-left: 1px solid white;
	border-right: 1px solid white;
	
	border-bottom: 0px;
	border-top: 0px;
}


table.maintable img {
	border: 2px solid #000000;
}

table.maintable tr.top {
	height: 70px;
}

table.maintable tr.bottom {
	height: 20px;
}

table.maintable td {
	text-align: left;
}

table.header {
	color: #FFFFFF;
	width: 100%;
	background: #333366 url('images/150logo.gif') no-repeat bottom right; 
	border: 0px;
}

table.header img {
	border: 0px;
}


table.header td {
	text-align: center;
}

.title {
	font-size: 26px;
	vertical-align: middle;
}

h1 {
	font: normal 22px Tahoma;
	vertical-align: middle;
}


.toolbar {
	font-size: 10px;
}

.toolbar a {
	color: #FFFFFF;
}

.contentcolumn {
	width: 100%;
}

.sidebar {
	width: 200px;
	border: 1px solid #333366;
	background: #FFFFFF;
}

.sidebar .headline {
	background: #333366;
	color: #FFFFFF;
	margin: 0px;
	padding: 1px;
}

.sidebar td {
	padding: 5px;
}

.sidebar td td {
	padding: 0px;
}

.innertable {
	border: 1px solid #333366;
	margin: 0px;
	width: 100%;
	background: #FFFFFF;
}

.innertable .headline {
	background: #333366;
	color: #FFFFFF;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
}

.innertable .body {
	font-size: 14px;
	padding: 5px;
}

.innertable th {
	background: #333366;
	color: #FFFFFF;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
}

.small {
	font-size: 10px;
	padding: 3px;
}

.tiny {
	font-size: 2px;
}

.headline a {
	color: #FFDA21;
}

.confirm {
	color: #008800;
	font-weight: bold;
}

.error {
	color: #880000;
	font-weight: bold;
}

.warntext {
	color : #BB0000;
	text-decoration : underline;
	font-style : italic;
	font-weight : bold;
}

.logininputwidth {
	width: 120px;
}

.button {
	border : solid 1px #333366;
	background: #FFED91;
	color : #333366;
	font-weight : bold;
	font-size : 14px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
}

.shortButton {
	border : solid 1px #333366;
	background: #FFED91;
	color : #333366;
	font-weight : bold;
	font-size : 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

