/* default */
@import url("/common/css/wrapper.css");
html {
	padding: 0 0 10px 50%;
	overflow: auto;
}
body {
	position: relative;
	width: 772px;
	margin: 0;
	margin-left: -386px;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #cde9b4;
}
a:link, a:hover, a:visited {
	color: #4b6b49;
}
img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul {
	list-style-type: none;
}
ul li {
	background: url(/common/images/blt_arrow_4x7.gif) 0 5px no-repeat;
	padding-left: 8px;
}
p {
	margin-top: 10px;
	margin-bottom: 0;
}
h2 {
	color: #4b6b49;
	font-size: 140%;
	margin-top: 0;
	margin-bottom: 10px;
}
h3 {
	color: #48788d;
	font-size: 110%;
	margin-top: 12px;
	margin-bottom: 0;
}
h4 {
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 0;
}
em {
	font-family: Georgia, "Times New Roman", Times, serif;
}
hr {
	margin-bottom: 0;
	color: #999;
}
dl {
	margin-top: 10px;
}
dd {
	margin-top: -1.2em;
}
#wrapper {
	margin-top: 20px;
}
.button {
	background-color: #a7cb8b;
	border: 1px solid #cce2ba;
	border-bottom-color: #7bad5b;
	border-right-color: #7bad5b;
	color: #fff;
	text-transform: uppercase;
	font-size: 8px !important;
	font-weight: bold;
	padding: 0 -4px;
}
.indent {
	margin-left: 20px;
	margin-right: 20px;
}
.nowrap {
	white-space: nowrap;
}
.highlight {
	font-weight: bold;
	color: #c03;
}
input, select {
	font-size: 80%;
}
input.wide {
	width: 150px;
}
input.narrow {
	width: 100px;
}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}