body {
	padding: 0px;
	margin: 0px;
	background-color:white;
	background-image: url(bkg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}
.logo {
	font-family: "Arial";
	font-size: 34px;
	font-style: oblique;
	line-height: normal;
	color: #FF6600;
		padding: 10px 10px 10px 10px;
	margin: 30px 30px 5px 20px;
	font-weight: bold;
}
.menu {
	font-family: "Arial";
	font-size: 14px;
	font-style: oblique;
	line-height: 16;
	color: #FF6600;
	margin: 30 30 10px 20px;
	font-weight: bold;
	background-color: #F2F2F0;
}
.menubkg {
	margin: 30 30 10px 20px;
	background-color:#000033;
}
.contentbkg1 {
	margin: 30 30 10px 20px;
	background-color:orange;
}
.contentext {
	font-family: Arial;
	font-size: 12px;
	color: black;
}
.headline {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: black;
}
.content{
	font-family: Arial;
	font-size: 12px;
	color: black;
}
ul { margin: 30px 0 0 -1px; /* Pull the margin back for NS4.7 */
    padding-left: 0px;list-style-image: url("ico_li.gif"); 
}
li {margin: 5px 0 5px 25px;font-family: Arial;font-size: 12px;}

.module {
	background: white url(bkg_module.jpg) repeat-x center top; }
	/*.module { background-image:url(bkg_module.jpg);}*/
	
	.module2 {
	background: url(bkg_bottom.gif) repeat-x center top; }

a:link {
	text-decoration: none;
	color: white;

}
a:visited {
	text-decoration: none;
	color: white;

}
a:hover {
	text-decoration: none;
	color:#000033;

}
a:active {
	text-decoration: none;
		color: white;


}
a.boxmenu {
	font-size: 12px;
	color:black;
	font-family: Arial;
	font-weight: bold;

	font-variant: normal;
}
a.boxmenu :link {
	font-size: 12px;
	text-decoration: none;
	color:black;
	font-family: Arial;
}
a.boxmenu :visited {
	font-size: 12px;
	text-decoration: none;
	color:black;
	font-family: Arial;
}
a.boxmenu :hover {
	font-size: 12px;
	text-decoration: none;
	color:#6699CC;
	font-family: Arial;
}
a.boxmenu :active {
	font-size: 12px;
	text-decoration: none;
	color: black;
	font-family: Arial;
}
