body {
	background-color: #CFD6CE;
	margin-top: 50px;
}
td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}
/* ====================================================*/
/* GLOBAL LINKING SYTLES                               */
a:link {
	color: #000000;
	text-decoration:underline;
}
a:visited {
	color: #000000;
	text-decoration:underline;
}
a:hover {
	color: #595959;
	text-decoration:underline;
}
/* ====================================================*/
/* GLOBAL SYTLE: BACKGROUND USED FOR LEFT SIDE NAVIGATION ON THE GALLERY PAGES*/
.cbTestNav {
	background-image: url(../images/main/left_pagenav.jpg);
	background-repeat: no-repeat;
	width: 126px;
}

/* ====================================================*/
/* GLOBAL STYLE: FOR ALL GALLERY TITLES                */
.galTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
	text-align: center;
	color: #828282;
	word-spacing: 1px;
	text-transform: lowercase;
}
.galTitle a:link { 
	color: #828282;
	text-decoration:none;
}
.galTitle a:visited { 
	color: #828282;
	text-decoration:none;
}
.galTitle a:hover { 
	color: #828282;
	text-decoration:underline;
}
/* ====================================================*/
/* GLOBAL STYLE: FOR ALL GALLERY SUB-TITLES            */
.galSubTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding-top: 3px;
	text-align: center;
	text-transform: lowercase;
	color: #828282;
	word-spacing: 1px;
}

.galSubTitle a:link { 
	color: #828282;
	text-decoration:none;
}
.galSubTitle a:visited { 
	color: #828282;
	text-decoration:none;
}
.galSubTitle a:hover { 
	color: #828282;
	text-decoration:underline;
}
/* ====================================================*/
/* The following CSS revisions took place on 6/28/07 as*/
/* Mindy wanted new page background for the wedding section*/
/* WEDDING STYLE: FOR ALL GALLERY TITLES                */
.wedTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
	text-align: center;
	color: #666666;
	word-spacing: 1px;
	text-transform: lowercase;
}
.wedTitle a:link { 
	color: #666666;
	text-decoration:none;
}
.wedTitle a:visited { 
	color: #666666;
	text-decoration:none;
}
.wedTitle a:hover { 
	color: #666666;
	text-decoration:underline;
}
/* ====================================================*/
/* WEDDING STYLE: FOR ALL GALLERY SUB-TITLES            */
.wedSubTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding-top: 3px;
	text-align: center;
	text-transform: lowercase;
	color: #666666;
	word-spacing: 1px;
}

.wedSubTitle a:link { 
	color: #666666;
	text-decoration:none;
}
.wedSubTitle a:visited { 
	color: #666666;
	text-decoration:none;
}
.wedSubTitle a:hover { 
	color: #666666;
	text-decoration:underline;
}
/* ====================================================*/
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/* WEDDING SYTLE: BACKGROUND USED FOR WEDDING PAGE ONLY*/
.cbWeddingNav {
	background-image: url(../images/main/left_pagenav_wedding.jpg);
	background-repeat: no-repeat;
	width: 126px;
}
.borderWedding {
	border: 2px solid #ffffff;
}
/* ====================================================*/
/* GLOBAL SYTLE: FOR ALL OUTSIDE TABLE BORDERS         */
.borderAll {
	border: 2px solid #9DAC9B;
}

.borderPaige {
	border: thin solid #FFFFFF;
}
.small {
	font-size: 9px;
	color: #DDDECE;
	padding-right: 10px;
	line-height: 15px;
}

.alert {
	color: #990000;
}
.content {
	padding: 5px 5px 5px 10px;
}
.contentTitle {
	font-size: 16px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-transform: lowercase;
}
