body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	overflow: scroll;
}
	
 div.container {
	background-color: #ffffff;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-left-color: #CCC;
}

div.logo {
	background-image: url(../images/banner.jpg);}
a {
	font-weight: normal;
	color: #AAA;
	text-decoration: none;
}
   
h1 {
	font-size: 18px;
	color: #d40075;
	display: block;
	font-weight: normal;
	height: 30px;
}
	
div.menu ul {
	margin-top: 2px;
	list-style-type: none;
	line-height: 22px;}
	
div.menu ul li.act a{
	font-weight: normal;
	color: #AAA;;}
div.menu ul li.act a:hover {
	color: #666;}

div.menu ul.submenu {
	margin: 50px 0px 50px 0px;}
	

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
