@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

th, td, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

form {
	margin: 0px;
}

.grayBorder {
	border-color: #c0c0c0;
}

.yellowBorder {
	border-color: #FF9900;
}

td.menu {
	padding: 0px 5px;
	background-color: #FFFFFF;
}

td.menu a {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}

td.menu a:hover {
	color: #6464FF;
}

.copyright {
	padding: 5px;
	color: #c0c0c0;
	border-width: 1px 0px 0px;
	border-style: solid;
	border-color: #c0c0c0;
}

.pageTitle {
	padding-top: 20px;
	border-color: #c0c0c0;
	border-style:solid;
	border-width:0px 0px 1px;
	font-size: 18px;
	color: #c0c0c0;
}

.subTitle {
	font-size: 18px;
}

.subTitle a {
	color: #3366cc;
	text-decoration: none;
}

.subTitle a:hover {
	text-decoration: underline;
}

.subTitle a:hover span {
	color: #c0c0c0;
}

td.links {
	border-style: dashed;
	border-color: #FF9900;
	border-width: 1px 0px 0px;
	padding: 5px 0px;
}

td.links a {
	color: #FF9900;
	text-decoration: underline;
}

td.links a:hover {
	color: #3366cc;
}

table.list {
	border-style: solid;
	border-color: #c0c0c0;
	border-width: 1px;
}

table.list th {
	text-align: left;
	background-color: #eeeeee;
	color: #3366cc;
}

table.list a {
	color: #3366cc;
	text-decoration: none;
}

table.list a:hover {
	text-decoration: underline;
}

table.search {
	border-color: #c0c0c0;
	border-style: solid;
	border-width: 0px 0px 1px;
	margin-bottom: 5px;
}

table.search th {
	background-color: #eeeeee;
	font-weight: bold;
	color: #3366cc;
}

table.search th a {
	color: #3366cc;
	text-decoration: none;
}

table.search th a:hover {
	color: #FF9900;
}

.searchButton {
	color: #3366cc;
	font-weight: bold;
	background-color: #eeeeee;
	border-color: #3366cc;
	border-width: 2px;
}

table.equip {
	border-color: #c0c0c0;
	border-style: solid;
	border-width: 1px 0px 0px;
	margin-top: 10px;
}
