body {
	height: 						100%;
	margin: 						0px;
	padding: 					0px;
	width: 						737px !important;
}

/* Headers */
.headerGallery {
	background-image: 		url('../img/headGallery.jpg');
	background-repeat: 		no-repeat;
	padding-bottom: 			10px;
	height: 						19px !important;
	width: 						128px !important;
}

/* Images */
.imageGallery {
	height: 						95px;
	width: 						95px;
	cursor: 						pointer;
	z-index: 					10000000;
	/*border: 						1px solid #000;*/
}
.imageGalleryDivV {
	height:						10px;
	width: 						0.1px;
}
.imageGalleryDivH {
	width:						10px;
	height: 						0.1px;
}


/* Tables */
.tableGallery {
	width: 						128px !important;
}
.tableImages {
	width:						730px !important;
	height: 						208px !important;
	padding-bottom: 			4px;
}


/* Dividers */
.divTable {
	height: 						11px !important;
	width: 						737px !important;
	padding-bottom: 			4px;
}
.divTopLeft {
	background-image: 		url('../img/divLeft.jpg');
	background-repeat: 		no-repeat;
	height: 						11px !important;
	width: 						100px !important;
}
.divTopMiddle {
	background-image: 		url('../img/divLoop.jpg');
	background-repeat: 		repeat-x;
	height: 						11px !important;
	width: 						537px !important;	
}
.divTopRight {
	background-image: 		url('../img/divRight.jpg');
	background-repeat: 		no-repeat;
	height: 						11px !important;
	width: 						100px !important;
}
.divBottomLeft {
	background-image: 		url('../img/divLeftBottom.jpg');
	background-repeat: 		no-repeat;
	height: 						11px !important;
	width: 						100px !important;
}
.divBottomMiddle {
	background-image: 		url('../img/divLoopBottom.jpg');
	background-repeat: 		repeat-x;
	height: 						11px !important;
	width: 						537px !important;	
}
.divBottomRight {
	background-image: 		url('../img/divRightBottom.jpg');
	background-repeat: 		no-repeat;
	height: 						11px !important;
	width: 						100px !important;
}


.bigLink {
	font-family: 				Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 					12px;
	font-weight: 				bold;
	color: 						#000;
	/*text-align: 				left;*/
	text-decoration: 			none;
	cursor: 						pointer;
	vertical-align: 			middle;
}
.bigLinkDisabled {
	font-family: 				Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 					12px;
	font-weight: 				bold;
	color: 						#CCCCCC;
	/*text-align: 				left;*/
	text-decoration: 			none;
	vertical-align: 			middle;
}
.bigLink:hover {
	font-family: 				Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 					12px;
	font-weight: 				bold;
	color: 						#DB0000;
	/*text-align: 				left;*/
	text-decoration: 			none;
	cursor: 						pointer;
	vertical-align: 			middle;
}
