
body{
	margin:0px 0px 0px 0px; 
	background-color: white;
	/*font-family:helvetica,arial,sans-serif;*/
	font-family:"Courier New",Courier;
	color: black;
	font-size:13pt;
	}
		
a{
   	font-weight: bold;
	font-size:13pt;
	font-family:"Courier New",Courier;
}

a:visited, a:link, a:active {
	text-decoration: none;
   	font-weight: bold;
	color: black;
}

a:hover{
	text-decoration: none;
   	font-weight: bold;
	color: #CCCCCC;
}

#gallery_list {
	padding-right:20px;	
}		

#gallery_list li {
	list-style-type:none;
	/* padding-bottom: 7px;*/
	padding-left: 20px; 
	line-height:20px;
	background-color: white;
	background-image: url(../img/gallery/dot.gif);
	background-repeat: no-repeat;
}

#upload_mask {
	position: absolute;
	left:0px;
	top:0px;
	visibility: hidden;
	z-index:2;
	height:100%;
	width:100%;
	background-color:white;
	-moz-opacity:0.4;
	filter:alpha(opacity=40)	
}