body {
	font-family: Arial;
	color: #000000;
	background-color: #273137;
	font-size: 11px;
	margin-top: 0px;
}

table {
	font-family: Arial;
	color: #000000;
	font-size: 11px;
}

.top {
	background-image: url(../images/strip-top.jpg);
	background-repeat:	no-repeat;
	height: 82px;
}
.base {
	background-image: url(../images/strip-base.jpg);
	background-repeat:	no-repeat;
	height: 82px;
}
.road {
	background-image: url(../images/road.jpg);
	background-repeat: repeat-x;
	height: 416px;
	width: 702px;
}
.image {
	background-position: center;
	background-repeat: no-repeat;
	height: 379px;
}
.search {
	background-image: url(../images/search.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.table-white {
	background-image: url(../images/white.png);
	background-repeat: repeat;
	border: 1px solid #181818;
}
.title1 {
	font-size: 11px;
	font-weight: bold;
	border-bottom: dotted 1px #181818;
}
select {
	background-color: #e2e2e2;
	color: #000000;
	border: 1px solid #858585;
	font-family: arial;
	font-size: 11px;
}
input {
	background-color: #e2e2e2;
	color: #000000;
	border: 1px solid #858585;
	font-family: arial;
	font-size: 11px;
}
.input {
	background-color: #e2e2e2;
	color: #000000;
	border: 1px solid #858585;
	font-family: arial;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
	height: 15px;
}
textarea {
	background-color: #e2e2e2;
	color: #000000;
	border: 1px solid #858585;
	font-family: arial;
	font-size: 11px;
}
a:link {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	color:	#333333;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a.dd:link {
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
a.dd:visited {
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
a.dd:hover {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}
a.dd:active {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.padding {
	padding-right: 20px;
}