/******************* Background Images */
.backFooter {
	background-image: url(images/footer_blue.gif);
}
.backGallery {
	background-image: url(images/green.jpg);	
	top: 0px;
}
.backHome {
	background-image: url(images/red.gif);
	top: 0px;
	background-repeat: repeat;

}
.backArtist {
	background-image: url(images/orange.jpg);	
	top: 0px;
}
.backExhibit {
	background-image: url(images/blue.jpg);	
	top: 0px;
}
.backWhite{
	background-color: #FFFFFF;
}
.backContent{
	background-color: #FFFFFF;
	top: 0px;
}
.backGallery_body {
	padding: 4px 18px;
	background-image: url(images/img_gallery_back.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.backExhibit_body {
	padding: 4px 18px;
	background-image: url(images/img_exhibits_back.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.backHome_body {
	padding: 4px 18px;
	background-image: url(images/img_home_back.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.backArtist_body {
	padding: 4px 18px;
	background-image: url(images/img_artist_back.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

.backContent_foot {
	background: url(images/content_foot_back.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #040404;
	padding: 4px;
}
/************************ Text Settings */
.linkText {
		font-family: arial, helvetica, verdana, geneva, sans-serif;
		font-size: 11px;
		line-height: 17px;
		font-weight: 400;
		color: #FFFFFF;
		padding-bottom: 4px;
}
	A.linkText:link {
		font-size: 11px;
		font-weight: 400;
		color: #FAFAFA;
		text-decoration: none;
}
	A.linkText:visited {
		font-size: 11px;
		font-weight: 400;		
		color: #CCCCCC;
		text-decoration: none;
}
	A.linkText:hover {
		font-size: 11px;
		font-weight: 400;		
		color: #CA0612;
		text-decoration: underline;
}
	A.linkText:active {
		font-size: 11px;
		font-weight: 400;		
		color: #999900;
		text-decoration: underline;
}
.sideText {
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	color: #CCCCCC;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 12px;
	text-align: left;
}
	A.sideText:link {
		font-size: 11px;
		font-weight: 400;
		color: #FAFAFA;
		text-decoration: none;
		text-align: left;
}
	A.sideText:visited {
		font-size: 11px;
		font-weight: 400;		
		color: #CCCCCC;
		text-decoration: none;
		text-align: left;
}
	A.sideText:hover {
		font-size: 11px;
		font-weight: 400;		
		color: #CA0612;
		text-decoration: underline;
		text-align: left;
}
	A.sideText:active {
		font-size: 11px;
		font-weight: 400;		
		color: #999900;
		text-decoration: underline;
		text-align: left;
}
.sideTextbold {
		font-family: arial, helvetica, verdana, geneva, sans-serif;
		font-size: 11px;
		line-height: 17px;
		font-weight: 900;
		color: #FAFAFA;
		padding-bottom: 4px;
		text-align: left;
}
	A.sideTextbold:link {
		font-size: 11px;
		font-weight: 900;
		color: #FFFFFF;
		text-decoration: none;
}
	A.sideTextbold:visited {
		font-size: 11px;
		font-weight: 900;		
		color: #CCCCCC;
		text-decoration: none;
}
	A.sideTextbold:hover {
		font-size: 11px;
		font-weight: 900;		
		color: #CA0612;
		text-decoration: underline;
}
	A.sideTextbold:active {
		font-size: 11px;
		font-weight: 900;		
		color: #999900;
		text-decoration: underline;
}

.button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
	color: #000000;
	text-align: left;
}
	A.button_text:link {
	font-size: 11px;
	font-weight: 900;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
	A.button_text:visited {
		font-size: 11px;
		font-weight: 900;		
		color: #333333;
		text-decoration: none;
		text-align: left;		
}
	A.button_text:hover {
		font-size: 11px;
		font-weight: 900;		
		color: #0D3185;
		text-align: left;
		text-decoration: underline;
}
	A.button_text:active {
		font-size: 11px;
		font-weight: 900;		
		color: #CA0612;
		text-align: left;
		text-decoration: underline;
}
.bodyTextLight {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:17px;
	color: #666666;
	font-weight: 400;
	text-align: left;
	margin: 0px 0px 6px;
}
	A.bodyTextLight:link {
		font-size: 12px;
		color: #000078;
		text-decoration: none;
}
	A.bodyTextLight:visited {
		font-size: 12px;
		color: #2A2A92;
		text-decoration: none;
}
	A.bodyTextLight:hover {
		font-size: 12px;
		color: #0D3185;
		text-decoration: underline;
}
	A.bodyTextLight:active {
		font-size: 12px;
		color: #CA0612;
		text-decoration: underline;
}		
.bodyTextBold {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:17px;
	color: #999999;
	font-weight: 900;
	text-align: left;
}
	A.bodyTextBold:link {
		font-size: 12px;
		color: #666666;
		text-decoration: none;
}
	A.bodyTextBold:visited {
		font-size: 12px;
		color: #999999;
		text-decoration: none;
}
	A.bodyTextBold:hover {
		font-size: 12px;
		color: #0D3185;
		text-decoration: underline;
}
	A.bodyTextBold:active {
		font-size: 12px;
		color: #CA0612;
		text-decoration: underline;
}		
.sideHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: 900;
	color: #FAFAFA;
	text-decoration: none;
	text-align: left;
}

.loginTextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
	color: #000000;
	text-align: left;
}
.loginText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	text-align: left;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
}

.bodyText_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
	padding-left: 3px;
	padding-top: 2px;
	padding-right: 2px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #040404;
	text-align: left;
}
.bodyHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: 900;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
	padding-top: 2px;
	padding-right: 2px;
	text-align: left;
	text-align: left;
	background-color: #7C0E19;
	padding-bottom: 2px;

}
.bodyHeadGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: 900;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
	padding-top: 2px;
	padding-right: 2px;
	text-align: left;
	text-align: left;
	background-color: #818181;
	padding-bottom: 2px;
}
.body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: 900;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
	padding-top: 2px;
	padding-right: 2px;
	text-align: left;
	text-align: left;
	background-color: #CCCCCC;
	padding-bottom: 2px;
}
.bodyTextBlue_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: 400;
	color: #0D3E6F;
	text-decoration: none;
	text-align: left;
}
.padding4 {
	padding: 8px;
}	
.padding8all {
	padding: 8px;
}	
.paddingLeft {
	padding: 0px 8px;
}	
.paddingSide {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.paddingPix {
	padding-bottom: 8px;
}
