body{

	background-color: #FFFFFF;
	color: #FFFFFF;
	margin: 0px;
}

td{

	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #333333;	

}


h1{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0d4565;

}


.footer_text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;	
}

.textile_text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;	
}

.textile_text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;	
}


a:link{

	text-decoration: none;
	color: #333333;
	font-size: 10px;

}

a:visited{

	text-decoration: none;
	color: #333333;
	font-size: 10px;

}

a:active{

	text-decoration: none;
	color: #333333;
	font-size: 10px;

}

a:hover{

	text-decoration: none; 
	color: #333333;
	font-size: 10px;

}

/* Gallery Styles */

.galleryImage {
		width: 20%;
	}

.galleryImage img {
		float: left;
		margin: 3px;
		border: 1px dotted #CCCCCC;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		padding: 4px 4px 4px 4px;
	}
	
.textHolder {
		width: 80%;
		float: left;
		margin: 5px 0px 0px 10px;
	}
	
.textHolder a {
		color: #666;
	}

/* End Gallery Styles */
