/* Misc */

html, body {
   background: #FFFFFF;
   height: 100%;
   width: 100%;
   margin: 0px;   
   padding: 0px;  
}

/* Tables */

table.main {
  width: 970px;
  border: 2px solid #007abe;	
}

table.logo {
	border-right: 2px solid #007abe;	
}

td.head1 {
  	height: 138px;
  	width: 230px; 
  	background-image:url(../images/background_head.jpg);
  	background-repeat:repeat-x;
  	border-bottom: 2px solid #007abe;	  	
}

td.head2 {
  	height: 138px;
  	background-image:url(../images/background_head.jpg);
  	background-repeat:repeat-x;
  	border-bottom: 2px solid #007abe;	
}

td.content {
  	background-image:url(../images/background_content.jpg);
  	background-repeat:repeat-x;
  	background-color: #c9d5eb;
}

td.navigation {
  	background: #007abe;	
  	width: 228px;
  	border-right: 2px solid #007abe;	
}

/* Text */

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

.text_grey {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #807f84;
}

.text_color {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #007abe;	
}


/* Hyperlinks */

a:link, a:visited, a:active {
	color: #007abe;	
	text-decoration: none;	
	}

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

a.navigation:link, a.navigation:visited, a.navigation:active {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-left: 65px;
	}

a.navigation:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #007abe;	
	background: #99cae4;
	text-decoration: none;
	display: block
	padding-left: 65px;
}

.navigation_active {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #007abe;	
	padding-left: 65px;
}
