/*============GENERAL===========*/
/*----------body-general------------*/
body
{
background:#a87b50;
}
/*-----------page table--------------*/
table.page
{
border:#000000 solid 1px;
}
/*-----------special table----------*/
table.1x1
{
border:#000000 solid 1px;
background-color:#ffffff;
width:650px;
font-weight:normal;
font-family:arial;
font-style:normal;
font-size:12pt;
text-align:justify;
}
/*========ANCHORS==============*/
/*----------anchor-general-----------*/
a.link
{
color:#3c2415;
text-decoration:none;
font-weight:bold;
}
/*----------anchor-email------------*/
a.mail
{
color:#663300;
text-decoration:none;
font-weight:bold;
font-family:arial;
font-size:12pt;
}
/*------anchor-memb appl---------*/
a.memb
{
color:#000000;
text-decoration:none;
font-weight:bold;
}

/*--------anchor-hover-general-------*/
a:hover
{
color:#e7cfaa;
text-decoration:none;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background-color:#3c2415;
}
/*===========LOGO===========*/
/*------------cell-logo------------*/
td.logo
{
height:180px;
/*border:1px solid #000000;*/
background-color:#e7cfaa;
text-align:center; 
}
/*==========PAGE TITLE==========*/
/*---------cell-page title-----------*/
td.title
{
height:40px;
background-color:#e7cfaa;
/*border:#000000 solid 1px;*/
text-align:center;
color:#3c2415;
font-weight:bold;
font-family:arial;
font-style:italic;
font-size:20pt;
}
/*==========LINKS CELL============*/
/*---------paragraph-links----------*/
p.link
{
font-weight:normal;
font-family:arial;
font-style:normal;
font-size:12pt;
margin-left:10px;
}
/*------------cell-links-------------*/
td.links
{
width:110px;
background-color:#e7cfaa;
border:#000000 solid 1px;
}
/*=========CONTENT CELL===========*/
/*------table bulletins general-------*/
table.bulletins
{
border:1px solid #000000;
background-color:#ffffff;
width:650px;
height:300px;
font-weight:normal;
font-family:arial;
font-style:normal;
font-size:12pt;
text-align:justify;
}
/*-----paragraph (p) content --------*/
p.bulletin
{
color:#000000;
font-weight:normal;
font-family:arial;
font-style:normal;
font-size:12pt;
margin-left:10px;
}
/*----------cell-bulletins------------*/
td.contents
{
background-color:#e7cfaa;
border:#000000 solid 1px;
text-align:justify;
}
/*==========ACTIVITIES========*/
td.activities
{
background-color:#ffffff;
border:#000000 solid 1px;
text-align:center;
}
p.activities
{
color:#333333;
font-weight:bold;
font-family:arial;
font-style:normal;
font-size:10pt;
text-align:center;
}
/*==========FLASH============*/
td.flash
{
background-color:#ffffff;
border:#000000 solid 1px;
text-align:center;
}
/*==========FOOTER===========*/
/*-----------cell-footer------------*/
td.footer
{
height:40px;
background-color:#e7cfaa;
border:#000000 solid 1px;
text-align:center;
color:#3c2415;
font-weight:normal;
font-family:arial;
font-style:normal;
font-size:7pt;
}
/*=============END===========*/