/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	/**/background:url(../images/bg_all.jpg) repeat-x;
	
	background-color:#FFFFFF;
	
/*	font: normal 60.5% "Lucida Sans Unicode",sans-serif;
	margin-left: 15%;
*/
/*
	font: normal 60.5% "Lucida Sans Unicode",sans-serif;
*/	
	font-family:Verdana, Arial, Helvetica, sans-serif;

	
		

	background-color: #FFFFFF;
	/*background-image: url(../img/page-bg.png);*/
	background-repeat: repeat-x;
	margin-left: 0%;
	margin-right: 0%;
	/*margin-right: 10%;*/
	/*margin-right: 7%;
	background-attachment: fixed;
	*/

	
}


img{
border:0;
}



.ul {
margin-left:20px;
list-style-type: non;
list-style-image: url(../images/list.gif);

}


a {
/**/text-decoration:none;
}


#link a:link, #link a:visited, #link a:active {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
	
}
#link a:first-child{
text-decoration:none;

}
#link a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color:#FF0000;
	font-weight: normal;
	
	text-decoration: underline;

	}

.text{

color:#000000;
font-size:12px;
text-decoration:none;
}




table {
        /*font: 12px  Tahoma,sans-serif;*/
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
        color: #000000;
    }
	
	
.background_tr{
	background:#B0C4DE;
	text-align:left;
	
}

tr{
text-align:left;
}

#gallery {
/*
		background-color: #444;
*/		
		background-color: #FFFFFF;
		padding: 10px;
		width: 550px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		/**/border-width: 3px 3px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #FF9900;
		border-width: 3px 3px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }