@charset "utf-8";
/* CSS Document */

img.thumbFull {
	float: left;
	height: 120;
	width: 120;
	margin: 14px;
	border: solid #F0E68C 1px;
}
#content a:link img.thumbFull, #content a:visited img.thumbFull {
	border: 1px solid #443366;
}
#content a:hover img.thumbFull, #content a:active img.thumbFull {
	border: 1px solid #F0E68C;
}
#content table.locTblLeft {
	float: left;
}
#content table.locTblRight {
	float: right;
}
#content img.locTable {
	border: 0px solid;
	margin: 0px;
	padding: 0px;
}