@charset "UTF-8";
/* CSS Document */



	 /*********************** links item *********************/
	 
	 
.linksnameh3{
margin: 0px 10px 6px 0px;
font-size: 1.4em;
font-weight:normal;
color: #0c8090;
}	 
	
.linksitem{
float:left;

}

.linksiteminner{
border-top: 1px dotted black;
border-bottom: 1px dotted black;
margin: 5px 0px 10px 0px;
padding: 10px;
float: left;

}

.linkslogoholder{
width: 140px;
float: left;
}

.linkslogo{
border: none;

float: left;
}

.linkstextholder{
float: left;
width: 300px;

}



.linkslink{
color: black;
text-decoration:none;
}

.linkslink:hover{
color: black;
text-decoration:underline;
}


.linksdata{
margin: 0px 0px 2px 0px;
padding: 0px;
}



