body, p, td {
	font-family: Arial, Helvertica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
}
p {
	margin: 10px 0;
}
p.justify {
	text-align: justify;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
img {
	border: 0;
}

.inline {
	display: inline;
}
.small {
	font-size: 11px;
}
.medium {
	font-size: 13px;
}
.right {
	text-align: right;
}
	
.form th {
	text-align: left;
}
h1 {
	font-size: 18px;
	margin-bottom: 3px;
	margin-top: 0;
}

h2 {
	font-size: 17px;
	color: #633100;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #633100;
}
h2 .links {
	float: right;
	font-size: 12px;
	background: #e0e0e0;
	padding: 2px 5px;
	border: 1px solid #888;
}
.gray {
	color: #808080;
}

ul.spaced li {
	margin-bottom: 10px;
}

ul.tight {
	padding-left: 20px;
}

th {
	text-align: left;
}

.right {
	text-align: right;
}

hr {
	color: black;
	background: black;
	height: 1px;
	border: 0;
}

.clear {
	clear: both;
}
.fright {
	float: right;
}

.thumbs {
	clear: both;
	margin: 15px 0;		
}
.thumb {
	float: left;
	background: url(../images/vfade_2.jpg) bottom left repeat-x; 
	height: 170px;
	width: 150px;
	margin: 0 10px 10px 0;
	padding: 5px;
}
.thumb .img, .thumb_small .img {
	background: white;
}
.thumb .label {
	text-align: center;
	padding-top: 3px;
}
.thumb .img a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 155px;
	width: 150px;
	//border: 1px solid #e0e0e0;
}

.thumb_small {
	float: left;
	background: url(../images/vfade_1.jpg) bottom left repeat-x; 
	height: 115px;
	width: 100px;
	margin: 0 10px 10px 0;
	padding: 5px;
}
.thumb_small .img a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100px;
	width: 100px;
}
.thumb_small .label {
	text-align: center;
	padding-top: 3px;
	font-size: 12px;
}


.ellipsis {
	white-space: nowrap;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	-o-text-overflow: ellipsis;  
	-moz-binding: url('ellipsis.xml#ellipsis');  
}

.thumb:hover, .thumb_small:hover {
	background: url(../images/vfade_1.jpg) bottom left repeat-x; 
}

.round_back {
	background: #e0e0e0;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}
.round_back a {
	color: black;
}
.description {
	line-height: 1.5em;
}
