body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content a:link, td a:link {
	color: #A7313B;
}
.content a:visited, td a:visited {
	color: #A7313B;
}
.content a:hover, td a:hover {
	color: #C83437;
}
.content a:active, td a:active {
	color: #A7313B;
}

.content h1, td h1 {
	font-weight: bold;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 0px;
}
.content h2, td h2 {
	font-weight: bold;
	font-size:11px;
	text-transform:uppercase;
	margin-bottom: 5px;
	margin-top: 15px;
	padding: 0px;
}
.content h3, td h3 {
	font-weight: bold;
	font-size:10px;
	text-transform:uppercase;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 0px;
}
.content p, .content ul {
	margin-top: 4px;
	margin-bottom: 7px;
}
.content {
	line-height: 17px;
}


#submenus {
	position:absolute;
	z-index: 2;
}
#submenus a:visited, #submenus a:active {
	color:#FFFFFF;
}

#aboutSub, #terminalsSub, #communicationsSub, #projectsSub {
	position:absolute;
	z-index: 3;
	visibility: hidden;
	width: 111px;
	top: 23px;
}

#aboutSub 	  { left:0px; width: 170px; }
#communicationsSub { left:173px; width:133px; }
#terminalsSub { left:77px; width:96px; }
#terminalsSub ul li a { _width:96px; }
#communicationsSub a { _width:133px; }
#projectsSub { left:657px; width:160px; }

ul.submenuList {
	margin:0px;
	padding:0px;
	list-style: none;
	background-color:#464646;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

ul.submenuList li a {
	_width: 170px;
	padding: 2px 12px 3px 12px;
	color: #FFFFFF;
	display:block;
	text-decoration:none;
	background: url('/pages/design/images/white_dot.gif') repeat-x top left;
}
ul.submenuList li a:hover, ul#kooragang li ul li a:hover {
	color: #464646;
	background-color:#CCCCCC;
}

#banner td, #banner a {
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	color: #999999;
}

#banner a:hover {
	text-decoration:underline;
}

ul#kooragang li ul {
	width: 133px;
	display: none;
	position: absolute;
	top: 18px;
	left: 90px;
	margin:0px;
	padding:0px;
	list-style: none;
	background-color:#464646;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
ul#kooragang li ul li a {
	width: 133px;
	background: url('/pages/design/images/spacer.gif') repeat-x top left;
}
ul#kooragang li:hover ul, ul#kooragang li.over ul {
	display: block;
}
ul#kooragang li:hover, ul#kooragang li.over {
	_height: 17px;
}
