

IMG
{
    border: none;
}

DIV#head {
	background-color: #0A3D72;
	height: 100px;
	margin-bottom: 60px;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	vertical-align : bottom;
}

@media screen {
	BODY {
		font-family: Verdana, Arial, Helvetica; 
		text-align: left;
		height: 100%;
		width: 100%;
		color: #0A3D72;
		padding: 0;
		margin: 0;
		background-image: url("picture/logo2.gif"); 
		background-position: 50px 100px;
		background-repeat: no-repeat;
	}
	DIV#navigation {
		position: absolute;
		top: 120px;
		left: 1ex;
	}
	DIV#navigation P { 
		margin: 2px 2px 2px 5px;
	}
	DIV#navigation DIV#subnavigation P {
		margin: 0px 0px 0px 1.5em;
		font-size: 85%;
		line-height: 120%;
	}
	DIV#navigation DIV#subnavigation2 P {
		margin: 0px 0px 0px 3em;
		font-size: 85%;
		line-height: 120%;
	}
	ADDRESS {
		margin: 0px;
		margin-top: 80px;
		padding: 15px 15px 15px 15px;
	}
	P, .pagetext {
		margin: 7px 15px 0px 250px;
	}
	HR {
		margin: 40px 0px 40px 250px;
		
	}
	H1, H2, H3, TABLE.formtable, DIV.subheadline {
		margin-left: 180px;
		margin-top: 30px;
	}
	H1 {
		margin-bottom: 50px;
	}
	
	DIV.subheadline
	{
	    margin-top: -30px;
		margin-bottom: 30px;
	}
	
	H3 {
		margin-bottom: 0px;
		margin-left: 250px;
	}
	INPUT.backbutton {
		text-align: center;
		width: 100px;
		margin: 10px 15px 0px 250px;
	}
	P, H3, UL, DL {
		width: 500px;
	}
	DT, DD
	{
		padding-top: 1em;
	}
	FORM {
		padding: 0px;
		margin: 0px;
	}
}

@media print
{
  #navigation, #head {
		display: none;
	}

	P, .pagetext {
		margin-left: 50px;
	}
	HR {
		margin: 10px 0px 10px 50px;
	}

}

BODY {
	font-family: Verdana, Arial, Helvetica;
	text-align: left;
	font-size:  80%;
	line-height: 1.5em;
}
H1, H2, H3 {
	font-family: Arial, Helvetica;
	text-align: left;
	font-weight: bold;
	padding: 0;
}

H1 {
	font-size: 140%;
	border-bottom : 1px solid #0A3D72;
}
H2 {
	font-size: 130%;
}
H3 {
	font-size: 120%;
}
P, TD {
	padding: 0;
	font-size: 100%;
}
UL {
	padding: 0;
	padding-left: 1em;
	font-size: 100%;
}
P.footnote
{
	line-height: 1.2em;
	font-size: 80%;
	margin-top: 3em;
}
TEXTAREA, INPUT {
	font-family: Verdana, Arial, Helvetica;
	padding: 0;
	text-align: left;
}
UL {
	list-style-position: inside;
	list-style-type: square;
}
DIV#navigation A, DIV#navigation P {
	font-family: Verdana, Arial, Helvetica;
	color: #0A3D72;
	text-decoration: none;
	background-color: transparent;
}
DIV#navigation A {
	font-weight: bold;
}
DIV#navigation P {
	font-weight: normal;
}
DIV#navigation A:hover {
	font-family: Verdana, Arial, Helvetica;
	color: #0A3D72;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
}
TD.formlabel {
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
}
TD.star {
	color: #ff0000;
	vertical-align: top;
}

HR {
	height : 1px;
	border : none;
	background-color : #0A3D72;           /* Opera, NS */
	color : #0A3D72;                      /* IE */
}

DIV.copyright {
	padding: 0.5em;
	margin-top: 5em;
	font-family: Verdana, Arial, Helvetica;
	font-style: italic;
	border-top : 1px solid #0A3D72;
}
