.big {
        font-size : 14pt;
        font-family : arial, helvetica;
        font-weight : bold;
	color : black;
}
.bigw {
        font-size : 14pt;
        font-family : arial, helvetica;
        font-weight : bold;
	color : white;
}
.small {
        font-size : 8pt;
        font-family : arial, helvetica;
	color : black;
}
.d {
        font-size : 10pt;
        font-family : arial, helvetica;
	color : black;
}
.db {
        font-size : 10pt;
        font-family : arial, helvetica;
        font-weight : bold;
	color : black;
}
.dr {
        font-size : 10pt;
        font-family : arial, helvetica;
	color : red;
}
.drb {
        font-size : 10pt;
        font-family : arial, helvetica;
        font-weight : bold;
	color : red;
}
.dw {
        font-size : 10pt;
        font-family : arial, helvetica;
	color : white;
}
.dwb {
        font-size : 10pt;
        font-family : arial, helvetica;
        font-weight : bold;
	color : white;
}
.dnu {
	text-decoration : none;
        font-size : 10pt;
        font-family : arial, helvetica;
        color : black
}
.navlink {
    	text-decoration : none;
        font-size : 10pt;
        font-family : arial, helvetica;
        font-weight : bold;
        color : white
}
.nu {
	text-decoration : none;
}

a {
	color : black;
}

a:hover {
	color : lightblue;	
}
a.g {
    color : #aaaaaa;
	text-decoration : none;
}
