body {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #000000;
}
.title1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}
.title2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #CE0000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
.folderTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.folder {
	display: block;
	background-image: url(images/folder.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	width: 80px;
	line-height: 75px;
	text-align:center;
	margin: 0 auto;
}
.file {

	display: block;
	background-image: url(images/file.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	width: 80px;
	line-height: 75px;
}
.textbox {
	color: #000000;
	border: 1px solid #000000;
	background-color: #ffffff;
	font-size: 11px;
}
.iconDesign {
	font-size: 11px; 
	text-align: center; 
	width: 85%; 
	margin-top: 5px; 
	margin-bottom: 5px;
}

.iconDesign img {
	border: 0;
	float: left;
	padding-top: 3px;
}
