/* Default typeface */
a, b, p, table, small, body, td, ol, ul, menu, blockquote, div {
    font-family: Century Gothic, Arial, sans-serif;
}
pre, tt, input, textarea {
    font-family: Courier, fixed;
}

body {
    margin: 0px;
	text-align:center;
}


/* Folder table (text) */
td.foldertext {
    color: #ffffff;        padding-top: 0px;
    background: #333366;   padding-bottom: 1px;
    font-size: .75em;      padding-left: 3px;
    text-align: left;      padding-right: 8px;

}

/* Folder table (thumbnails) */
td.folderthumbs {
    color: #ffffff;        padding-top: 2px;
    background: #333366;   padding-bottom: 2px;
    font-size: .7em;       padding-left: 4px;
    text-align: center;    padding-right: 8px;

}

/* Image table */
td.image {
    color: #ffffff;          padding-top: 2px;
    background: #333366;     padding-bottom: 2px;
    font-size: .8em;         padding-left: 4px;
    text-align: center;      padding-right: 8px;

}

/* Description table */
td.desc {
    color: #ffffff;          padding-top: 4px;
    background: #333366;     padding-bottom: 3px;
    font-size: .9em;         padding-left: 4px;
    text-align: center;      padding-right: 6px;
}

.inactivelink {
    color: #999999;
}

img.imagethumb {
    border: 0;
}
A:link { text-decoration: none; color: #CCCCFF}
A:active { text-decoration: none; color: #6666FF}
A:visited { text-decoration: none; color: #9999CC} 
A:hover {text-decoration: underline; color: #EBAC26}


#frame {
	width:600px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	border: solid #000000;
	background-color: #333366;
	}
#middle {
	border: thin solid #000000;
	}
a img { border: none;
	}