/*-----------------------------------------------------------
/ GENERIC TAGS
-----------------------------------------------------------*/

body {
background-color: #CCCCCC;
margin-top: 0;
line-height: 1.4em;
text-align: center;
font-family : Tahoma;
font-size : 12px;
}

.text {

font-family : Tahoma;
	font-size : 12px;
	color: #333399;
	
	}
	
.caption {

font-family : Tahoma;
	font-size : xx-small;
	font-weight: bold;
	color: #333399;
	
	}
	

/*-----------------------------------------------------------
/ TABLES
-----------------------------------------------------------*/

.linktable{
border-left: 1px solid #333399;
border-right: 1px solid #333399;
border-top: 1px solid #333399;
border-bottom: 1px solid #333399;
background: #C7D9E5;
font-family : Verdana;
	font-size : 9px;
	color: #333399;
}

.maintable{
border-top: 1px solid #333399;
border-bottom: 1px solid #333399;
border-left: 1px solid #333399;
border-right: 1px solid #333399;
background: #92ACB9;
padding: 0px;
font-family : Tahoma;
	font-size : 12px;
	color: #333399;
}
.liztable{
border-top: 1px solid #FFFF66;
border-bottom: 1px solid #FFFF66;
border-left: 1px solid #FFFF66;
border-right: 1px solid #FFFF66;
background: #92ACB9;
font-family : Tahoma;
	font-size : 12px;
	color: #333399;

}

.nattable{
border-top: 2px solid #333399;
border-bottom: 2px solid #333399;
border-left: 2px solid #333399;
border-right: 2px solid #333399;
background: #C8C8C8;
font-family : Tahoma;
	font-size : 10px;
	color: #333399;

}





.pad {
padding: 5px;
}
	
.infobox {

border-bottom: 4px solid #000000;
}

.footer {
border-left: 1px solid #333399;
border-right: 1px solid #333399;
border-top: 1px solid #333399;
border-bottom: 1px solid #333399;
background: #C7D9E5;
font-family : Tahoma;
	font-size : 12px;
	color: #333399;
}

.horsebox {

border-right: 1px dashed #000000;
}

.photobox {

border-bottom: 1px dashed #000000;
}
	

	
	/*-----------------------------------------------------------
/ A TAGS
-----------------------------------------------------------*/

a:link, a:visited {
	text-decoration : none;
	font-weight: bold;
	color: #333399;
	background: transparent; 
	}

a:hover {
	text-decoration : none;
	color: #FFFF66;
	background: transparent; 
	
	}

a:active {
	
	text-decoration : underline;
	color: #526968;
	background: transparent;  
	}


a.grey:link, a.grey:visited {
	color: #999999;
	text-decoration : underline;
	font-weight: bold;
	}

 
a.grey:hover {
	color: #000000;
	text-decoration : none;
	}
