/* CSS Document */

.menuItem
{
	color: #e7efb0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
}

.menuItem:hover
{
	color:#ffed57;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: underline;
}

.menuItem2
{
	color: #e7efb0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
}

.menuItem2:hover
{
	color:#ffed57;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: underline;
}


.url
{
	color:#b85452;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.url:hover
{
	color:#e87472;
}



.contacts
{
	color:#7b7853;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.text
{
	color:#4c584e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-indent: 2em; 
	line-height: 1.4em;
}

.text2
{
	color:#4c584e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.4em;
}

.text_title
{
	color:#4c584e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.4em;
}

.title
{
	font-size: 24px;
	font-weight: bold;
	color:#7E6D41;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.errorMessage
{
	font-size: 24px;
	font-weight: bold;
	color:#CC3300;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.subtitle
{
	font-size: 14px;
	font-weight:bold;
}

.gallery_subtitle
{
	color: #7E6D41;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	font-style: italic;
}

.img
{
  border-width: 1px;
  border-color:#7e7b8d;
}

.imageBorder
{
	border: 1px solid #7e7b8d;
}

.inputArea
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #7e7b8d;
}

.inputFile
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #7e7b8d;
}

.button
{
  border-width: 1px;
  border-color:#7e7b8d;
  border-style:solid;
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#FFFF99; 
  background-color:#666666;
}
