html, body {
	background-color: #091858;
	color: #000000;
	
	margin: 0px;
	padding: 0px;
	
	text-align: center;
	
	width: 100%;
	height: 100%;
}

html, body {
	font-family: Arial, Helvetica;
	font-size: 0.9em;
}

td, input, select, textarea {
	font-family: Arial, Helvetica;
	font-size: 100%;
}

h1 {
	font-size: 100%;
	color: #022080;
}

#main {
	margin: 0px auto;
	width: 909px;
	height: 100%;
	text-align: left;
	
	background-image: url(../../images/structure/bck_left.gif);
}

#content {
	margin: 2em;
}

.menu img.out {
	display: none;
}

.menu a:hover img.out {
	display: inline;
}

.menu a:hover img.over {
	display: none;
}

.top {
	background-image: url(../../images/structure/topmenu_bck.jpg);
	text-align: right;
}

.warning {
	color: #FF0000;
}
