BODY	{
	font-family: Arial;
	color: #5B4A2D;
	background: #523E1B url('images/bg_bar.gif');
	background-repeat: repeat-x;
	margin: 0 0 0 0;
}


.	{
	font-size: 9pt;
}

A	{
	font-weight:bold;
	text-decoration:none;
	color: #3A280B;
}

A:hover {
	text-decoration:underline;
}

A.dropdown {
	font-size: 8pt;
	font-weight: bold;
	color: #F2E7D3;
}

A:hover.dropdown {
	color: #ffffff;
	text-decoration : none;
}

P	{
	font-size: 9pt;
	text-align: justify;
	line-height: 130%; 
}

P.sml	{
	font-size: 8pt;
	line-height: 100%;
}

h1	{ 
	font-size: 12pt;
	font-weight:bold;
 }

.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.navigation {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	line-height:25px;
	padding-left:15px;
	padding-right:15px;
}

.navigation a {
	color:#FFFFFF;
	text-decoration:none;
}

.navigation a hover {
	color:#000000;
}

.tipper {
			background-color: #AAA;
			color: #222;
			font-weight: bold;
			padding: 0.2em;
			margin: 0.5em;
		}
		a.tipper {
			background-color: #FFF;
			color: #00F;
		}
		.tool-tip {
			color: #fff;
			width: 139px;
			z-index: 13000;
		}
		 
		.tool-title {
			font-weight: bold;
			font-size: 11px;
			margin: 0;
			color: #9FD4FF;
			padding: 8px 8px 4px;
			background: url(images/bubble.png) top left;
		}
		 
		.tool-text {
			font-size: 11px;
			padding: 4px 8px 8px;
			background: url(images/bubble.png) bottom right;
		}
		.tool-loading {
			background: url(images/ajax_load.gif) center center no-repeat;
			width: 30px;
			height: 30px;
			margin: 0 auto;
			
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Trebuchet MS;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color:#f0e1c6;
	}
	
	a.thumbnail img { border:1px solid #333333; background:white; padding:5px; margin:10px 10px 0 0; }
		
		.thumb_holder { 					border:1px solid #333333; background:white; padding:5px; margin:15px 15px 0 0; position:relative; float:left; }
		.thumb_holder .thumb_thumb img { 	border:0; display:block; }
		.thumb_holder a.txt { 				font-size:8pt; color:#999; text-decoration:none; }
		.thumb_holder a.txt:hover { 		color:#555; text-decoration:underline; }
		.thumb_holder .low { 				float:left; margin-left:6px;}
		.thumb_holder .high { 				float:left; margin-left:6px; padding-left:6px; border-left:1px dotted #aaa; }