body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
} 

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
	border: 1px solid #7F9DB9;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
	border: 1px solid #7F9DB9;
}

select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
	border: 1px solid #7F9DB9;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #666666;
	border: 1px solid #7F9DB9;
}
.text-field {
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7F9DB9;
	border-right-color: #7F9DB9;
	border-bottom-color: #7F9DB9;
	border-left-color: #7F9DB9;
}
.hide {
	display: none;
}

.show {
	display: block;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.linkun {
	text-decoration: underline;
}
.linkun:hover {
	text-decoration: none;
}
.txt-justify {
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #3F4572;
	background-color: #E5E4E1;
	border: 1px solid #7F9DB9;
}



.txt-hintgrey {
	color: #929292;
}
.txt-topgrey-dk {
	color: #383A3B;
}
.txt-orange {
	color: #DD7D61;
}
.txt-midgrey-dk {
	color: #636363;
}
.txt-blue-innerbig {
	color: #73A6C8
}
.txt-topred-dk {
	color: #D10006;
}
.txt-green-dk {
	color: #A3B94F;
}
.txt-dk-yellow {
	color: #D8C750;
}



.bg-topgrey-dk {
	background-color: #383A3B;
}
.bg-topgrey-lt {
	background-color: #C8CCCC;
}
.bg-white {
	background-color: #FFFFFF;
}
.bg-botgrey {
	background-color: #F1F2F3;
}
.bg-divgrey-lt {
	background-color: #E6E6E6;
}
.bg-blueinner {
	background-color: #90B6D0;
}
.bg-org {
	background-color: #DE9F5D;
}
.bg-green {
	background-color: #A3B94F;
}
.bg-darkyellow {
	background-color: #D8C750;
}
.bg-top-grey {
	background-image: url(../images/topgreybg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	
}
