/* design styles */
body {
	background-color:#003333;
}

td.whiteborder{
	border: 7px solid White;
}

input, select {
	border: 1px solid #003333;
	height: 21px;
}

img.border {
	border: 1px solid #ffffff;
}



/* text styles */
body, td, span, div {
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	line-height: 18px;
}

input, select, textarea,{
	font-family: arial;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}

p{
	margin:0px;
}

h1 {
	font-family: arial;
	font-size: 15px;
	color: #ffffff;
	line-height: 18px;
	margin:0px;
}

h2 {
	font-family: arial;
	font-size: 15px;
	color: #000000;
	line-height: 18px;
	margin:0px;
}

h3 {
	font-family: arial;
	font-size: 18px;
	color: #ffffff;
	line-height: 18px;
	margin:0px;
}

h4 {
	font-family: arial;
	font-size: 18px;
	color: #000000;
	line-height: 18px;
	margin:0px;
}

a {
	font-weight:bold;
	text-decoration:underline;
	color:White;
}

a.bottomnav {
	font-weight:bold;
	text-decoration: none;
	color:white;
	font-size:12px;
}

a.subnav {
	font-weight:bold;
	text-decoration:none;
	color:White;
}

.titel {
	font-size: 14px;
	font-weight: bold;
}

.bigcontent {
	font-size:11px;
}

.smallcontent {
	line-height: 15px;
}

P {
  margin: 0pt;
}




.nobox {
	border: 0
}