/*   Style Sheet for my SlideShow with Thumbs   */

/*  Thistle1 = #FFE1FF    */
/*  Thistle2 = #EED2EE    */
/*  Thistle3 = #CDB5CD    */


BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
        background-image : url(<#NavBkImageJpg#>);
        background-color : #CDB5CD;    /* thistle3 */

}

A:LINK {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style : normal;
		text-decoration : none;
                color : black;

}

A:HREF {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style : normal;
		text-decoration : none;
                color : black;
                font-weight : bold;

}

A:VISITED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style : normal;
		text-decoration : none;
                color : black;
}

A:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style : normal;
		text-decoration : underline;
                color : white;
}

/* Normal cells */
.CellNormal {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
                background-color : #EED2EE;     /*thistle2*/
		font-size : 10pt;
		text-decoration : none;
                border : 1px ridge #FFFFFF;
}

/* The back cell */
.CellBack {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        background-color : #EED2EE;
	font-size : 10pt;
	text-decoration : none;
        border : 1px ridge #FFFFFF;
	text-align : left;
        color : black;
}

/* The current cell */
.CellCur {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        background-color : #EED2EE;
	font-size : 10pt;
	text-decoration : none;
	border : 1px ridge #FFFFFF;
	text-align : left;
        color : black;
}

/*  The header above the table  */
.Header {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	text-align : center;
	margin-bottom : 12pt;
        color : black;
}

/*  The navigation (first,last,next,prev)  */
.NavInfo {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 10pt;
	font-weight : bold;
        color : black;
}


