body{
padding:0px;
margin:0px;
background:url(images/bg.gif) center;
}

a  {font-family:Tahoma; font-size:12px; line-height:18px; color:#d39132;}

h1 {
		font-family:Times New Roman, Tahoma;
		font-size:28px;
		line-height:28px;
		color:#d39132; 
		padding: 0px 0px 0px 0px ;
		margin: 0px 0px 0px 0px ;
	}
	
h2 {
		font-family:Times New Roman, Tahoma;
		font-size:14px;
		color:#d39132; 
	}

table {border-collapse:collapse; border:0px;}

/*
table, td {
		width:100%;
		height:100%;
		border:0px;
	}
*/
td { vertical-align:top; padding:0px;}

a:hover{text-decoration:none;}

img { border:0px;}

.main_text, table, li, input, textarea
	{
		font-family:Tahoma;
		font-size:12px;
		line-height:14px;
		color:#9B8B67;
	}
	
.bg-topb { background:url(images/bg-topb.gif) left bottom no-repeat}
.bg-bot { background:url(images/bg-bot.gif) left top no-repeat; color:#282519; font-size:10px; text-transform:uppercase}
.bg-bot a{color:#282519}
.bg-bot div{ margin-top:10px}

.h_text { color:#4B4130}
.h_text a{ color:#4B4130; text-decoration:none; margin-left:8px}
.h_text a:hover{ color:#D7850E}

.no_class, form, .no_class td
	{
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;
	}

.form{height:22px; margin-top:1px;}
.form input {width:187px; height:19px; border:#ECE2C9 1px solid; background:#4B4130; padding-left:5px}

textarea {width:187px; height:116px; border:#ECE2C9 1px solid; background:#4B4130; padding-left:5px; overflow:auto; margin-top:1px}

ul {margin:0; padding:0; list-style:none}
li  {background:none; margin:0px; padding:0px}
li a  {font-family:Tahoma; font-size:12px; line-height:18px; color:#9B8B67;}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#D39132;
	font-weight:normal;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #9B8B67; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #4c4230;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/bubble.gif) no-repeat bottom;
}