body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}
.bg-top{
background-image:url(images/bg-top.jpg);
background-repeat:no-repeat;
}
.index10{
background-image:url(images/index_10.jpg);

}
.bg-bottom{
background-image:url(images/index_13.jpg);
background-repeat:no-repeat;
}
.bg-center{
background-image:url(images/index_11.jpg);
background-repeat:no-repeat;
background-position:top;
}

.bg-loading{
background-image:url(images/loading.gif);
background-repeat:no-repeat;
background-position:center;
}
.body {
	font-family: arial;
	font-size: 11px;
	color: #c2c2c2;

}

.body a {
	font-family: arial;
	font-size: 11px;
	color: #c2c2c2;
	text-decoration: none;
}

.body a:link {
	font-family: arial;
	font-size: 11px;
	color: #c2c2c2;
	text-decoration: none;

}

.body a:hover {
	font-family: arial;
	font-size: 11px;
	color: #c2c2c2;
	text-decoration: underline;

}
.body a:visited {
	font-family: arial;
	font-size: 11px;
	color: #c2c2c2;


}
.body a:active {
	font-family: arial;
	font-size: 11px;
	color: #c2c2c2;
	
	



}
	

.caption{
	font-family: arial;
	font-size: 10px;
	color: #717171;
	height: 10px;


	
}
	

.copyright{
	font-family: arial;
	font-size: 10px;
	color: #717171;
	text-decoration: none;
}

.copyright a {
	font-family: arial;
	font-size: 10px;
	color: #717171;
	text-decoration: none;
}

.copyright a:link {
	font-family: arial;
	font-size: 10px;
	color: #717171;
	text-decoration: none;

}

.copyright a:hover {
	font-family: arial;
	font-size: 10px;
	color: #717171;
	text-decoration: none;

}
.copyright a:visited {
	font-family: arial;
	font-size: 10px;
	color: #717171;



}
.copyright a:active {
	font-family: arial;
	font-size: 10px;
	color: #717171;

	}
	ul {
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 12px;
	list-style-image: url(images/icon.jpg);
}
	
	
	
	

	
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #e2fdff;
	background: black url(images/tab_about.png) repeat-x center left;
	margin-bottom: 1px; /*bottom spacing between header and rest of content*/
	margin-top: -0px;
	text-transform: uppercase;
	padding: 8px 0 10px 50px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/tab_about01.png);
