body {
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cacaca;
}
form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #999999;
	border: 1px solid #cacaca;
}

a, a:link {
	color: #cacaca;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
.submenu {
	font-size: 12px;
	background-color: #545454;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.title {
	font-size: 18px;
	color: #FFFFFF;
}
.list {
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cacaca;
	height: 21px;
	font-size: 12px;
}


.search_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #121212;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	height: 14px;
}
.copyright {
	font-size: 11px;
	color: #cacaca;
	background-image: url(images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 16px;
	padding-bottom: 10px;
}
