body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: black;
	background-color: white;
}

a{
	color: #028F8A;
}
a:hover{
	text-decoration: underline;
}
p{
	margin: 0;
}

.files_file {
	padding: 4px 2px 0 25px;
	background: url(file_other.gif) no-repeat left center;
	border: 0px solid Black;
	text-decoration: none;
	font-size: 11px;
	display:block;
	height: 19px;
}
* html .files_file{
	height:25px;
	padding-top: 12px;
}
.files_file_jpg, .files_file_gif, .files_file_png{
	background: url(file_pic.gif) no-repeat left center;
}
.files_file_pdf{
	background: url(file_pdf.gif) no-repeat left center;
}
.files_file_txt, .files_file_doc, .files_file_rtf{
	background: url(file_txt.gif) no-repeat left center;
}
.files_file_zip, .files_file_rar, .files_file_ace{
	background: url(file_zip.gif) no-repeat left center;
}