﻿body {
}
.a {
	font-size: 9pt;
	line-height: 130%;
	color: #000000;
	filter:
        Dropshadow(offx=1,offy=0,color=white)
        Dropshadow(offx=0,offy=1,color=white)
        Dropshadow(offx=0,offy=-1,color=white)
        Dropshadow(offx=-1,offy=0,color=white);
	text-decoration: none;
}
.a:link {
	font-size: 9pt;
	line-height: 130%;
	color: #915D2E;
	filter:
        Dropshadow(offx=1,offy=0,color=white)
        Dropshadow(offx=0,offy=1,color=white)
        Dropshadow(offx=0,offy=-1,color=white)
        Dropshadow(offx=-1,offy=0,color=white);
	text-decoration: none;
}
.a:visited {
	font-size: 9pt;
	line-height: 130%;
	color: #915D2E;
	filter:
        Dropshadow(offx=1,offy=0,color=white)
        Dropshadow(offx=0,offy=1,color=white)
        Dropshadow(offx=0,offy=-1,color=white)
        Dropshadow(offx=-1,offy=0,color=white);
	text-decoration: none;
}
.a:hover {
	font-size: 9pt;
	line-height: 130%;
	color: #FF0101;
	filter:
        Dropshadow(offx=1,offy=0,color=white)
        Dropshadow(offx=0,offy=1,color=white)
        Dropshadow(offx=0,offy=-1,color=white)
        Dropshadow(offx=-1,offy=0,color=white);
	text-decoration: underline;
}