A:visited  {FONT-SIZE: 11pt; color: #C98628; text-decoration: none; font-family: Arial;}
A:active  {FONT-SIZE: 11pt; color: #000000; font-weight: none; font-family: Arial;}
A:hover {FONT-SIZE: 11pt; color: #FD8C03; text-decoration: underline; font-family: Arial;}
A:link  {FONT-SIZE: 11pt; color: #C98628; text-decoration: none; cursor: hand; font-family: Arial;}
td { FONT-FAMILY:Arial,Helvetica,Sans-serif;FONT-SIZE: 10pt; color: #333333 } 
.9pt {font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight:bold; color:#C90033; text-decoration:none;}
.11pt {font-family:arial,helvetica,sans-serif; font-size:11pt; font-weight:bold; color:#C98628; text-decoration:none;}
.24px {font-family:Times New Roman; font-style=italic; font-size:24px; font-weight:bold; color:#C98628; text-decoration:none;}
.menu {FONT-FAMILY:Arial;FONT-SIZE: 8pt; font-weight:bold}
.menu a{text-decoration:none;color:#FFFFFF;}
BODY {
	SCROLLBAR-BASE-COLOR: #C98628;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
}
SELECT {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 16px;
	FONT-WEIGHT:bold;
	COLOR: #000000;
	BACKGROUND-COLOR: #E8D7B2
}
TEXTAREA, .bginput {
	FONT-SIZE: 7pt;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	COLOR: #000000;
	BACKGROUND-COLOR: #CFCFCF
}
#codebuttons input { font-family: verdana, arial, helvetica; font-size: 11px; }
#codebuttons select { font-family: verdana, arial, helvetica; font-size: 11px; }
.smilieTable { border-width: 2px; border-style: outset; }
.forumline {background:#FFFFFF;border:1px solid #EF891C}

.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: 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 */

}