body  {
	margin-top : 10px;
	margin-bottom : 10px;
	background-color : #ffffff;
}

a:link {
	color : #999966;
	text-decoration : none;
}

a:hover {
	color : #999966;
	text-decoration : underline;
}

a:visited {
	color : #999966;
	text-decoration : none;
}

a:active {
	color : #999966;
	text-decoration : none;
}

div {
	font-family : verdana, arial,sans-serif;
	font-size : 7.5pt;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
}



div.backgr {
	id:backgr;
	position:absolute;
	z-index:1;
	left:50;
	top:0;
}


div.header {
	id:header;
	position:absolute;
	z-index:2;
	left:100;
	top:170;
}

div.text {
	id:text;
	position:absolute;
	z-index:3;
	left:250;
	top:160;
	width:450px;
	height:400px;
}


div.nav {
	id:nav;
	position:absolute;
	z-index:3;
	left:250;
	top:545;
	width:450px;
	height:400px;
}


h5  {
	color : #4488bb;
	font-family : verdana, arial,sans-serif;
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	text-align : left;
}




p  {
	font-family : verdana, arial,sans-serif;
	font-size : 7.5pt;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
	text-align : left;
}

p.nav  {
	font-family : verdana, arial,sans-serif;
	font-size : 8pt;
	font-weight : bold;
	font-style : normal;
	color : white;
	text-decoration : none;
	text-align : left;
}

li  {
	font-family : verdana, arial,sans-serif;
	font-size : 8pt;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
	text-align : left;
	background-color : #ffffff;
}

ul  {
	font-family : verdana, arial,sans-serif;
	font-size : 8pt;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
	text-align : left;
	background-color : #ffffff;
}


