body {
background-color : #efefef;
margin: 10 0 0 0; 
}

td, p {
font-family:"verdana","helvetica", sans-serif; 
font-size:12px; 
color:#000000;
}

.h1 {
font-family:"verdana","helvetica",sans-serif; 
color:#000000; 
font-weight:bold; 
font-size:18px;
}

.white {
font-family:"verdana","helvetica", sans-serif; 
font-size:12px; 
color:#FFFFFF;
}

.h1white {
font-family:"verdana","helvetica",sans-serif; 
color:#ffffff; 
font-weight:bold; 
font-size:18px;
}     

a:link {
color:#006699; 
text-decoration:underline;
}

a:visited {
color:#9900CC; 
text-decoration:underline;
}

a:active {
color:#9900cc; 
text-decoration:underline;
} 

a:hover {
color:#ff33ff; 
text-decoration:underline;
}

.dark{
color:#006699;
}

a.dark:link {
color:#99CCCC; 
text-decoration:underline;
}

a.dark:visited {
color:#99CCCC; 
text-decoration:underline;
}

a.dark:active {
color:#99CCCC; 
text-decoration:underline;
} 

a.dark:hover {
color:#669999; 
text-decoration:underline;
}

.box {
background-image : url(images/white.gif);
}

.blue {
background-image: url(images/blue.gif);
}

.button0 {
background-image:  url(images/button0.gif);
background-position : top;
background-repeat : repeat-y;
width: 150;
}


li {
list-style: disc url(images/bullet.gif) ; 
}