/*  default.css
 *
 *  Houlder Terratrans GmbH - Kai Lappalainen
 */

.tmv-slide li:hover{
	color:blue;
}
 
body, BODY {
	color : Black;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	background :white;
}

.nav1 { background : #53EEEA; }
.nav2 { background : #79C7B6; }


td.nav1 a {
	
	display: block;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background : #53EEEA;
	color: black;
	text-align : center;
	text-decoration : none;
	text-transform : uppercase;
}

td.nav2 a {
	color : black;
	display: block;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size: 9pt; 
	font-weight: bold;
	padding : .2em;
	text-align : center;
	text-decoration : none;
}



td.nav1 a:hover { color : green; background: #53EEEA; inset #79C7B6; }
td.nav2 a:hover { color : green; background: #A0E0D8; }
td.nav1 a:active {color: red;}
td.nav2 a:active {color: red;}

div.nav { color: black; vertical-align: bottom; }
div.nav a { color: black; text-decoration : none; }
div.nav a:visited { color: gray; }
div.nav a:active { color: red; text-decoration: underline; }
div.nav a:hover { color: black; text-decoration: underline; }

table.content {
	color : black;
	background : #EEEEEE;
	border: solid 1px;
	width : 95%;
	/*
	 url(images\habour.jpg) no-repeat fixed center;
	 */
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	text-align : justify;
	padding-left: 3em;
	padding-right: 3em; 
}

.subject {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	white-space : nowrap;
	border-bottom : 1px solid white;
	padding-left: 0.2em;
}

.division {
	font-family:  Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight: bold;
	background : #A0E0D8;
	padding: 0.3em;
	text-align : center;
}
.division a:hover{
	  text-shadow:
    1px 1px 0 #000;
}

#copyright {
	color: #79C7B6;
	background-color: White;
	font-family: sans-serif;
	font-weight : bold;
	font-size: 9pt;
	text-align: center;
}

