@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3E5436;
}
.link:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #82724C;
}
.table_photos {
	border: 3px solid #E1DCC2;
}
.title_1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	color:  #545453;
}
.title_2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	color:  #878786;
}
.line_footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DCE0DB;
}

.regular_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.regular_text:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#000000;
	line-height: 18px;
}
.table_bottom_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADB5AA;
}

.bg_footer {
	background-image: url(images/bg_grey.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.box_home {
	background-image: url(../images/bg_grey.jpg);
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#divteam, #divcover{
padding:10px;
}

.forminput{
width:350px;
border:1px solid #BBB;
}
.forminput2{
border:1px solid #BBB;
}
.buttoninput{
width:120px;
background:#CCCCCC;
border:1px solid #BBB;}


#navigationDiv a {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	color:  #878786;
}

#navigationDiv a.selected {
   color: #545453;
}

.error{
font-size:12px;
color:#FF0000;
}