/* @group Global Browser Reset */
* {
padding:0;
margin:0;
}
h2, h4, h5, h6,  pre, blockquote, form, label,  dl, fieldset, address { margin:10px 0px 0px 0px; } 
h1, h3 { margin:20px 20px; } 
ul, ol, p { margin:0px 0px 10px 0px; } 
li, dd, blockquote { margin-left: 0px; }
table.contenttable p.bodytext { margin:0 0 0 0; }
table.contenttable td {
	color: #fff;
}
img { border: 0px; }
/* @end */

td { 
	vertical-align: top;
}
/* @group Headings */
h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #000;
}
h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000;
}
h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
}
h4, h5, h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}
/* @end */
hr {
	height: 1px;
	background-color: transparent;
	border-bottom: 1px dotted #CCC;
}
li {
	list-style-position: inside;
	list-style-type: disc;
	padding: 2px 0px 2px 0px;
}
a:link, a:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #008c55;
}
a:hover, a:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color:#000;
}
a.footlink:link, a.footlink:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFF;
}
a.footlink:hover, a.footlink:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #FFF;
}
.csc-mailform {
	text-align:left;
	margin-bottom:2px;
}

input.txt {
	background-color:#FFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #503922;
	border: 1px solid #ccc;
	text-align: left;
	padding: 2px;
	margin-bottom: 5px;
	width: 250px;
}
select {
	background-color:#FFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #503922;
	border: 1px solid #ccc;
	text-align: left;
	width: 225px;
	padding: 2px;
}
.radio {
	background-color:#FFF;
	color: #333;
	padding: 2px;
	border: 0px;
	vertical-align: bottom;
}
textarea {
	background-color:#FFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #503922;
	border: 1px solid #ccc;
	text-align: left;
	width: 250px;
	height: 100px;
	padding: 2px;
}
input.tx-sremailsubscribe-pi1-submit  {
	width:100px;
	height: 24px;
	text-align: center;
	vertical-align: top;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.csc-mailform-check {
}
label {float: left;
	width:100px;
}
div.csc-textpic-imagewrap {
	vertical-align: bottom;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
}
dl.csc-textpic-image {
	vertical-align: bottom;
	padding-bottom: 10px;
	margin: 0px 0px 0px 0px;
}

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

