* {
	border: medium none ;
	margin: 0px;
	padding: 0px;
}

html > body {
	font-size: 13px;
}

html, body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: #555555;
	background-color: #FFFFFF;
	text-align: left;
	/*li-Hover for IE6*/
	behavior: url("fileadmin/templates/css/csshover3.htc");
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0pt 3px;
	color: #006799;
	font-size: 133.34%;
}

h1, h1.csc-firstHeader {
	margin: 10px 0pt 2px;
}

h2 {
	font-size: 125%;
}

h3 {
	margin-bottom: 3px;
	font-size: 100%;
}

h4 {
	font-size: 108.33%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 91.67%;
}

a {
	padding: 0pt;
	text-decoration: none;
	color: #006799;
}

a:hover {
	text-decoration: underline;
	color: #003366;
}

ul {
	padding: 2px 3px 5px 21px;
}

ul li {
	 }

ol {
	padding: 2px 3px 5px 25px;
}

table {
	border-collapse: collapse;
	margin-bottom: 5px;
}

td, th {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

thead, thead td {
	font-weight: bold;
}

th {
	background-color: #EEEEEE;
}

abbr, acronym, dfn {
	border-bottom: 1px dotted #444444;
	font-style: normal;
	cursor: help;
}

p {
	margin: 0pt;
	padding: 0pt 0pt 5px;
}

option {
	padding: 0pt 3px;
}

blockquote {
	padding-left: 25px;
}

