/* CSS Document */
/*
* {
margin: 0;
padding: 0;
}

body {
	background-color: #FFFFFF;
	margin: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
}
*/
table tr td {
	text-align: left;
	vertical-align:top;
	font-size:11px;
	border: 1px;
	border-style: solid;
	border-color: #999999;	
	border-width: 1px;		
	padding: 4px;		
}

p {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;		
	margin-bottom: 10px;
	line-height: 17px;
}

a {
	color:#333333;
}

a.noUnderline {
	text-decoration: none;
}

p.small {
	font-size:10px;
	color:#666666;	
}

table tr td img{
	border-style: solid;
	border-color: #999999;	
	border-width: 1px;	
}


/* CSS Document */

div.galleryRow {
	width: 770px;	
	float: left;	
	clear: both;
	padding: 0px 0px 20px 0px;		
}

div.galleryRow div.galleryCollumn {
	width: 185px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align:center;

	border: 1px;
	border-style: solid;
	border-color: #999999;	
	margin-right: 3px;
	padding-top:2px;
	background-color:#FFFFFF;
	
	min-height: 204px;
    height:auto !important;
    height:204px; 	
}

div.galleryRow div.galleryCollumn img {
	border: 1px;
	border-style: solid;
	border-color: #999999;	
}

div.galleryRow div.galleryCollumn img.noBorder{
	border-color: #ffffff;	
	border-width: 0px;	
}