.text {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12pt; font-weight: normal}
.textsmall {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #CCCC99}

a:active {  text-decoration: none}
a:hover {  color: #CC9900; text-decoration: none}
a:link {  text-decoration: none}
a:visited {  text-decoration: none}

.textsmall1 {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #000000}
.bgleft {  background-image: url(/images/bg_left.gif); background-repeat: no-repeat; background-position: left top}
.heading {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 10pt; font-weight: bold}


#elButton a  {

	color: #CC9900;
	font-size:9px;
	font-family:serif;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	border:0px outset black;
	background-color:black;
	background-image: none;
	display: block;
	width: 80px;
	height: 20px;
	padding: 1px 1px;
	margin-bottom: 3px;
	margin-top: 3px;

}

#elButton a:hover {

	background-color: white;
	background-image: none;
	color:#CC9900;
	padding-left:1px;
	border:0px inset white;

}

#elButtonClear a  {

	color: #996633;
	font-size:10px;
	font-family:serif;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	border:0px outset black;
	background-color:none;
	background-image: none;
	display: block;
	width: 60px;
	height: 20px;
	padding: 0px 0px;
	margin-bottom: 1px;
	margin-top: 1px;

}

#elButtonClear a:hover {

	background-color: white;
	background-image: none;
	color:#CC9900;
	padding-left:1px;
	border:0px inset white;

}

Table.menu a {

border:0px solid #333333;
display: block;
}

div.menu a {
color: #996633;
background: #ffffff;
text-decoration:none;
text-align: center;
font-size:11px;
font-weight:bold;
line-height:16px;
font-family: Tahoma, verdana, sans-serif;
padding: 2px 5px;
}

div.menu a:link {
color: #996633;
background: #cccc99;
}

div.menu a:active {
color: #996633;
background: white;
text-decoration:none;
}

div.menu a:visited {
color: #996633;
background: #cccc99;
}

div.menu a:hover {
color: #996633;
background: white;
border:0px solid #000000;
text-decoration:none;
}

div.menu (
position:absolute;
top:0;
left:0;
)


/* This is for the Top 1 Menu */
Table.menuTop1 a {

border:0px solid #333333;
display: block;
}

div.menuTop1 a {
color: #996633;
background: "Black";
text-decoration:none;
text-align: center;
font-size:11px;
font-weight:bold;
line-height:16px;
font-family: Tahoma, verdana, sans-serif;
padding: 2px 5px;
}

div.menuTop1 a:link {
color: #996633;
background: "Black";
}

div.menuTop1 a:active {
color: #996633;
background: white;
text-decoration:none;
}

div.menuTop1 a:visited {
color: #996633;
background: "Black";
}

div.menuTop1 a:hover {
color: #996633;
background: white;
border:0px solid #000000;
text-decoration:none;
}

div.menuTop1 (
position:absolute;
top:0;
left:0;
)






/*HOVER POPUP LINKS*/

/*hoverpopups type 1*/

#popup { color: #000; background-color: #c0c0c0; }

#popup a, #popup a:visited {
position: relative;
display: block;
width: 200px;
line-height: 17px;
text-align: right;
padding: 0 10px;
margin: 0;
border: 0px solid #666;
text-decoration: none;
font-size: 1em;
font-weight: bold;
}

#popup a span {display: none;}

#popup a:hover { background-color: #cccc99; }

/* the IE correction rule */
#popup a:hover	{
color: #CC9900; 
/* background-color: #e9e9e2; */
text-indent: 0; /* added the default value */
}

#popup a:hover span{
display: block;
/* position: relative; */
position: absolute; 
/* position: fixed; */
top: 0px;
left: 220px;
width: 350px;
margin: 0px;
padding: 10px;
color: #996633;
font-weight: bold;
background: #cccc99;
text-align: left;
border: 0px solid #666;
}

