/* CSS Document */
body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#656565;
	line-height:160%;
	}
a{
	color:#e9731d;
	text-decoration:underline;
	}
a;hover{
	color:#000;
	text-decoration:underline;
	}
.menu{
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	}
.menu a{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	}
.menu a:hover{
	font-size:12px;
	color:#000;
	text-decoration:none;
	}
.wel-text{
	background-image:url(images/wel-bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:39px;
	font-size:19px;
	color:#e46817;
	}
.left-cat ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:240%;
	}
.left-cat li{
	border-bottom:1px solid #07ada8;
	color:#6ff2ed;
	margin:0 10px;
	}
.left-cat li a{
	color:#6ff2ed;
	text-decoration:none
	}
.left-cat li a:hover{
	color:#ffffff;
	text-decoration:none
	}
.footer{
	background-image:url(images/bg-footer.jpg);
	background-repeat:no-repeat;
	height:42px;
	text-align:center;
	background-position:top;
	padding-top:8px;
	}