body {
	background-color: #006699;
}

p,a,input,textarea,td,li {
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 10pt;
}

a                { color: #FFFFFF; }
a:visited        { color: #FFFFFF; }
a:hover          { color: #FFFFFF; }
a:active         { color: #FFFFFF; }

.menua           { color: #FFFFFF; text-decoration: none; }
.menua:hover     { color: #FFFFFF; text-decoration: none; }

.pflink		{ font-family: Tahoma, Helvetica, san-serif; font-weight: 600; font-size: 10pt; }
.pflink:hover	{ font-family: Tahoma, Helvetica, san-serif; font-weight: 600; font-size: 10pt; color: #006699;}

#menu {
	background-color: #6699CC;
	position: absolute;
	left: 10px;
	top: 175px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 150px;
	height: 202px;
}


.menuitem {
	color: #FFFFFF;
	background-color: #006699;
	text-align: center;
	margin: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	height: 16px;
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 10pt;
	cursor: pointer; cursor: hand;
}

#copyright {
	position: relative;
	bottom: 5px;
}

.copytext {
	text-align: center;
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 10px;
}

#content {
	background-color: #6699CC;
	position: absolute;
	left: 200px;
	top: 150px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 600px;
}

.subcontent {
	color: #FFFFFF;
	background-color: #006699;
	position: relative;
	margin: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.contentheader {
	color: #FFFFFF;
	background-color: #6699CC;
	background-image: url('');
	text-align: center;
	margin: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	height: 16px;
	font-weight: bold;
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 10pt;
	font-variant: small-caps;
}

.margin {
	margin: 5px;
}

.timage {
	position: absolute; 
	left: 10px; 
	top: 10px;
}

