/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family: Myriad Pro, "Lucida Grande", Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 150%;
}

.headings {
	font-size: 36px;
	line-height: 140%;
	color: #ffffff;
}
.headings a{
	text-decoration: none;
	color: #ffffff;	
}

.headings a:hover{
	color: #cccccc;	
}

.headingswhite {
	font-size: 18px;
	color: #FFFFFF;
}

.headingswhite a{
	text-decoration: none;
	color: #FFFFFF;
}

.headingswhite a:hover{
	color: #000000;
	text-decoration: none;

}

.foot {
	font-size: 12px;
	line-height: 170%;
	color: #CCC;
}
.foot a{
	font-size: 12px;
	text-decoration: none;
	color: #CCC;
	font-weight: normal;
}
.foot a:hover{
	font-size: 12px;
	color: #cccccc;	
	text-decoration: underline;

}

.az {
	font-size: 18px;
	line-height: 170%;
	color: #000000;
	font-weight: bold;
}
.az a{
	font-size: 18px;
	text-decoration: none;
	color: #000000;
}
.az a:hover{
	font-size: 18px;
	color: #999999;	
}

.exhibitiontitle {
	font-size: 14px;
	color: #999999;
	font-weight: normal;
}

.exhibitiontitle a {
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

.exhibitiontitle a:hover {
	font-size: 14px;
	color: #FFFFFF;
}

strong {
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}



