/* This document is a part of the Ceylan Project */
/* Standard Cascading Style Sheet File for menu bars */

/* Last update : 2003, December 29 */
/* Author : Olivier Boudeville (olivier.boudeville@online.fr) */


body {
  background: #FFFFFF;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  color: #BC66C4;
}


div.NoBorder {
  color: #000000;
  border: 5px;
}


div.BottomCenter {
 position: absolute;
 bottom: 5%;
 left: 5%;
}


div.Visited {
  font-size: 20px;
  font-weight: bold;
  color: #153788;
}


table {
  color: #444444;
  border-collapse: separate;
  border: solid;
  background: #CCCCCC;
  width: 90%;
  border-spacing: 5pt;
  margin-left: auto;
  margin-right: auto;
}


table caption {
  font-size: larger;
  font-weight: bolder;
}


hr {
  color: #153788;
}


tr {
   font-family: arial, helvetica, sans-serif;
   font-size: 15px;
}

th { 
   color: #EFEFEF;
   font-family: arial, helvetica, sans-serif; 
   font-weight: bold;
   font-size: 19px
 }

td { 
   font-family: arial, helvetica, sans-serif;
   font-size: 15px 
}


td a {
  font-weight: bold;
  font-size: 15px
}

a img {
 border: none;
 border-color: #000000;
} 

a:link {
  color:#000000; 
  background: transparent;
  text-decoration: none
}

a:visited {
  color: #333333;
  background: transparent;
  text-decoration: none
}

a:active {
  color: #000000;
  background: transparent;
  text-decoration: none
}

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

div.NoBorder a:link { 
  color:#000000
} 

div.NoBorder a:visited { 
  color:#000000
} 

div.NoBorder a:hover { 
  color:#FFFFFF
} 

