A {
	color : Blue;
    background-color: transparent;
	text-decoration: underline;
}

A:HOVER,A:VISITED {
	color: red;
    background-color: transparent;
	text-decoration: underline;
}

BODY,P,TD,TABLE {
	color: Black;	
	background-color: White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

P {
	background-color: transparent;
    color: Black; 
}

TD {
	color: Black;	
    background-image: url(bg.gif);  

}

EM {
	font-style: italic;
	font-weight: bold;
}

.picDesc {
	font-family: "Courier New", Courier, monospace;
    font-size: 9pt;
    font-weight: bold;
}

.smTxt {
	font-size : 9pt;
}
