.blank{}

.bars, .bars TD, .bars TH {
	background-image:url('/graphics/lines_1x2.gif');
	}

a:link, a:visited { 
	text-decoration: none; 
	color: #d0d0d0;
	font-weight: bold;
	}

a:hover { 
	text-decoration: none; 
	font-weight: bold;
	color: #ffffff;
	}
	
/* Header */

.header h1 {
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	color: white;
	font-size: 13px;
	font-weight: normal;
	margin-top: 0; margin-bottom: 0; 
	}
	
/* Main Body */
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12.5px;
	font-style: normal;
	color: #d0d0d0;
	}
	
.body h1{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: #d0d0d0;
	}

/* FOOTER (size=2) color a0 */
.footer  {
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	padding: 0px 0px 0px 0px; /*Padding: Top, Right, Bottom, Left */ 
	font-size: 11.5px;
	color: #a0a0a0;
	} 
	
.footer a:link, .footer a:visited {
	color: #a0a0a0;
	}
	
.footer a:hover {
	 /* Link Hover */
	color: #ffffff;
	}
	
.ky_wd, .ky_wd a:link, .ky_wd a:visited, .ky_wd a:hover{
	font-family: veranda, sans-serif; 
	font-size: 8px;
	color: #050505;
	text-decoration: none;
	}

.gallery {
	font-family: Arial, Helvetica, sans-serif, sans-serif; font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #c0c0c0
	}	
	
.gallery a:link, div.gallery a:visited {
	/* Link colors */
	color: #c0c0c0 
	} 

.gallery a:hover {
	/* Link colors */
	color: #ffffff
	}  
	
.image {
	font-family: Arial, Helvetica, sans-serif, sans-serif; font-size: 14px;
	padding: 0px 0px 0px 20px; /*Padding: Top, Right, Bottom, Left */ 
	text-decoration: none;
	font-weight: bold;
	color: #c0c0c0 
	}
	  
.image a:link, div.image a:visited{
	/* Link colors */
	color: #c0c0c0 
	}  
	 
.image a:hover{
	/* Link colors */
	color: white
	} 
	 
	 
.extras {
	font-family: Arial, Helvetica, sans-serif, sans-serif; font-size: 12px;
	padding: 0px 0px 0px 40px; /*Padding: Top, Right, Bottom, Left */ 
	text-decoration: none;
	font-weight: normal;
	color: #c0c0c0 
	}
	 
.extras a:link, div.extras a:visited{
	/* Link colors */
	font-weight: normal;
	color: #c0c0c0 
	} 
	 
.extras a:hover{
	/* Link colors */
	font-weight: normal;
	color: white
	} 
	
/* --- E-Card funtions --- */

.error { 
	color: red; 
	border: outset 1px red; 
	padding: 2px; 
	background-color: #ffdcdc; }	

.no_error { 
	padding: 2px;
	}
 
.ecard_title { 
	font-weight: normal;   
	font-size: 15px; 
	color: black; 
	text-align: center; 
	} 
	
.ecard_small { 
	font-weight: normal; 
	font-size: 13px; 
	color: black;  
	}

