/* layout css document */
body{
	color: #000000;
}
ul li {
	list-style-type: square;
	margin-left: 20px;
}
ol li {
	list-style-type: decimal;
	margin-left: 25px;
}
.datatable th {
	background-color: #E5E5E5;
}
.datatable th, .datatable td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
a.underline{
	text-decoration:underline!important;
	color: #be8b27!important;
}
.clearboth{
	clear: both;
}
img.floatright {
	margin-left: 10px;
	float: right;
}
img.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.more_link{
	text-align: right;
	line-height: 1em;
}
.more_link a:link, .more_link a:visited {
	color: #2f81a7;
	background-image: url(../images/more_button.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 6px 6px;
	text-align: right;
	list-style-type: square;
}
.more_link a:hover, .more_link a:active {
	color: #FF3300;
	background-image: url(../images/more_button.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 6px 6px;
	text-align: right;
	list-style-type: square;
}
.section_block {
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	font-size: 0.9em;
	text-transform: uppercase;
	width: 160px;
	padding: 8px;
	float: right;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #990000;
	font-weight: normal;
	line-height: normal;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: static;
	clear: left;
}
.section_block:first-letter {
	font-size: 1.5em;
}
.smalltext {
	font-size: 0.9em;
	line-height: 1.2em;
}
.padding {
	padding: 5px;
}
