@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 2px none #333333;
	padding-left: 3px;
}
.menu {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0066CC;
	border-bottom-color: #0066CC;
	background-image: url(images/bg_menu.png);
}
.menu a:hover {
	color: #000033;
	text-decoration: none;
}
.menu a.selected {
	color: #000033;
	text-decoration: none;
}
	
body {
	margin-top: 0px;
	background-image: url(images/img_bg.png);
}
.container {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #FFFFFF;
	text-align: left;
}

a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}
h1 {
	font-size: 18px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #006699;
	text-align: center;
}

.banner {
	background-image: url(images/bg_contrail.png);
	background-repeat: no-repeat;
	background-position: left;
}
