table.Main {
	border-width: 2px;
	border-style: solid;
//	border-color: #d2bd7c;
	border-color: black;
	border-collapse: collapse;
}
table.cellLink td {
	padding:0
}
table.cellLink td a {
	padding:0px; 
	display:block
}
table.cellLink td a:hover {
	background:#0d5031;
	color:white
}
table.bcell td {
	font-family: Verdana, Helvitica, Arial, Sans-Serif;
	font-size: 12px;
       text-align: justify;
}

/* 
    ------------
    BODY FONT
    ------------
*/

body { 
  font-family: Verdana, Helvitica, Arial, Sans-Serif;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none; 
  font-color: #bbbb87; 
}

/* 
    --------------
    PARAGRAPH FONT
    --------------
*/
p { 
  font-family: Verdana, Helvitica, Arial, Sans-Serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none; 
  text-align: justify;
  font-color: #bbbb87; 
}
p.events { 
  font-family: Verdana, Helvitica, Arial, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none; 
  text-align: justify;
  font-color: #bbbb87; 
  line-height: 30px;
}
p.body_header { 
  font-family: Verdana, Helvitica, Arial, Sans-Serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none; 
  text-align: justify;
  font-color: #bbbb87; 
}
p.footer { 
  font-family: Verdana, Helvitica, Arial, Sans-Serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none; 
  text-align: center;
  font-color: #ffffff; 
}




/* 
    ---------
    MENU LINK 
    ---------
*/
a.menu:visited { 
  font-size: 9px;  
  color: #084b72;  
  text-decoration: underline;
}

a.menu:link { 
  font-size: 9px;  
  color: #084b72; 
  text-decoration: underline;
}

a.menu:hover { 
  font-size: 9px;  
  color: #084b72; 
  text-decoration: underline;
}

/* 
    ------------
    SUBMENU LINK 
    ------------
*/
a.subm:visited { 
  font-size: 9px;  
  color: #084b72; 
  text-decoration: none;
}

a.subm:link { 
  font-size: 9px;  
  color: #084b72; 
  text-decoration: none;
}

a.subm:hover { 
  font-size: 9px;  
  color: #084b72; 
  text-decoration: underline;
}

/* 
    ---------
    BODY LINK 
    ---------
*/
a.body:visited { 
  font-size: 13px;  
  color: #000000;  
  text-decoration: underline;
}

a.body:link { 
  font-size: 13px;  
  color: #000000; 
  text-decoration: underline;
}

a.body:hover { 
  font-size: 13px;  
  color: #000000; 
  text-decoration: underline;
}



/* 
    ------------
    BOTTOM LINK 
    ------------
*/
a.bottomLink:visited { 
  font-size: 13px;  
  color: gray;
  text-decoration: none;
}

a.bottomLink:link { 
  font-size: 13px;  
  color: gray;
  text-decoration: none;
}

a.bottomLink:hover { 
  font-size: 13px;  
  color: #646060;
  text-decoration: none;
  background: #97b8fe;
}

