<!--
	body {
		margin: 5px 0px;
		background-color: #eeeeee;
		font-family: Verdana;
		font-size: 11px;
	}
	
	div#container {
		width: 900px;
		height: 100%;
		border: 2px solid #003399;
		margin: auto;
	}
	
	div#head {
		height: 88px;
	}
	
	img#logo {
		width: 217px;
		height: 88px;
		border: 0px;
	}
	
	div#menu {
		width: 683px;
		float: right;
		position: relative;
		top: 60px;
		left: 15px;
	}
			
	div#content {
		padding: 20px 70px;
		background-color: #ffffff;
		color: #000000;
	}
	
	div#footer {
		padding: 0 20px;
		height: 18px;
		background-color: #003399;
		color: #ffffff;
	}

	a:link, a:visited, a:hover, a:active, a:focus {
		font-weight:bold;
		text-decoration: none;
	}
	
	div#content a {
		color: #003399;
	}
	
	div#footer a {
		color: #ffffff;
	}
	
	h1 {
		font-size: 14px;
		font-weight:bold;
	}

	h2 {
		font-size: 13px;
		font-weight:bold;
	}

	h3 {
		font-size: 12px;
	}
	
	div#footer p {
		margin: 4px 0;
	}
	
	p.good {
		border-width: 2px;
		border-color: #00AA00;
		border-style: solid;
		background-color: #00AA00;
		width: 700px;
		color: #ffffff;
	}
	
	p.bad {
		border-width: 2px;
		border-color: #ff0000;
		border-style: solid;
		background-color: #ff0000;
		width: 700px;
		color: #ffffff;
	}
	
	input[type=text], textarea, select {
		font-family: Verdana;
		font-size: 9px;
		color: #000000;
		background-color: #ffffff;
		border-width: 1px;
		border-color: #000000;
		border-style: solid;
		overflow: auto;
	}
	
	textarea {
		font-size: 12px;
		overflow: auto;
		scrollbar-DarkShadow-Color:#FFFFFF; 
		scrollbar-Track-Color:#FFFFFF; 
		scrollbar-Face-Color:#999999; 
		scrollbar-Shadow-Color:#999999; 
		scrollbar-Highlight-Color:#999999; 
		scrollbar-3dLight-Color:#999999; 
		scrollbar-Arrow-Color:#FFFFFF 
	}
			
	input[type=checkbox], input[type=radio] {
		font-family: Verdana;
		font-size: 9px;
		color: #000000;
		background-color: #ffffff;
		border-width: 0px;
	}
			
	input[type=button], input[type=submit], input[type=reset] {
		font-family: Verdana;
		font-size: 9px;
		color: #000000;
		background-color: #eeeeee;
		border-width: 1px;
		border-color: #000000;
		border-style: solid;
	}
	
	#picture {
		position:absolute; 
		z-index:1;
		background: red;
		border: solid 2px blue;
		display:none;
		width: 407px;
		height: 407px;
	}
-->

