/* Misc */

html, body {
   background: #bacbe7;
   background-image:url(../images/background.jpg);
   background-repeat:repeat-x;
   height: 100%;
   width: 100%;
   margin: 0px;   
   padding: 0px;  
}


/* Tables */

table.main {
  width: 970px;
  border: 0px;
}

/* Text */

.text_black {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #1b1b1f;
}


/* Hyperlinks */

a:link, a:visited {
	color: #807f84;
	text-decoration: none;
	}

a:hover, a:active {
	color: #1b1b1f;
	text-decoration: none;
}

a.news:link, a.news:visited, a.news:active {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;		 
	font-weight: bold;
	color: #007abe;	
	text-decoration: none;	
	}

a.news:hover {
	color: #1b1b1f;
	text-decoration: none;
}