a:link 		{ color: #CCCC00; font-weight: bold; text-decoration: none }
a:visited	{ color: #CCCC00; font-weight: bold; text-decoration: none } 
a:active 	{ color: #CCCC00; font-weight: bold; text-decoration: none }
a:hover 	{ color: #CC9900 } 

body { background-color: #999900; font-family: Tahoma, Arial; color: #000000; 	font-size: 10pt }

td  { font-family: Tahoma, Arial; color: #000000; font-size: 10pt }

h1	 {  font-family: Century Gothic; Arial; font size: 36pt; color: #663300; font-weight: normal; }
h2	 {  font-family: Century Gothic; Arial; font size: 18pt; color: #663300; font-weight: normal; }

.menu     { font-family: Tahoma, Arial; font-size: 8pt; font-weight: bold; color: #FFFFFF }
.maintext { font-family: Tahoma, Arial; font-size: 10pt; }
a.maintext:link  { color: #0880CC }
a.maintext:hover { color: red }
a.maintext:visited  { color: #0880CC }

.linktext { font-family: Tahoma, Arial; font-size: 10pt }
a.linktext:link  { text-decoration: none; color: #0880CC }
a.linktext:hover { text-decoration: none; color: red }
a.linktext:visited  { text-decoration: none; color: #0880CC }

.shadow {width:336; height:45; filter: Shadow(Color=#666666, Direction=135)}

.thumb {border : 0px solid Black;}

/*Popup Thumbnail Pictures/ */
.thumbnail				{ position: relative; z-index: 0; }
.thumbnail:hover		{ background-color: transparent; z-index: 50; }
.thumbnail span			{ /*CSS for enlarged image*/ position: absolute; background-color: white; padding: 5px; left: -1000px; border: 1px solid 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: -40; left: -60px; /*position where enlarged image should offset horizontally */ }