* {
 padding: 0;
 margin: 0;
}

body {
 	font-family: Arial, Helvetica, sans-serif;
 	color: #000;
 	font-size: 12px;
 	cursor: default;
 	background-color: #fff;
 	padding: 10px;
}

/* ------------------------ Start head ---------------*/
.header {
	display: none;
}
 
/* ------------------------ End head -----------------*/


/* ------------------------ Start outercontent -------*/
#outercontent {  /* Parent Wrapper for inside boxes */
}

/* ------------------------ End outercontent ----------*/

/* ------------------------ Start columns -------------*/
td.printHide, td.printHideRight{
	display: none;
	width: 1px;
	background: none;
	background-color: #fff;
}
.tableBack{
	display: block;
}
#content{
	clear: both;
	margin: 25px 0 0px 0;
	padding-top: 10px;
	border-top: 1px solid #CDCDCD;
}
#centercolumn { 
	width: 600px;
 
}
#banner_right {
	display: none;
}
.center_top { 
	display: none;
}
.center_top_max { 
	display: none;
}

.center_bottom { 
	  
}
.leftcolumn {
	display: none;
}
.navcolumn {
	display: none;
}
img{
	/*display: none;*/
}

.csc-sitemap{
	margin-left: 20px;
}
.csc-sitemap li{
	margin-left: 10px;
	padding: 2px;
}
/* ------------------------ End columns ---------------*/

/* ------------------------ Start content -------------*/
h1, h2, h3, h5, h6{
	margin: 5px 0 5px 0;
	
}
h4{
	margin: 20px 0 2px 0;
}

p {
	 font-family: Arial, sans-serif;
	 font-weight: normal;
	 padding: 2px 0 0 0;
	 margin: 0px;
	 color: #000;
	 clear: both;
}
A{
	text-decoration: underline;
	color: #000;
}

img {
 border: none;
}

.imageAlt{
	margin-bottom: 5px;
	clear: both;
}

.imgBig{
	
}

.floatImgRight{
	float: none;
	margin: 0;
}
.floatImgLeft{
	float: none;
	margin: 0;
}

.divLinkList{
	margin-bottom: 20px !important;
}
.divLinkNorm{
	clear: both;
	margin: 5px 0 5px 0;
}
.divLinkNorm p{ 
	color: #000000;
	text-decoration: underline;
}
.divDownload .divLinkNorm{
	margin: 0 0 10px 0;
}

.linkListText{
	margin: -5px 0 13px 0;
	font-weight: bold;
}

#txtActualPosition{
	clear: both;
	margin-top: 10px;
}
#actualPosition{
	list-style-type: none;
	margin: 5px 0px 10px 5px !important;
	padding: 0px;
}

#actualPosition LI{
	float: left;
	padding: 0 10px 0 16px;
	margin: 0;
	background: url(../images/arrows.gif) no-repeat 0px 4px;
}

#tblTermine{
	width: 500px;
	margin: 20px 0 10px 10px;
}
#tblTermine th{
	text-align: left;
}

/* ------------------------ End content -------------*/

/* ------------------------ Start Bottom Navigation -------------*/
#bottomNav {
	clear: both !important;
	display: block;
	margin: 16px 0 15px 0px !important;
	padding: 6px 0 15px 0 !important;
	border-top: 1px solid #CDCDCD;
}
#bottomNav LI {
	padding: 0 5px 0 5px !important;
	display: block;
	border-right: 1px solid #000000;
	float: left;
}
#bottomNav LI#bottomNav_last { border: 0 !important; }
/* ------------------------ End Bottom Navigation -------------*/

#flashcontent{
	display: none;
}
