﻿body {
	background-color: #656464;
	background-image:url('images/background_grad.png');
	position: relative;
	background-repeat:repeat-x;
	min-width: 970px;
}

table_grad
{
	background-color: #656464;
	background-image:url('images/background_grad.png');
	position:fixed;
	background-repeat:repeat-x;
}

img{
	border: 0;
}



a:link{	color:white }
a:visited { color:white }
a:hover {	color: gray}

.menu_link
{
	text-decoration:none;
}

table.center {
	margin-left:auto; margin-right:auto;
	width:90%;
}

IMG.displayed {
	
	display: block;
	margin-left:auto;
	margin-right:auto;
}


.style1 {
	text-align: center;
}

.h3.indent {
	 text-indent:5px;
}

.style_right_background
{
	background: transparent url('image/background_right.jpg') fixed;
	
}
.style4 {
	/* background: transparent url('images/background2.jpg') fixed center; */
	width: 800px;
}

.style_flush
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.style_indented
{
	
	padding: 10px 10px 10px 10px;
}

.style_title1
{
	font-size: large; 
	text-align: left;
	font-weight: bold
}

.style5 {
	text-align: right;
	display:inline;
}
 
.style6
{
	vertical-align:middle;
	height:40px
}

/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 
