div.MainPanel{
	position: absolute; 
	width: 900px; 
	height: 900px; 
	z-index: 1; 
	left: 10px; 
	top: 135px;
	background-color: #66CCFF;
}

div.ContentHeader{
	position: absolute; 
	font-family: arial; 
	z-index: 1; 
	font-size: 19px; 
	left:25px; 
	top:10px;
	width:440px;
	height: 30px;
	vertical-align:middle;
	background-color:#66CCFF;
}

div.ContentSubHeader{
	position: absolute; 
	font-family: arial; 
	z-index: 1; 
	font-size: 15px; 
	left:25px; 
	top:45px;
	width:360px;
	background-color:#66CCFF;
}

div.Content{
	position: absolute; 
	font-family: arial; 
	font-size: 13px; 
	font-weight: bold;	
	left:150px; 
	top:151px;
	width: 760px;
	height: 870px; 
	background-color: #66CCFF;
}

Span.styleNew{
	color: #FFFF00;
}

div.Content table{
	position: absolute; 
	left:25px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold;	
	background-color: #66CCFF;
	width:710px;
}

div.Content ul li{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold;	
}


div.Content a:link{
	text-decoration:none;
	color: #0000FF;
	
}

div.Content a:visited{
	color:#0000FF;
}

div.Content a:hover{
	text-decoration:underline;
	color:#E8781A;
}

div.MenuPanel{
	position: absolute; 
	font-family: arial; 
	font-size: 11px;
	font-weight: bold;
	color: #0095D9;
	z-index: 1; 
	left:140px; 
	top:0px;
	width: 760px;
	height: 16px;
	background-color: #FFFFFF; 
}

div.MenuPath a:link{
	text-decoration:none;
	color: #0095D9;
	
}

div.MenuPath a:visited{
	color:#0095D9;
	text-decoration:none;
}

div.MenuPath a:hover{
	color:#E8781A;
	font-size:14px;
	text-decoration:underline;	
}

div.MenuPath{
	position: absolute; 
	font-family: arial; 
	font-size: 11px;
	font-weight: bold;
	color: #0095D9;
	z-index: 1; 
	left:150px; 
	top:135px;
	width: 500px;
	height: 16px;
	vertical-align:middle;
	background-color: #FFFFFF; 
}

div.banner{
	position: absolute; 
	width:900px;
	height:125px;
	left: 10px; 
	top: 10px; 
	z-index: 1; 
}
div.banner img{
	border: 0;
	width: 900;
	height: 125;		
}
div.logo{
	position: absolute; 
	left: 480px; 
	top: 10px; 
	width:265px;
	height:78px;
}

div.logo img{
	border: 0;
	width: 265;
	height: 78;
}
div.photoProd{
	position: absolute; 
	left: 380px; 
	top: 10px; 
	width:350px;
	height:250px;	
	z-index: 2; 
}


div.NavigationPanel a:link, a:visited, a:active{
	color:#000000;
	text-decoration:none;
}

div.NavigationPanel a:hover{
	color:#0099FF;	
}

div.NavigationPanel{
	position:absolute; 
	font-family: arial;
	width: 140px; 
	height: 886px; 
	left: 10px; 
	top: 135px; 
	z-index: 1; 
	font-size: 16px; 
	font-weight: bold;	
	background-color: #E7E7E9;	
}

ul.NavigationPanel{
	line-height: 2.5;	
}

li.NavigationPanel{
	font-weight: bold;
	/* list-style-image: url(../images/arrow_blue.gif);	*/
}

div.NavigationPanel li li {
	list-style-image: url(../images/general/arrow_blue.gif);
}

div.NavigationPanel li li a:hover{
	list-style-image: url(../images/general/arrow_blau.gif);
}

li.NavigationPanel ul {
	display: none;
	font-size: 80%;
	margin-left: 10px;
	padding-left: 0;
}

div.NavigationPanel ul ul {
	line-height: 1.8;	
	padding-left: 0;
}
/*
p.AboutUs:first-letter {
	font-size: 100%; 
	float: left;
}
*/
p.AboutUs {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:21px;
}

