a:hover {
	color: #555555;
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #006666;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
	font-weight: bold;
}
form {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
input,select {
	border: solid 1px gray;
}
input.checkbox {
	border: none;
}
textarea {
	border: solid 1px gray;
}
.default {  
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
	color: #000000;
}
.main {
	background-color: #ffffff;
	border: none;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
}
.middle {
	padding-top: 4px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.module {
	background-color: #f2f2f2;
	border: none;
}
.module_header {
	background-color: #cfcfcf;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.module_body {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}
.list {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
}
.list_item_even {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
}
.list_item_odd {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
}
.list_header {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
.list_footer {
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #000000;
}
.toc {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
}
.toc_content_even {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
}
.toc_content_odd {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
}
.toc_header {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
.page {
	padding-top: 4px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.section_title {
	font-weight: bold;
}
.title {
	font-weight: bold;
}
.important {
	font-weight: bold;
}
.needed {
	color: red;
}
.error {
	font-size: 13px;
	color: #ff0000;
	text-align: left;
}
.error_title {
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
}
.message {
	font-style: italic;
}
.label {
	color: gray;
}
.found {
	color: blue;
}
.text {
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 4px;
	padding-right: 4px;
}
.old_price {
	text-decoration: line-through;
}
.new_price {
	font-weight: bold;
}
.help {
	color: red;
}

