h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 14px 0;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
h3 {
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 0px 0;
}
p {
	margin: 0 0 8px 0;
	line-height: 124%;
}

#content ul
{
	margin: 0px 0 0px 0;
	padding: 5px 0 5px 0;
	list-style-type: none;
}
#content ul li
{
	display: block;
	margin: 0px 0 5px 1px;
	padding: 0 0 0 11px;
	background-image: url(../images/list_item_marker03.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	
}
a, a:link
{
	color: #FF6600;
	text-decoration: none;
	text-transform: inherit;
}
a:visited {
}
a:hover {
	text-decoration: underline;
	color: #9E1200;
}

div .threeColBox {
	float: left;
	display: inline; /* fix for the ie float and margin bug */
	width: 647px;
	margin: 0px 0px 0px 16px;
}
div .twoColBox {
	float: left;
	display: inline; /* fix for the ie float and margin bug */
	width: 426px;
	margin: 0px 0px 0px 16px;
}
div .oneColBox {
	float: left;
	display: inline; /* fix for the ie float and margin bug */
	width: 205px;
	margin: 0px 0px 0px 16px;
}
div .threeColBoxLineAfter {
	float: left;
	display: inline; /* fix for the ie float and margin bug */
	width: 647px;
	margin: 0px 0px 3px 16px;
	border-bottom: #CCC;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

div .twoColBoxLineAfter {
	float: left;
	display: inline; /* fix for the ie float and margin bug */
	width: 426px;
	margin: 0px 0px 5px 16px;
	border-bottom: #CDD6C3;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}
div .oneColBoxLineAfter {
	float: left;
	display: inline; /* fix for the ie float and margin bug */
	width: 205px;
	margin: 0px 0px 5px 16px;
	border-bottom: #CDD6C3;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}
div .referenceNoThumbBox {
	float: left;
	display: inline; /* fix for the ie float and margin bug */
	width: 400px;
	margin: 0px 0px 0px 16px;
	padding: 0px 0px 1px 179px;
	border-bottom: #CDD6C3;
	border-width: 0 0 0px 0;
	border-style: none none solid none;
}

div.csc-textpic div.csc-textpic-imagewrap {
	margin-bottom: 0px;
	padding-bottom: 10px;
}
/*
dl.csc-textpic-image dt img {
	border-color: #CDD6C3;
	border-style: solid;
	border-width: 1px;
}
*/
* html div.csc-textpic-intext-left-nowrap .csc-textpic-text {
	float:left;
}
.csc-textpic-caption {
	color: #8E8E8E;
	font-size: 10px;
	padding: 3px 3px 0 3px;
	line-height: 117%;
}



.csc-mailform .csc-mailform-field {
	margin: 0 0 12px 0;
}
.csc-mailform .csc-mailform-field label {
	display: block;
	margin: 0 0 1px 0;
}
.csc-mailform .csc-mailform-field textarea {
	width: 422px;
	border: 1px #ccc solid;
	background-color: #fafafa;
	padding: 2px 2px;
}
.csc-mailform .csc-mailform-field input {
	width: 422px;
	border: 1px #ccc solid;
	background-color: #fafafa;
	padding: 2px 2px;
}
.csc-mailform .csc-mailform-field input:focus, .csc-mailform .csc-mailform-field textarea:focus {
	background-color: #fdfdfd;
}
.csc-mailform .csc-mailform-field input.csc-mailform-submit
{
	width: 91px;
	height: 24px;
	float: right;
	color: #FF6600;
	margin: 11px -3px 0 0;
	background-image: url('../images/bg_send_bt_no.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent;
	font-weight: bold;
	cursor: pointer;
	overflow: visible;
	border-color: transparent;
	border-width: 0px;
	border-style: none;
}
.csc-mailform .csc-mailform-field input.csc-mailform-submit:hover {
	cursor: pointer;
	color: #9E1200;
}

