body {
background-image: url(images/bg.jpg); background-repeat: repeat
}
 color: White;
}

a, a:visited,a:hover,a:active {
 color: Black;
 text-decoration : none;
}

a:hover {
 color: Black;
 font-weight: bold;
}

a.menu,a.menu:visited,a.menu:active {
 color: Black;
 text-decoration: none;
}

a.menu:hover {
 color: black;
 text-decoration: bold;
}

a.toptext,a.toptext:visited,a.toptext:active {
 color: White;
 text-decoration: underline;
}

a.toptext:hover {
 color: White;
 text-decoration: none;
}

a.category,a.category:visited,a.category:active {
 color: White;
 text-decoration: underline;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 9pt;
}

a.category:hover {
 color: White;
 text-decoration: none;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 9pt;
}

a.iconlink, a.iconlink:hover {
 color: Black;
 text-decoration : none;
 font-size: 9pt;
 font-weight: normal;
}

table 

.sitedescription {
 color : #990000;
}

.tablehead {
 background-color : Black;
 color: White;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 font-weight: bold;
}

.tabledesc {
 background-color : #dfdfdf;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 font-weight: bold;
}

.tableodd {
 background-color : #efefef;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 9pt;
}

.tableeven {
 background-color : #dfdfdf;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 9pt;
}

