/*
        $Id: styles.css 1 2005-08-23 16:21:30Z ikk $
*/
/*
   Colors:

   #364D67 dark teal
   #2C3E52 very dark teal
   #525E6E medium gray

   #E5E8EE light blue/gray
   #B0B0B0 MEDIUM GRAY
   #FF6600 redish orange
   #FF0000 red
   #446688 dark teal
   #FFCC00 yellow

*/

body 
{
  background-color: #FFFFFF;
}

/* General font families for common tags */
font,th,td,p 
{
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;

}
a 
{
  text-decoration: none;
  font-weight: bold;
  color: #FF3333;
}
a:visited
{
  color: #FF3333;
}
a:hover
{
  color: #FF3333;
}
a:active
{
  color: #FF3333;
}

hr
{
  height: 0px;
  border: solid #525E6E 0px;
  border-top-width: 1px;
}

/* Header cells */
th, td.th
{
	font-size: 120%;
	font-weight: normal;
	color: #757575;
	font-family: Geneva, Arial, Helvetica, san-serif;
	background-color: #FFFFB3;


}

/* The largest text used in the index page title and toptic title etc. */
h1,h2
{
  font-weight: bold;
  font-size: 36px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  line-height : 120%;
  color: #666666;
}
.lightBg {
	background-color: #F0F0F0;
}

.darkBg {
	background-color: #757575;
}

.hilightBg {
	background-color: #FFCC00;
}

.copyright {
  font-size: 80%;
  font-weight: lighter;
}
