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

	.textfont { font-family: Nyala, Geneva, sans-serif; font-size: 17px;
            color:#660000;
            font-style: Nyala;
			line-height: normal;
            text-decoration: none;}
			
	.texttitle { font-family: Tahoma, Geneva, sans-serif; font-size: 20px;
            color:#999;
            font-style: normal;
			line-height: normal;
            text-decoration: none;}
			
	.bubblewrap{
			list-style-type:none;
			margin:0;
			padding:0;
			}
	
	.bubblewrap li{
			display:inline;
			width: 40px;
			height:40px;
			}
	
	.bubblewrap li img{
			width: 40px; /* width of each image.*/
			height: 40px; /* height of each image.*/
			border:0;
			margin-right: 0px; /*spacing between each image*/
			-webkit-transition:-webkit-transform 0.1s ease-in; /*animate transform property */
			-o-transition:-o-transform 0.1s ease-in; /*animate transform property in Opera */
			}
	
	.bubblewrap li img:hover{
			-moz-transform:scale(1.5); /*scale up image 1.8x*/
			-webkit-transform:scale(1.5);
			-o-transform:scale(1.5);
			}
			
	.Bar1 { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #8a8996; font-weight: bold; font-style: normal; text-decoration: none;}
	.Bar1 a:link { color: #8a8996; text-decoration: none ;}
	.Bar1 a:visited { color: #8a8996; text-decoration: none ;}
	.Bar1 a:hover { color: #660000; text-decoration: none ;}

	.Credit { 
		  font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#8a8996;
		line-height:normal;
		  text-align:right;
		  }
	.Credit a:link { color: #8a8996; text-decoration: none ;}
	.Credit a:visited { color: #8a8996; text-decoration: none ;}
	.Credit a:hover { color: #660000; text-decoration: none ;}
	
	.contact1 { font-family: Nyala, Arial, garmond; font-size: 16px; color: #660000; font-style: normal; text-decoration: none;}
	.contact1 a:link { color: #8a8996; text-decoration: none ;}
	.contact1 a:visited { color: #8a8996; text-decoration: none ;}
	.contact1 a:hover { color: #C60; text-decoration: none ;}