@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

a {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}

td {
	text-align: left;
}


td.top {
	height: 79px;
	background:url(images/top_bg.jpg) no-repeat;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
td.content {
	background: url(images/content_bg.jpg) no-repeat;
	width: 600px;
	height: 400px;
	border: 1px solid #FFFFFF;
	vertical-align: top;
	color: #FFFFFF;
	text-align: justify;
}
td.nav {
	background: url(images/nav_bg.jpg) no-repeat;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #FFFFFF;
	width: 170px;
	height: 400px;
	vertical-align: top;
}
td.footer {
	height: 70px;
	background:url(images/footer_bg2.jpg) no-repeat;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
td.port {
	text-align: center;
	margin: 3px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	width: 370px;
	border-color: #666666;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 8px 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	width: 300px;
	border-color: #666666;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	margin: 8px 0px 8px 0px;
}

.navbut {
	margin: 10px 0px 0px 0px;
	padding: 0;
	width: 100%;
	background: transparent;
}

.navbut ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.navbut li {
	background: transparent url(images/navbg.gif) no-repeat top left;
	height: 25px;
	width: 170px;
	padding: 12px 0px 0px 0px;
}
.navbut a span {
	text-align: left;
	font-weight: bold;
	color: #666666;
	padding: 12px 0px 0px 20px;
}

.navbut a:hover span {
	background: #FFFFFF url(images/navbg_over.gif) no-repeat top left;
	text-align: left;
	font-weight: bold;
	color: #000000;
	padding: 12px 0px 0px 20px;
}

.topbox1 {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #FFFFFF;
	height: 200px;

}

.topbox2 {
	height: 200px;
	float: left;
	width: 66%;
}

.botbox1 {
	height: 199px;
	clear: both;

}
.botbox2 {
	width: 65%;
}

.textinner {
	padding: 7px 10px;
}
.textinner li {
	margin: 0px 0px 0px 20px;
}

img.block {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #FFFFFF;
	margin: 0 px 0px 0px 10px;
}
img.thumb {
	margin: 0px;
	border: solid #FFFFFF 1px;
}
