/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	background-color: #5A3D1C;
	color: black;
        margin: 5;
	margin-top: 0px;
        margin-bottom: 0px
        
}

.home {
	background-color: #336699
}

/* Default table style. */
table {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	background-color: #ffffff;
	color: #333333
}


/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-size: 12px;
}

/* Style for trog menu. */
.trogmenu {
         font-size: 8pt; 
         font-family: arial, helvetica, sans-serif; 
         color: #663300;
         background-image: URL(http://www.evilfungus.com/Res/trog_menubg.gif);
}

/* Style for trog table of contents. */
.trogindex {
         font-size: 10pt; 
         font-family: Courier New, Courier, mono; 
         color: #000000;
}

/* Style for hyperlinks. */
a:visited {font-weight: normal; text-decoration: none; color: #663300}
a:link {font-weight: normal; text-decoration: none; color: #663300}
a:hover {font-weight: normal; text-decoration: underline; color: #003399}
a:active {text-decoration: underline; color: #003399}

/* Alternate text styles. */
.title {color: #999966}
.heading {font-size: 11pt; font-weight: bold; text-decoration: underline}
.caption {font-size: 10pt; font-family: arial; color: #333333}
.efhome {margin-top: 15px; margin-left: 91px}
