/* CSS Document */

body{
	color:#666666; text-align:left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:x-small; 
}

.font{
	color:#666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:x-small; 
}

a:link {text-decoration:none; color: #666666; font-size: 11px;}
a:visited {text-decoration:none; color: #666666; font-size: 11px;}
a:hover {text-decoration:underline; color: #FF9900; font-size: 11px;}
a:active {text-decoration:none; color: #666666; font-size: 11px;}

.galleryTextLink:link {text-decoration:none; color: #333333; font-size: 10px;}
.galleryTextLink:visited {text-decoration:none; color: #333333; font-size: 10px;}
.galleryTextLink:hover {text-decoration:underline; color: #FF9900; font-size: 10px;}
.galleryTextLink:active {text-decoration:none; color: #333333; font-size: 10px;}

.orangeLink:link {text-decoration:none; color: #FF9900;}
.orangeLink:visited {text-decoration:none; color: #FF9966;}
.orangeLink:hover {text-decoration:underline; color: #FFCC33;}
.orangeLink:active {text-decoration:none; color: #FF9900;}

.whiteLink:link {text-decoration:none; color: #FFFFFF;}
.whiteLink:visited {text-decoration:none; color: #FFFFFF;}
.whiteLink:hover {text-decoration:none; color: #FFFFFF;}
.whiteLink:active {text-decoration:none; color:#FFFFFF;}

.smallGrayFont {	
	font-size:xx-small;
	color: #666666;	
}

.smallPageFont {
	font-size:xx-small;
	color:#666666;
}

.grayFont {
	font-size:x-small;
	color:#666666;
}

.redFont {
	font-size:xx-small;
	color:#FF0000;
}

.galleryBlack { 
	color:#333333;
}

.galleryThumbnails{ 
	border:1px solid; 
	border-color:#000000;
	width:50px;
	height:50px;
	cursor:pointer;
}

.homeThumbnails{ 
	border:1px solid; 
	border-color:#000000;
	cursor:pointer;
}


.copyright{
	color:#666666; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:xx-small; 
	padding-right:10px; 
	text-align:right; 
}

.footer{
	color:#666666; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:xx-small; 
	padding-left:10px; 
	text-align:left; 
}
	
.smallLinks:link {text-decoration:none; color:#FF9900; font-size:xx-small;}
.smallLinks:visited {text-decoration:none; color: #FF9966; font-size:xx-small;}
.smallLinks:hover {text-decoration:underline; color: #FFCC33; font-size:xx-small;}
.smallLinks:active {text-decoration:none; color:#FF9900; font-size:xx-small;}

#dropmenudiv{
position:absolute;
border:0px black;
border-bottom-width: 0;
font:normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 0px black;
padding: 1px 0px;
text-decoration: none;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #DFE2E3;
}

.basictext {
        
	color:#666666;
}
.errortext {
	color:#C00000;
	font-size:xx-small;
}
