.doctitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.docdescription {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.docauthor {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.doccreationdate {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000066;
}
.doclastchangeddate {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
}
.docfilename {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000066;
}
.docfileformatinfo {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.docnumberofpages {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.docsizeinkb {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #999999;
	background-image: url(../images/background.gif);
	background-attachment: fixed;
}
.toctitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #99CCCC;
}
.tcolor {
	background-color: #DDDDDD;
}
.ccolor {
	background-color: #99CCFF;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	color: #003399;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #0066CC;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	color: #FF9900;
}

/* Hover PopUps */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: none;/*1px dashed gray*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
