/******** GENERAL STYLES ********/
body {
	font-family: Arial; 
	font-size: 10pt; 
	color: #555555; 
	background-color: #666666; 
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
}
p, ul, ol, li, td {
	font-family: Arial; 
	font-size: 10pt;
}

/******** FRAMEWORK STYLES ********/
/* Frame Border Color (Dark Vertical & Horizontal Bars) */
.frmborder_dark {
	background-color: #555555; 
}

/* Frame Border Color (Light Vertical Bars) */
.frmborder_light {
	background-color: #FFFFFF; 
}

/******** LEFT COLUMN STYLES ********/
/* Left Column Settings */
.lftcol_set {
	background-color: #EDEDED;
	padding-top: 10px; 
	padding-left: 10px; 
	padding-right: 10px;
	padding-bottom: 20px;
}

/* Left Column Fonts */
.lftcol_title {
	font-family: Arial; 
	font-size: 12pt;
	font-weight: bold;
	color: #89c1c0; 
}
.lftcollink_txt {
	font-family: Arial; 
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}
.gallery_title {
	font-family: Arial; 
	font-size: 8pt;
	font-weight: bold;
	color: #888888; 
}

/* Thumbnail Table Settings */
.thm_set {
	background-color: #FFFFFF;
}

/* Thumbnail Placeholder Color */
.thm_blank {
	background-color: #CCCCCC; 
}

/******** DISPLAY AREA STYLES ********/
/* Display Area Settings */
.display_set {
	background-color: #FFFFFF; 
	padding-top: 10px; 
	padding-left: 10px; 
	padding-right: 10px;
	padding-bottom: 10px;
}

/* Display Area Fonts */
.display_title {
	font-family: Arial; 
	font-size: 8pt;
	font-weight: bold; 
}
.display_txt {
	font-family: Arial; 
	font-size: 8pt;
}