/* default link style 
a {
font-family : Arial, Helvetica, sans-serif; 
text-decoration : none; font-size: 10pt; 
background-color : transparent; 
font-weight : bold; }
a:visited  {
color : #52A2FE; 
text-decoration : none; 
font-size: 10pt; 
background-color : transparent; 
font-weight : bold; }
a:link  {
color : #52A2FE; 
text-decoration : none; 
font-size: 10pt; 
background-color : transparent; 
font-weight : bold; }
a:hover  {
color : #FF1A1A; 
text-decoration : underline; 
font-size: 10pt; 
background-color : transparent; 
font-weight : bold; }
a:active  {
color : #FF1A1A; 
text-decoration : underline; 
font-size: 10pt; 
background-color : transparent; 
font-weight : bold; }
*/
/* Body tag properties 
body  {
font-family : Arial, Helvetica, sans-serif;	
background-color : White; 
color: Black;}
*/
/* 
These styles are used in the default index.php, comments.php and archive.php pages.
You will no doubt want to edit those pages to suit your site and therefor you might
want to edit or delete these styles.

td {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  vertical-align : top;
}*/
/* tableheader is for that black/blue border on the table */
.tableheader {
  color: Black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
/*  background-color : White; */
  vertical-align : top;
 /* border : 1px solid #CCCCCC; */
}
/* menutable is for those yellow headers to the category and headlines menus */
.menutable {
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 10pt; 
font-family : Arial, Helvetica, sans-serif; 
color : #000000; 
background-color : #add2fc; 
width: 100%;
}
.menuinnertable {
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 10pt; 
font-family : Arial, Helvetica, sans-serif; 
color : #ffffff; 
background-color : #add2fc;
width: 100%;
border : 1px solid #ffffff;
vertical-align : middle;
}
.menuinner {font-family : Verdana, Arial, Helvetica, sans-serif; text-decoration : none; font-size: 10pt; background-color : transparent;}
a.menuinner:visited  {color : #000000; text-decoration : none; font-size: 8pt; background-color : transparent;}
a.menuinner:link  {color : #000000; text-decoration : none; font-size: 8pt; background-color : transparent;}
a.menuinner:hover  {color : #000000; text-decoration : none; font-size: 8pt; background-color : #ffffff;}
a.menuinner:active  {color : #000000; text-decoration : none; font-size: 8pt; background-color : #ffffff;}

.newsheadline2 {font-family : Arial, verdana, Helvetica, sans-serif; text-decoration : none; font-size: 14pt; background-color : transparent; font-weight : bold;}
.newsheadline {font-family : verdana, Arial, Helvetica, sans-serif; text-decoration : none; font-size: 10pt; background-color : transparent; font-weight : bold;}
.newsheadline:hover {font-family : verdana, Arial, Helvetica, sans-serif; text-decoration : none; font-size: 10pt; background-color : #add2fc; font-weight : bold; color: #ffffff;}
.newsdate {font-family : verdana, Arial, Helvetica, sans-serif; text-decoration : none; font-size: 8pt; background-color : transparent; font-weight : bold;}
.newsnavg {font-family : Arial, Helvetica, sans-serif; text-decoration : none; font-size: 8pt; background-color : transparent; font-weight : bold; color: #000000;}
a.newsnavg:visited {font-family : Arial, Helvetica, sans-serif; text-decoration : none; font-size: 8pt; background-color : transparent; font-weight : bold; color: #000000;}
a.newsnavg:link {font-family : Arial, Helvetica, sans-serif; text-decoration : none; font-size: 8pt; background-color : transparent; font-weight : bold; color: #000000;}
a.newsnavg:hover {font-family : Arial, Helvetica, sans-serif; text-decoration : none; font-size: 8pt; background-color : #000000; font-weight : bold; color: #ffffff;}
a.newsnavg:active {font-family : Arial, Helvetica, sans-serif; text-decoration : none; font-size: 8pt; background-color : #000000; font-weight : bold; color: #ffffff;}
