body {
	margin: 20px;
	background-color: #000000;
}

body, td, input, textarea, select {
	font-family:Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
}

input, textarea, select {
	width: 250px;
	border: 1px solid #000000;
}

th {
	background-color: #333399;
	text-align: center;
	color: #cccccc;
	line-height: 150%;
}

img {
	border: 0px solid #000000;
}

.imgf {
	width: 15px;
	height: 15px;
}

.top {
	background-image: url('../pics/bgtop.gif');
	background-repeat: repeat-x;
}

.link, .link a, .link a:visited, link a:active {
	color: #000063;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

.link a:hover {
	text-decoration: underline;
}

#navi {
	width: 150px;
	padding-top: 10px;
	vertical-align: top;
}

.news {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000000;
	line-height: 120%;
	font-size: 11px;
	margin-bottom: 20px;
}

#welcome, h1 {
	color: #000063;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}

h2 {
	color: #000063;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 30px;
}

#welcome2 {
	font-size: 24px;
}

#content {
	background-color: #cccccc;
	padding: 20px;
	padding-top: 10px;
	vertical-align: top;
	text-align: justify;
	line-height: 150%;
}

.navibar, .navibar a, navibar a:link, .navibar a:visited {
	width: 120px;
	background-image: url('../pics/navibar.gif');
	background-repeat: no-repeat;
	background-position: left center;
    color: #cccccc;
    height: 20px;
    line-height: 19px;
    text-decoration: none;
}

.navibar a:hover {
	text-decoration: none;
	color: #ffffff;
}

table {
	border-collapse: collapse;
}

#copyright {
	color: #666666;
	text-align: center;
}

.highlight {
	font-weight: bold;
}

.info {
	color: #666666;
}

.bgstyle1 {
	background-color: #000063;
	color: #ffffff;
}

.bgstyle2 {
	background-color: #666666;
	color: #000000;
}

.auto {
	width: auto;
}