body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 16px;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333; 
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0081C6;   
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333; 
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
        line-height: 28px;
	color: #0081C6;
	font-weight: lighter;
        padding-bottom:40px;
}



h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
        line-height: 28px;
	color: #0081C6;
	font-weight: lighter;
        padding-bottom:10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        line-height: 24px;
	color: #000;
	font-weight:bold;
paddig-bottom: 3px;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0081C6;
	font-weight: lighter;
        padding-bottom:20px;
}

#home {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 16px;
}

ul {
	margin-left:15px;
}


/* Contactform */
.errorMsg {
background-color:#FFBBBB;
border:1px solid #FF7979;
padding:4px;
font-size:10px;
margin-bottom:6px;
}

#contactForm tr{
height:24px;
}

.standardInputField{
width:260px;
}

.plzInputField{
width:32px;
}

.ortInputField{
width:221px;
}

/* Undersites */
.usSpecialTd{
width:125px;
text-align:left;
vertical-align:top;
}

a.usSpecialLink {
color:#373535;
text-decoration:underline;
}

a.usSpecialLink:hover {
color:#0081c6;
text-decoration:underline;
}

.coTable td {
	padding-top: 2px;
	padding-bottom: 2px;
}