/* 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;		
}
*/

h1, h2, h3, h4, h5, h6, h7 {
	font-size: 14px;
	color: #F7921C;
	text-decoration: none;
	margin-top: 10px;	
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 18px;
	font-weight: bold;
}

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: 570px;	
	float: left;	
	clear: both;
	padding: 0px 0px 20px 3px;		
}

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: 210px;
    height:auto !important;
    height:210px; 	
	
	font-size:11px;	
}

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;	
}
