body
{
	background-color: #320701;
	background-image: url(/images/interface/background.jpg);	
	background-repeat: repeat-x;
	background-position: fixed;
}
td
{
	font-family: verdana;
	font-size: 12px;
	color: #EFDFCE;
}

td.PageContent
{
	text-align: justify;
	line-height: 150%;
	color: #EFDFCE;
	padding-left: 8px;
	padding-bottom: 20px
}

h1
{
	color: #AE9D75;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	

}
h2
{
	color: #AE9D75;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	

}
h3
{
	color: #AE9D75;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	

}
h4
{
	color: #AE9D75;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	

}

h5
{
	color: #AE9D75;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	

}

A:link
{
	color: #E69F14;
	text-decoration: none
}

A:visited
{
	color: #E69F14;
	text-decoration: none
}
A:active
{
	color: #E69F14;
	text-decoration: none
}
A:hover
{
	color: #E69F14;
	text-decoration: underline
}




A.FooterLink:link
{
	color: #E69F14;
	text-decoration: none
}

A.FooterLink:visited
{
	color: #E69F14;
	text-decoration: none
}
A.FooterLink:active
{
	color: #E69F14;
	text-decoration: none
}
A.FooterLink:hover
{
	color: #E69F14;
	text-decoration: underline
}



/* TOOLTIPS */

.tooltiptitle
{
	COLOR: 		#FFFFFF; 
	TEXT-DECORATION: none; 
	CURSOR: 	Default; 
	font-family: 	verdana; 
	font-weight: 	bold; 
	font-size: 	10px;
	padding: 	4px
}

.tooltipcontent
{
	COLOR: 			#000000; 
	TEXT-DECORATION: 	none; 
	CURSOR: 		Default; 
	font-family: 		verdana; 
	font-size: 		8pt;

}

#ToolTip
{	
	position:	absolute; 
	top: 		0px; 	
	left: 		0px; 
	z-index:	4; 
	visibility:	hidden;
}



input.ContactField
{
	background-color:	black;
	color: 			lightgray;
	padding:		3px
}