/*custom DUVO */

a:visited		{
	text-decoration: none;
}
a:active		{
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}


body, table {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align : left;
	color: #656563;
	line-height:18px;
	margin-left: 15px;
	margin-top: 0px;
}


h1 {
	font-size:14px;
	font-weight : bold;
}


.main {
	width:785px;
}
.mainLogo {
	background-image:url(../images/design/logo_top.jpg);
	background-repeat:no-repeat;
	height:129px;
	margin-bottom:15px;
}


.stroke {
	background-color:#F3F3F3;
	height:52px;
	width:785px;
	margin-bottom:-52px;
}

.content {
	margin-left:160px;
	margin-top:30px;
	width:620px;
}

.menuLeft {
	/*background-image:url(../images/design/menu.jpg);
	background-repeat:no-repeat;*/
	width:149px;
	height:105px;
	margin-bottom:-105px;
	margin-right:-149px;

}


