

/*--------------------------------------------------------*
 * LINK COLORS                                            *
 *--------------------------------------------------------*/

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #cc0000;
}
a:hover {
	text-decoration: none;
	color: #006939;
}

/*--------------------------------------------------------*
 * GENERAL LAY-OUT                                        *
 *--------------------------------------------------------*/

.upper{
	TEXT-TRANSFORM: uppercase;
}
body {
	background: #E5E5E5;
	color: black;
}
body, table, tr, td {
	font-size: 10pt;
	font-family: arial, sans-serif;
}
.ueber{
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	font-weight : bold;
}
.ever1{
	font-size: 7pt;
	font-family: Verdana, sans-serif;
}
.footer{
	font-size: 7pt;
	font-family: Verdana, sans-serif;
}

.sharedTopbar a:link {
	text-decoration: none;
	color: #cccccc;
}
.sharedTopbar a:visited {
	text-decoration: none;
	color: #cccccc;
}
.sharedTopbar a:active {
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
}
.sharedTopbar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: ffcc00;
}

.sharedTopbar {
	font-size: 9pt;
	color: #ffffff;
}

.pageHeading  {
	font-size : 13pt;
	font-weight : bold;
}
.barText {
	background: #eeeeee;
	color: #666666;
	font-style: italic;
}
.barLinks {
	background: #eeeeee;
}

.odpContents {
	background-image: url("http://www.almer.net");
}
.opdLineTop {
	background: #999999;
}


/*--------------------------------------------------------*
 * FORM STYLES                                            *
 *--------------------------------------------------------*/

.searchButton {
	background: #eeeeee;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}
.searchInput {
	color: #666666;
	background: #ffffff;
	border-width: 1px;
	border-style: groove;
	border-color: #cccccc;
}
/*--------------------------------------------------------*
 * FOOTER STYLES                                            *
 *--------------------------------------------------------*/
 .cy{
  bgcolor:#006699;
 }
 