/*****************************************
 * COMMON
 *****************************************/

a
{
  font-family: Tahoma;
  font-size: 12px;
  font-weight:bold;
}

a:link, a:visited
{
  color: #1D3477;
  text-decoration: none;
}

a:hover
{
  color: #1D3477;
  text-decoration: underline;
}



body {
  border: none;
  background:#CECF9C;
  overflow:auto;

  scrollbar-3d-light-color: #655038;
  scrollbar-arrow-color:  #DBD5CC;
  scrollbar-base-color: #9C9A63;
  scrollbar-dark-shadow-color: #BAB3AA;
  scrollbar-face-color: #9C9A63;
  scrollbar-highlight-color: #343427;
  scrollbar-shadow-color: #655038;
}

table {
  font-family: Helvetica;
  font-size:12px;
  color:black;
}


td {
  font-family: Helvetica;
  font-size:13px;
  color:black;
}

span {
  font-family: Helvetica;
  font-size:13px;
  color:black;
}

p {
  text-align:justify;
}

.startupTABLE {
  background: url(../img/common/startupBg.jpg) no-repeat center;

}

.startupEnter {
  font-family: Monotype Corsiva;
  font-size:20px;
  font-weight:bold;
}

.mainTABLE {
  width:780px;
  height:100%;
  border: 1px solid #343427;
  background:#9C9A63;
}


.contentTitleSPAN {
  font-family: Franklin Gothic Medium, Monotype Corsiva;
  font-size:17px;
  font-weight:bold;
  color: #1D3477;
}

.imageTD {
  border:1px solid #8C8B53;
}

.button {
  border: 1px solid #343427;
  xbackground: url(../img/common/buttonBg.gif);
  font-family: Helvetica;
  font-size:7.5pt;
  font-weight:bold;
  color: #160D02;
  cursor:pointer;
  background:#9B9A62;
}

.counter {
  padding-top:1px;
  height:0px;
}

.counterDescription {
  font-size:13px;
  padding-left:10px;
}

a.menuItem
{
  font-family: Tahoma;
  font-size: 11px;
  font-weight:bold;
}

a.menuFooter
{
  font-family: Tahoma;
  font-size: 9px;
  font-weight:bold;
  color: #8F8F8F;
}

a.menuFooter:link, a.menuFooter:visited
{
  color: #8F8F8F;
  text-decoration: none;
}

a.menuFooter:hover
{
  color: #8F8F8F;
  text-decoration: underline;
}





/*****************************************
 * MAIN CONTENT PANEL
 *****************************************/

.contentOuterPanelTD {
  border:1px solid #343427;
  padding:5px;
  background: #9C9A63;
}

.contentInnerPanelTD {
  border:1px solid #343427;
  padding:10px;
  background: #CECF9C;
}

.contentListTitleTD{
  padding-left:3px;
  padding-right:3px;
}


/**************************************************************************************/

/*****************************************
 * NEWS CONTENT
 *****************************************/


.titleTextTD {
  text-align:justify;
  color:#1D3477;
  background:#C3C38F;
}

.newsTextTD {
  text-align:justify;
  padding-bottom:5px;
}

.contentTableHeaderTR{
  background:#9C9A63;
}

.contentTableHeaderSPAN {
  font-weight:bold;
  color: #322922;
}

.contentTableEvenCellTR {
  background:#CECF9C;
}

.contentTableOddCellTR {
  background:#C3C38F;
}

.contentTableCellSPAN {
  font-size:10px;
}


.copyright {
  font-size:10px;
  color: #322922;
}



