body
{
	background-color: white;
	font-family: verdana, arial, sans-serif, arial, sans-serif;
	font-size: 10pt;
	color: black;
	font-weight: normal;
}

td
{
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
}

a
{
	text-decoration: none;
	color: black;
}

a:visited
{
	text-decoration: none;
	color: black;
}	

a:hover
{
	text-decoration: underline;
	color: red;
}

td a
{
	text-decoration: none;
	color: black;
}

td a:visited
{
	text-decoration: none;
	color: black;
}	

td a:hover
{
	text-decoration: underline;
	color: red;
}

h1
{
	font-size: 13pt;
	font-weight: bold;
	margin: 0;
}

h2
{
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3
{
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
}

#PageBody
{
	margin-top: 10px;
}

#PageFooter
{
	font-size: 8pt;
}

#PageFooter td
{
	font-size: 8pt;
}

.TabOn
{
	border-bottom: solid #ffce19 1px;
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.TabOn a
{
	color: black;
	text-decoration: none;
}

.TabOn a:visited
{
	color: black;
	text-decoration: none;
}

.TabOn a:hover
{
	color: red;
	text-decoration: underline;
}

.TabOff
{
	border-bottom: solid gray 1px;
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	color: black;
}

.TabOff a
{
	color: black;
	text-decoration: none;
}

.TabOff	a:hover
{
	color: red;
	text-decoration: underline;
}

.OptionOn
{
	font-size: 9pt;
	color: black;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
}

.OptionOn a
{
	color: black;
	text-decoration: none;
}

.OptionOff
{
	font-size: 9pt;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
}

.OptionOff a
{
	color: black;
	text-decoration: none;
}

.searchbarlabel
{
	font-size: 8pt;
	font-variant: small-caps;
}

#basketbar td
{
	font-size: 7pt;
	font-weight: bold;
}

#toolsbar
{
	background-color: #ffce19;
	border-width: 1px;
	border-style: none none solid none;
	border-color: gray;
}

#toolsbar td
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 9pt;
}

div.autocomplete
{
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}

div.autocomplete ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div.autocomplete ul li.selected
{
	background-color: #ffb;
}
    
div.autocomplete ul li
{
	list-style-type:none;
	display:block;
	width:372px;
	margin:0;
	padding:4px;
	height:12px;
	cursor:pointer;
	font-weight: normal;
	font-family: courier;
	white-space: nowrap;
	overflow: hidden;
}

.pagingtools td
{
	font-size: 8pt;
}

#testimonial
{
	border: solid gray 1px;
	padding: 12px;
}

#testimonial_text
{
	font-size: 9pt;
}

#testimonial_attribution
{
	padding-top: 5px;
	color: black;
	font-size: 7pt;
	font-weight: bold;
	text-align: right;
}

.WorkTitleMajor
{
	font-weight: bold;
	font-size: 9pt;
}

.ArtistNameMajor
{
	font-weight: bold;
	font-size: 9pt;
}

.Label
{
	font-weight: bold;
	color: green;
	margin-bottom: 0px;
	padding-right: 5px;
}

.AlertBox
{
	margin-right: 50px;
	margin-left: 50px;
	border: solid 1px gray;
	padding: 15px;
	background-color: #FFFF99;
}



