html, body, form, fieldset {
	font:100% Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
body { 
	color:#5f5f5f;
	line-height:1.5em;
	font-size:0.75em;
}
a, a:visited {
	color:#ff7e00 !important;
}
a img {
	border:none;
}
h1 {
	font-size:2.1em;
	font-weight:normal;
	color:#348fc5;
}
h2, .title {
	color:#ff7e00;
	font-size:1.3em;
	font-weight:normal;
}
h3 {
	font-size:1em;
	font-weight:bold;
}
h4 {
	color:#999;
	font-size:1em;
	font-weight:bold;
}
h5 {
	font-size:1em;
	font-weight:normal;
}
h6 {
	font-size:0.9em;
	font-style:italic;
	font-weight:normal;
}
hr {
	border:none;
	border-bottom:1px solid #29b1d9;
	height:1px;
}
ul li {
	list-style:disc;
}
.noPrint {
	display:none;
	float:none;
}
.clearfloats {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
img.floatL {
	margin:0 10px 10px 0;
}
img.floatR {
	margin:0 0 10px 10px;
}
#main {
	width:auto;
	margin:0; 
}
#header {
	border-bottom:1px solid #333;
	/*height:66px;*/
	margin-bottom:35px;
	margin-top:0;
}
#brand {
	left:auto;
	right:0;
}
#contentContainer {
	padding:0;
}
#contentBody {
	border-bottom:1px solid #333;
	margin:0;
	padding-bottom:10px;
}
#contentBody .margin {
	padding:0;
}
#headerContent #headL {
	float:left;
	width:40%;
	height:126px;
}
#headerContent #headR {
	float:left;
	width:60%;
	height:126px;
	text-align:right;
}

#headerContent #headerBottom {
	display:none;
}
.columnR {
	display:none;
}
#headerContent,
#headerContent #headL,
	#headerContent #headR {
	height:auto;
}
#footer {
	display:none;
}
/* images header */

#titleContent img {
	height:45%;
	width:45%;
	margin-top:50px;
}

.titleHolder .buttons {
	display:none;
}
.navHolder {
	display:none;
}
#headerContent #funcNav {
	display:none;
}

/* codaslider */
.coda-navBottom {
	display:none;
}
.panel-container {
	width:auto!important;
	margin-left:0 !important;
}
.coda-nav-left,
	.coda-nav-right {
	display:none;
}
.coda-slider {
	height:auto!important;
}
.panel {
	margin:0 0 30px 0;
	border-top:1px solid #ccc;
}
/* panel */
.contentHolder .panel .colL {
	margin:0 0 15px 0;
}
.imageHolder,
	.imageHolderLast {
	margin:0 0 29px 0;
}
/* table */
table.contentTable th {
	color:#252525;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #005c7e;
	vertical-align: bottom;
	padding:0.2em 0.4em;
}
table.contentTable tr.first td {
	padding:1.5em 0.4em 0.1em 0.4em;
}
table.contentTable td {
	border-bottom:1px solid #f0f0f0;
	padding:0.1em 0.4em;
}
table.contentTable th.evenCol,
table.contentTable td.evenCol {
	background:#b8e5fa;
}
table.contentTable td.evenCol {
	border-bottom:1px solid #b8e5fa;
}
table.contentTable .unit {
	font-weight:normal;
}
.obligatory {
	display:block;
	font-size:0.9em;
	padding:1em 0 0 0;
	font-style:italic;
	line-height:1.1em;
}
.obligatory sup,
	.obligatory sub {
	font-size:0.7em;
}
