html {
  height	: 100%;
  border	: none;
}
			
body {
  height	: 100%;
  margin	: 0;
  padding	: 0;
}

.fullheight {
  height	: 100%;
}

form {
  margin     : 0px;
}


.body  {  margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; vertical-align:top; }

/* ----------------------------------  CONTENT  --------------------------------------------- */
.slogantext {  
		font-family		: Verdana;
		font-size		: 10px; 
		text-decoration	: none; 		
		font-weight		: bold;
		color			: #006282;
}


.maintext {  
		font-family		: Verdana;
		font-size		: 10px; 
		text-decoration	: none; 		
		font-weight		: normal;
		color			: #333333;
}
.maintext a {  
		font-family		: Verdana;
		font-size		: 10px; 
		text-decoration	: underline; 		
		font-weight		: none;
		color			: #333333;
}
.maintext a:hover {
  color                 : #006282;
  text-decoration       : underline; 		
}


.newstext {  
		font-family		: Verdana;
		font-size		: 10px; 
		text-decoration	: none; 		
		font-weight		: normal;
		color			: #666666;
}
.newstext a {
		font-family		: Verdana;
		font-size		: 10px; 
		text-decoration	: none; 		
		font-weight		: normal;
		color			: #666666;
}
.newstext a:hover {
  color                 : #006282;
  text-decoration       : underline; 		
}

.time {  
		font-family		: Verdana;
		font-size		: 10px; 
		text-decoration	: none; 		
		font-weight		: normal;
		color			: #666666;
}
/* ----------------------------------  FOOTER  --------------------------------------------- */

.bottom-links {  
		font-family		: Verdana;
		font-size		: 10px; 
		text-decoration	: none; 		
		font-weight		: bold;
		color			: #00475E;
}
.bottom-links a {
		font-family		: Verdana;
		font-size		: 10px; 
		text-decoration	: none; 		
		font-weight		: bold;
		color			: #00475E;
}
.bottom-links a:hover {
  color                 : #333333;
  text-decoration       : underline; 		
}

.copyrights {  
		font-family		: Verdana;
		font-size		: 10px; 
		text-decoration	: none; 		
		font-weight		: normal;
		color			: #858585;
}
