<!--

body
{
	margin: 20px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}

h1
{
	font-size: 18px;
	color: #000000;
}

h2
{
	font-size: 16px;
	color: #006699;
}

p
{
	font-size: 14px;
	color: #000;
	margin-top: 0px;
}

td, input, select
{
	font-size: 12px;
	color: #000;
}

.redhead
{
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
}

.redtext
{
	font-size: 14px;
	color: #ff0000;
	margin-left: 10px;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
}

a
{
	font-size: 14px;
	color: #006699;
	text-decoration: underline;
}

a:hover {color: #000;}

ul
{
	font-size: 12px;
	color: #006699;
	list-style-type: disk;
}

#divOne
{
	width: 180px;
	float: left;
}

#div1a
{
	background-image: url(images/bg_div1a.gif);
	background-repeat: no-repeat;
	width:180px;
	height: 130px;
}

#div1b
{
	background-image: url(images/bg_div1b.gif);
	background-repeat: no-repeat;
	width:180px;
	height: 293px;
}

#div1c
{
	background-image: url(images/bg_div1c.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 35px;
}

#TdTwo
{
	margin: 20px 0px 0px 182px;
	background-image: url(images/bg_div2.gif);
	background-repeat: repeat-x;
	border-bottom: black;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

#header
{
	font-size: 24px;
	color: #FF0000;
	height: 55px;
	margin-top: 1px;
	padding: 0px 0px 0px 0px;
}

.headerTD 
{
	font-size: 24px;
	color: #006699;
	padding: 2px 2px 0px 0px;
}

#foto
{
	height: 50px;
	margin: 4px 1px 0px 0px;
}

#headerTwo
{
	height: 22px;
	font-size: 18px;
	color: #006699;
	font-weight: bold;
	margin-right: 2px;
}

#contentDiv
{
	margin: 10px 30px 0 30px;
}

#TdThree
{
	background-color: #006699;
	background-image: url(images/eck_or.gif);
	background-repeat: no-repeat;
}

-->