a:link
{
	text-decoration: none;
	color: #000000;
}

a:active
{ text-decoration: none;
color: #ff0000;}
a:visited
{ text-decoration: none;
color: #000000;}
a:hover
{ text-decoration: underline;
color: #000000;}

a.underlink:link
{ text-decoration: underline;
	color: #000000;}
a.underlink:active
{ text-decoration: underline;
color: #ff0000;}
a.underlink:visited
{ text-decoration: underline;
color: #000000;}
a.underlink:hover
{ text-decoration: none;
color: #000000;}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	line-height: 20px;
}
.whitebox {
	border: thin solid #000000;
	background-color: #FFFFFF;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: normal;
	font-weight: normal;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	font-style: italic;
}
.mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	font-style: italic;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	font-style: italic;
}

.indexdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	margin: -5px 0 -5px 0;
}
.price {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
}
.gallerynames {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	font-style: normal;
}
.picborder {
	border: 1px solid #000000;
}

.red {
	color:#f00;
	font-weight: bold;
}