/*** default styles ***/

body
{
	color: #535352;
	margin: 8px;
	background-color: #eeefde;
	font-family: Verdana, Arial;
	font-size: 10px;
}

.page-center
{
  margin-right: auto;
	margin-left: auto;
	width: 761px;
	background-color: #ffffff;
	border: solid 1px #D3D4C3;
	padding: 5px;
}

a
{
    color: #877346;
    text-decoration: none
}
a:link
{
    color: #877346;
    text-decoration: none
}
a:visited
{
    color: #877346;
    text-decoration: none
}
a:hover
{
    color: #877346;
    text-decoration: underline;
}
a.bold
{
    color: #877346;
    font-weight: bold;
    text-decoration: underline
}
a.bold:link
{
    color: #877346;
    font-weight: bold;
    text-decoration: underline
}
a.bold:visited
{
    color: #877346;
    font-weight: bold;
    text-decoration: underline
}
a.bold:hover
{
    color: #877346;
    font-weight: bold;
    text-decoration: underline;
}
a.dark
{
    color: #535352;
    text-decoration: underline
}
a.dark:link
{
    color: #535352;
    text-decoration: underline
}
a.dark:visited
{
    color: #535352;
    text-decoration: underline
}
a.dark:hover
{
    color: #535352;
    text-decoration: underline;
}

.textbold
{
    font-weight: bold;
}
.textcolorbold
{
    color: #877346;
    font-weight: bold;
}
.title
{
  color: #666666;
  font-size: 12px;
  font-weight: bold;
}
.label
{
  color: #976c63;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
  padding-right:5px;
}
.label-top
{
  color: #976c63;
  font-weight: bold;
  text-align: right;
  padding-right:5px;
}

td
{
	font-size: 10px;	
	color: #535352;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  vertical-align: top;
}

.box-3sides
{
  border-left: 1px solid #e0e2da;
	border-right: 1px solid #e0e2da;
	border-bottom: 1px solid #e0e2da;
	padding: 1px 1px 0px 1px;
}
.box-photo
{
  border-left: 1px solid #e0e2da;
	padding: 3px 3px 3px 3px;
}
.box-text
{
  border-left: 1px solid #e0e2da;
	border-right: 1px solid #e0e2da;
	border-bottom: 1px solid #e0e2da;
	padding: 20px 25px 20px 20px;
}
.box-dyna
{
  border-left: 1px solid #e0e2da;
	border-right: 1px solid #e0e2da;
	border-bottom: 1px solid #e0e2da;
	padding: 30px 70px 30px 56px;
}
.box-thumbs
{
  border-left: 1px solid #e0e2da;
	border-right: 1px solid #e0e2da;
	border-bottom: 1px solid #e0e2da;
	padding: 18px 12px 19px 13px;
}
.box-news
{
  border-left: 1px solid #e0e2da;
	border-right: 1px solid #e0e2da;
	border-bottom: 1px solid #e0e2da;
  padding: 18px 12px 10px 12px;
}
.thumb
{
  text-align: center;
  vertical-align: middle;
  padding: 0px 12px 14px 0px;
  width: 87px;
}
.gallery-tn
{
  text-align: center;
  vertical-align: top;
  padding: 0px 10px 10px 0px;
  width: 76px;
}
div.gallery-tn
{
  float: left;
  text-align: center;
  width: 76px;
  height: 115px;
  padding: 0px 0px 15px 0px;
}
div.gallery-tn img
{
  padding: 0px 0px 5px 0px;
}

.gallery-md
{
  padding: 0px 0px 14px 0px;
}
div.gallery-md
{
  float: left;
  width: 125px;
  padding: 0px 0px 10px 20px;
}


table.table-photo
{
  background-color: #faf7ef;
  border-bottom: solid 2px #ead1b6;
	padding: 3px 3px 3px 3px;
	background-image: url(/images/common/bg.gif);
  background-repeat: repeat-x;
}
table.table-cards
{
  background-color: #f1e6cf;
  border-bottom: solid 2px #ead1b6;
	padding: 3px 3px 3px 3px;
}

td.right
{
  text-align: right;
}
td.left
{
  text-align: left;
}
td.center
{
  text-align: center;
}
td.middle
{
  vertical-align: middle;
}
td.middlecenter
{
  vertical-align: middle;
  text-align: center;
}
td.middleright
{
  vertical-align: middle;
  text-align: right;
}

.onepx  /* for the netscape bug */
{
	font-size: 1px;
}

input
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
select
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.rule
{
	background-color: #e1e1e1;
	font-size: 1px;
}

.error
{
	font-size: 10px;
	font-weight: bold;	
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #cc3333;
}


form
{
  margin: 0;
}

.clear
{
	clear: both;
	font-size: 1px; 
	line-height: 1px;
	height: 0px;
	white-space: nowrap;
}		



