form
{
	background-color: #f0f0f0;
}

TABLE
{
	border: 0px;
}

.bold 
{
	FONT: bold 11px/16px verdana, helvetica, arial, sans-serif; 
	TEXT-TRANSFORM: none; 
	COLOR: #000000; 
	TEXT-DECORATION: none
}

.boldname 
{
	FONT: bold 12px/16px verdana, helvetica, arial, sans-serif; 
	TEXT-TRANSFORM: none; 
	COLOR: #000000; 
	TEXT-DECORATION: none
}

.newsTitle
{
	font: bold 18px/16px verdana, helvetica, arial, sans-serif;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.italic 
{
	FONT: italic 11px/16px verdana, helvetica, arial, sans-serif; 
	TEXT-TRANSFORM: none; 
	COLOR: #000000; 
	TEXT-DECORATION: none
}

.text 
{
	FONT: 11px/19px Verdana, Arial, Helvetica, sans-serif; 
	TEXT-TRANSFORM: none; 
	COLOR: #333333; 
	TEXT-DECORATION: none
}

.textInvisible
{
	FONT: 11px/19px Verdana, Arial, Helvetica, sans-serif; 
	TEXT-TRANSFORM: none; 
	COLOR: #f0f0f0; 
	TEXT-DECORATION: none
}

.textLight
{
	font: 11px/19px Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: gainsboro;
	text-decoration: none;
}

.title
{
	font-size: large;
	color: orange;
	font-family: Verdana, Haettenschweiler;
}

.tickerLines
{
	text-align: center;
}

.painting
{
	width: 50px;
	position: static;
	vertical-align:top;	
}

.paintingVerticalBorder
{
	width: 2px;
	background-color: ghostwhite;
}

.paintingHorizontalBorder
{
	 height: 2px;
	background-color: ghostwhite;
}

.paintingRotator
{
}

.commentRotator
{
	text-align: center;
}

.comment
{
	font-family: Tahoma, 'Monotype Corsiva' , 'Lucida Calligraphy' , Arial;
}

.paint
{
border: 2px;
background-color: #fffff0;
}

.ExpoLine
{
	background-repeat: repeat;
	background-color: #a9a9a9;
}

.ExpoBorder
{
	background-color: white;
}

.ExpoGalleryName
{
	font-weight: bold;
	font-size: large;
	font-family: Tahoma;
}

.ExpoTitle
{
	font-weight: bold;
	font-size: medium;
	color: tan;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ExpoRotatorText
{
	font: 11px/19px Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: darkgray;
	text-decoration: none;
}

.ExpoDate
{
	font-size: x-small;
	font-family: Tahoma;
}

.ExpoGallery
{
	font-size: x-small;
	font-family: Tahoma;
}

.stop
{
    width: 31px;
    height: 34px;
    background-image: url(images/pause.gif);
    border: 0px;
    background-color: transparent;
    cursor: hand;
}

.start
{
    width: 31px;
    height: 34px;
    background-image: url(images/slideshow.gif);
    border: 0px;
    background-color: transparent;
    cursor: hand;
}

.down
{
    width: 31px;
    height: 34px;
    background-image: url(images/down.gif);
    border: 0px;
    background-color: transparent;
    cursor: hand;
}

.up
{
    width: 31px;
    height: 34px;
    background-image: url(images/up.gif);
    border: 0px;
    background-color: transparent;
    cursor: hand;
}

.left
{
    width: 31px;
    height: 34px;
    background-image: url(images/left.gif);
    border: 0px;
    background-color: transparent;
    cursor: hand;
}

.right
{
    width: 31px;
    height: 34px;
    background-image: url(images/right.gif);
    border: 0px;
    background-color: transparent;
    cursor: hand;
}
