body 					{
						background-color: #dfefff;
						font-family: verdana, sans-serif;
						}


h1						{
						font-family: verdana, sans-serif;
						font-size: 1.5em;
						color: #818de5;
						}

h3						{
						font-family: verdana, sans-serif;
						font-size: 1.1em;
						color: #818de5;
						}


p						{
						padding: 0px;
						padding-bottom: 15px;
						margin: 0px;
						}


div#menu					{
						font-family: verdana, sans-serif;
						font-size: 1.1em;
						background-color: #dfefff;
						height: 25px;
						position: absolute;
						top: 200px;
						left: 10px;
						border: none;
						}

hr						{
						color: #bfd9ff;
						}

a:link					{
						color: #002388;
						text-decoration: none;
						font-weight: bold;
						}
a:visited				{
						color: #002388;
						text-decoration: none;
						font-weight: bold;
						}
a:active				{
						color: #F7A01E;
						text-decoration: none;
						font-weight: bold;
						}
a:hover					{
						color: #F7A01E;
						text-decoration: none;
						font-weight: bold;
						}

div#search				{
						height: 429px;
						width: 300px;
						padding-left: 20px;
						background-image: url("../pics/search_background3.gif");
						background-repeat: no-repeat;
						background-position: bottom left;
						}

div#content				{
						font-family: verdana, sans-serif;
						font-size: 0.8em;
						color: #000000;
						height: 500px;
						width: 100%;
						position: absolute;
						top: 250px;
						left: 0px;
						}

p#toplogo				{
						position: absolute;
						top: 10px;
						left: 25px;
						}

#languageselect		{
						color: #828282;
						border: none;
						font-size: 0.9em;
						position: absolute;
						top: 175px;
						left: 11px;
						}

a.langlink:link			{
						color: #828282;
						}

a.langlink:visited			{
						color: #828282;
						}

a.langlink:hover		{
						color: #F7A01E;
						}

a.langlink:active		{
						color: #F7A01E;
						}


input						{
						color: #000000;
						border: inset 2px;
						background-color: #dfefff;
						}
	
textarea						{
						color: #000000;
						border: inset 2px;
						background-color: #dfefff;
						}
	
input.submit				{
						background-color: #dfefff;
						color: #000000;
						border: outset 2px;
						text-align: center;
						}

button					{
						background-color: #bfd9ff;
						color: #000000;
						border: outset #bfd9ff 2px;
						text-align: center;
						}

input.submit:active		{
						background-color: #dfefff;
						color: #000000;
						border: inset 2px;
						text-align: center;
						}

input.radio				{
						background-color: transparent;
						border: none;
						}

.select					{
						background-color: #dfefff;
						border: solid 1px #000000;
						}

img						{
						border: none;
						}