html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	background-color: White;
	font-family: Helvetica, Arial;
	font-size: 12pt;
	color: Black;
}

/* Hyperlinks are not underlined and gray */
A
{
	color: dimgray;
	text-decoration: none;
}

A.art
{
	color: dimgray;
	text-decoration: none;
}

A.art:visited
{
	color: lightgrey;
	text-decoration: none;
}

/* Width of the webpage */
TABLE.main
{
	width: 600px;
}

TD.mainleft
{
	/*border: thin solid Black;*/
	width: 400px;
}

TD.mainright
{
	/*border: thin solid Black;*/
	width: 200px;
}

/* Section heading of the page */
DIV.sectionname
{
	font-family: Helvetica, Arial;
	font-size: 24pt;
	text-align: left;
	color: Black;
}

/* Menu */
DIV.gallerymenu
{
	font-family: Helvetica, Arial;
	font-size: 12pt;
	text-align: right;
	color: Black;
}

/* Gallery info */
DIV.galleryinfo
{
	font-family: Helvetica, Arial;
	font-size: 11pt;
	text-align: right;
	color: Black;
}

/* Picture styles */
IMG.imagepic
{
	width: 300px;
}


DIV.imageartist
{
	font-family: Helvetica, Arial;
	font-size: 12pt;
	text-align: right;
	color: Black;
}

DIV.imagedesc
{
	font-family: Helvetica, Arial;
	font-size: 11pt;
	text-align: right;
	color: Black;
}

/* Artist listings */
DIV.artistinfo
{
	font-family: Helvetica, Arial;
	font-size: 11pt;
	text-align: justify;
	color: Black;
}

/* Exhibitions */
DIV.exhibitionyear
{
	font-family: Helvetica, Arial;
	font-size: 12pt;
	text-align: right;
	color: Black;
	cursor: pointer;
}

DIV.exhibitiondate
{
	font-family: Helvetica, Arial;
	font-size: 11pt;
	text-align: right;
	color: Black;
	margin-bottom: 5px;
}

DIV.exhibitiontitle
{
	font-family: Helvetica, Arial;
	font-size: 12pt;
	text-align: right;
	color: Black;
}

/* Press Releases */
DIV.showhead
{
	font-family: Helvetica, Arial;
	font-size: 24pt;
	text-align: center;
	color: Black;
	margin-bottom: 10px;
}

DIV.showdate
{
	font-family: Helvetica, Arial;
	font-size: 11pt;
	text-align: center;
	color: Black;
	margin-bottom: 10px;
}

DIV.showartist
{
	font-family: Helvetica, Arial;
	font-size: 16pt;
	text-align: center;
	color: Black;
}

DIV.showdesc
{
	font-family: Helvetica, Arial;
	font-size: 12pt;
	text-align: justify;
	color: Black;
}

/* Artist Listing */
DIV.artistname
{
	font-family: Helvetica, Arial;
	font-size: 14pt;
	text-align: right;
	color: Black;
}

/* click on image to see ... */
DIV.imageclick
{
	font-family: Helvetica, Arial;
	font-size: 9pt;
	text-align: left;
	color: Black;
}







