@charset "utf-8";

  a {
    color: #6D677E;
    text-decoration: none;
	font-weight:bold;
  }
  a:hover {
    text-decoration: underline;
  }

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body {
	background-color: #ECECFF;
	position:absolute;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 15px;
	margin-bottom: 25px;
	border: solid #CCCCCC thin;
	width: 900px;
}

.style2 {font-size: smaller}
.style3 {	font-size: small;
	font-weight: normal;
}
.style3b {	font-size: small;
	font-weight: bold;
}

#frmbdy {
	background-color: #ECECFF;
	margin-left: 100px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
}

.contentbdy {
	margin-left:15px;
	margin-right:15px;
	}

/*MENU START*/

	/* -------------------------------------------------- */
	/* metaltop-lilac */
	/* -------------------------------------------------- */
	#metaltop-lilac {
		clear:left;
		float:left;
		padding:0;
		background:#B096CB 	url(images/metaltop-lilac.gif) top repeat-x;
		border-bottom:1px solid #6D677E;
		width:100%;
		/*border-top:4px solid #000;*/
		overflow:hidden;
		font-family:Verdana, sans-serif;
	}
	#metaltop-lilac ul {
		float:left;
		margin:0;
		padding:0;
		list-style:none;
		position:relative;
		left:50%;
		text-align:center;
	}
	#metaltop-lilac ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	#metaltop-lilac ul li.first {
		border-left:1px solid #6D677E;
	}
	#metaltop-lilac ul li.last {
		border-right:1px solid #E2D8EC;
	}
	#metaltop-lilac ul li a {
		display:block;
		float:left;
		margin:0;
		padding:20px 10px 6px 10px;
		border-left:1px solid #E2D8EC;
		border-right:1px solid #6D677E;
		text-decoration:none;
		color:#57467D;
		font-size:.8em;
		font-weight:bold;
		text-transform:uppercase;
		line-height:1.3em;
	}
	#metaltop-lilac ul li a:hover {
		color:#000;
		background-color:#E6D8F5;
		border-left:1px solid #fff;
		padding-top:18px;
		padding-bottom:8px;
	}
	#metaltop-lilac ul li.active a,
	#metaltop-lilac ul li.active a:hover {
		color:#fff;
		background: #57467D;
		border-left:1px solid #000;
		padding-top:18px;
		padding-bottom:8px;
	}

/*MENU END*/

.piclabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

