/* test.css */

body, td, tr, li, .txt  {
	font-size : 9pt;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}



A:ACTIVE {
	color : #CC0033;
}

A:LINK {
	color : #CC0033;
}

A:HOVER {
	color : #999999;
}

A:VISITED {
	color : #999999;
}


.head  {
	color : #CC0033;
	font-size : 9pt;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.subhead  {
	color : #CC0033;
	font-size : 9pt;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.formtext  {
	color : #CC0033;
	font-size : 9pt;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}


.adHead  {
	color : #CC0033;
	font-size : 8pt;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}


.adHead:hover  {
	color : #333333;
	font-size : 8pt;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.footerAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.photoCredit {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
}
.menuArtistName {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: normal;
}
.menuArtistName:hover {
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: normal;
	text-decoration: none;
}
.tintedTextboxRed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #CC0033;
	float: right;
	letter-spacing: 0.05em;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.3em;
	text-align: center;
	vertical-align: middle;
}

.redBorderbox {
	color : #000000;
	font-size : 10pt;
	font-weight :normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 10px;
	border: 1px solid #CC0033;
}