﻿body
{
	font-size: 9pt;
	margin: 0px;
	color: gray;
	font-family: 'Lucida Sans Unicode' , Verdana, Arial;
	text-decoration: none;
	background-color: #FFFFFF;
}

a
{
	font-size: 11px;
	margin: 0px;
	color: gray;
	font-family: 'Lucida Sans Unicode' , Verdana, Arial;
	 text-decoration: underline;
	 
}

a:hover
{
	font-size: 11px;
	color: #f1c9c9;
	font-family: 'Lucida Sans Unicode' , Verdana, Arial;
	text-decoration: underline;
}




.bodyText
{
	font-size: 9pt;
	color: gray;
	font-family: 'Lucida Sans Unicode' , Verdana, Arial;
	text-decoration: none;
}




.bodyTextHeader
{
	font-size: 9pt;
	text-transform: uppercase;
	color: gray;
	font-family: 'Lucida Sans Unicode' , Verdana, Arial;
}

.bodyTextHeader2
{
	font-size: 11pt;
	color: gray;
	font-family: 'Lucida Sans Unicode' , Verdana, Arial;
	text-decoration: none;
}

.stdInput
{
	border-right: gray 1pt solid;
	border-top: gray 1pt solid;
	border-left: gray 1pt solid;
	border-bottom: gray 1pt solid;
	font-family: 'Lucida Sans Unicode' , Verdana, Arial;
	background-color: #f1c9c9;
}

.buttonstyle
{
	border-right: #f9e7e7 1pt solid;
	border-top: #f9e7e7 1pt solid;
	border-left: #f9e7e7 1pt solid;
	border-bottom: #f9e7e7 1pt solid;
	font-family: 'Lucida Sans Unicode' , Verdana, Arial;
	background-color: #9e9e9e;
}

/* Gallery */
.thumbsViewer
{
    background-color: #fff;
    background-image: url(Images/gallery_thumbsBg.gif);
}

.RotatorImage
{
    margin:0px 11px ;
    cursor:hand;
    cursor: pointer;
}

.previewPane
{
    background-color: #fff;
    background-image: url(Images/gallery_previewPaneBg.gif);
    background-repeat: no-repeat;
}
/* Gallery */