	body {
		margin: 0px;
		color: black;
		background-color: #336699;
	}

	body, input, textarea, select {
		font-family: Trebuchet MS, Verdana, sans-serif;
	}

	p, input, textarea, label, button, li, span.list-text, select, dt, dd, body, caption {
		font-size: 12px;
	}

	p {
		padding-left: 15px;
	}

	td, th {
		vertical-align: top;
	}

	tr.alternate-row {
		color: black;
		background-color: #eeeeee;
	}

	form {
		margin: 0px;
	}

	li {
		list-style-type: square;
		list-style-position: outside;
		font-size: 5px;
		color: #336699;
		background-color: transparent;
	}

	span.list-text {
		color: black;
		background-color: transparent;
	}

	h1 {
		font-size: 18px;
		color: #7b8692;
		background-color: transparent;
		border-bottom: 2px solid #336699;
		padding-top: 15px;
	}

	h2 {
		font-size: 14px;
		font-weight: normal;
		color: #336699;
		background-color: transparent;
	}

	h3 {
		font-size: 12px;
		font-weight: bold;
		padding-left: 0px;
	}

	a.menu-item {
		font-size: 11px;
		font-weight: bold;
		color: #336699;
		background-color: transparent;
		text-decoration: none;
	}

	a.menu-item:hover {
		color: red;
		background-color: transparent;
	}

	a.menu-item:visited {
		color: #336699;
		background-color: transparent;
		text-decoration: none;
	}

	a {
		color: #336699;
		background-color: transparent;
	}

	a:hover {
		color: red;
		background-color: transparent;
	}

	a:visited {
		color: #336699;
		background-color: transparent;
	}

	span.menu-item-selected {
		color: #666666;
		background-color: transparent;
		font-weight: normal;
	}

	a.menu-item-selected {
		font-size: 13px;
		color: #666666;
		background-color: transparent;
		font-weight: bold;
		text-decoration: none;
	}

	a.menu-item-selected:visited {
		font-size: 13px;
		color: #666666;
		background-color: transparent;
		font-weight: bold;
		text-decoration: none;
	}

	td.main {
		width: 100%;
		color: black;
		background-color: white;
		border-top: 12px solid black;
		border-bottom: 3px solid black;
		padding-left: 15px;
		padding-right: 30px;
		background-image: url("../../images/background-omep.gif");
		background-position: 0% 50%;
		background-repeat: no-repeat;
	}

	td.top-left {
		width: 185px;
		color: black;
		text-align: left;
		vertical-align: top;
		background-color: white;
		background-image: url("../../images/background-left.gif");
		background-position: 0% 0%;
		background-repeat: repeat-y;
	}

	td.top-left-old {
		width: 185px;
		color: black;
		text-align: left;
		vertical-align: top;
		background-color: white;
		background-image: url("../../images/background-left.gif");
		background-position: 0% 0%;
		background-repeat: repeat-y;
	}

	td.bottom-left {
		width: 185px;
		color: black;
		text-align: left;
		vertical-align: bottom;
		background-color: white;
		background-image: url("../../images/background-left.gif");
		background-position: 0% 0%;
		background-repeat: repeat-y;
	}

	td.bottom-left-old {
		width: 185px;
		color: black;
		text-align: right;
		vertical-align: bottom;
		background-color: white;
		background-image: url("../../images/background-left.gif");
		background-position: 0% 0%;
		background-repeat: repeat-y;
	}

	td.td-management-key {
		color: #336699;
		background-color: transparent;
	}

	td.td-management-key-error {
		color: red;
		background-color: transparent;
		font-weight: bold;
	}

	div.menu {
		position: absolute;
		top: 132px;
		left: 112px;
		z-index: 0;
		line-height: 185%;
		border-left: 1px solid #999999;
		padding: 15px 0px 25px 5px;
	}

	img.background-omep {
		position: absolute;
		top: 50px;
		left: 200px;
		z-index: 1;
		height: 470px;
		width: 600px;
	}

	img.frame-topleft {
		height: 203px;
		width: 185px;
		text-align: left;
		vertical-align: top;
		border: none;
	}

	img.frame-bottomleft {
		height: 195px;
		width: 185px;
		text-align: right;
		vertical-align: bottom;
	}

	img.img-management-image {
		width: 75px;
		height: 100px;
		border: 1px solid black;
	}

	div.div-footer {
		text-align: right;
		color: #bbbbbb;
		background-color: transparent;
	}

	div.div-filler {
		height: 125px;
		width: 20px;
		color: black;
		background-color: transparent;
	}

	select.contact-input-select, input.contact-input-text, textarea.contact-input-textarea {
		font-size: 11px;
		width: 250px;
		border: 1px solid gray;
	}

	textarea.contact-input-textarea {
		height: 100px;
		scrolling: auto;
	}
	