@charset "utf-8";
/* CSS Document */
<!--
body,td,th {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-image: url(/images/index_tile.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1.3;
}
.copyright {
	color: #999999;
	font-size: 10px;
}
.index {
	padding: 25px;
	text-align: top;
}

.type {
	line-height: 1.5;
}
.type a {
	color: orange;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid #000000;
}
.type a:hover {
	color: #000000;
	text-decoration: none;
	background-color: orange;
	border: 1px solid #000000;
}

ul li {
	color: #1b6493;
	line-height: 1.5;
}

ul li a {
	color: orange;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
ul li a:hover {
	text-decoration: underline;
}
.indexTitle {
	font-size: 16px;
	color: #1b6493;
	font-weight: bold;

}
.smallTitle {
	font-size: 12px;
	color: orange;
	font-weight: bold;
	font-style: italic;

}
select {
	font-size: 10px;
	height: 17px;
	border: 1px solid orange;
	background-color: #F5F5F5;	
}
.links {
	font-size: 11px;
	color: #666666;
}
.links a {
	color: orange;
	text-decoration: none;
}
.links a:hover {
	text-decoration: underline;
}
.submit {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height: 17px;
	width: 35px;
	color: orange;
	padding-bottom: 5px;
	background-color: #1b6493;
	border: 1px solid orange;
	cursor:hand;
	cursor:pointer;
}
.input {
	font-size: 10px;
	height: 15px;
	border: 1px solid orange;
	background-color: #F5F5F5;
	padding-left: 2px;
}
.searchtable {
	padding-bottom: 15px;
	_padding-bottom: 5px;
}
.dipsum {
	color: orange;
	font-weight: bold;
}
-->

