/* Style sheet for Artware Studios Link */
/* Centered Version */
/* Artware Studios Inc. */
/* 3 Septembe20 2011  tb */


.clear { clear: both; }

a {
		text-align: center;
		text-decoration: none;
}
.artwareStudiosLink {
		display: block;
		text-align: center;
		text-decoration: none;
		margin: auto;
		margin-top: 5px;
}
a.artwareStudiosText{
		display: inline;		
		margin: auto;	
		padding: 0;
		color: #000000;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;	
		text-align: center;
}
a:hover.artwareStudiosText{
		color: #3f2abc;
}
a.artwareStudiosLogo{
		display: block;
		width: 72px;
		height: 24px;
		margin: auto;
		margin-top: 5px;
		padding: 0;
		background-image:  url(http://www.artwarestudios.com/images/artware_logos/ArtwareStudiosLogo_Wx2.png); 
		background-position: bottom center;  		
}
a:hover.artwareStudiosLogo{
		background-position: top center;
}

