/* CSS Document */
body {background-color:lightgrey;}
bg {
	background-image: url(images/bg.jpg);
}
.newbg {
	background-image: url(images/bg.jpg);
}

TD {
	FONT: 9pt arial; COLOR: #000000
}
A {
	FONT: 11px arial; PADDING-LEFT: 0px; FONT-WEIGHT: bold; COLOR: #000000; LETTER-SPACING: 0.02em; TEXT-DECORATION: none 
}
A:hover {
	FONT: 11px arial; FONT-WEIGHT: bold; COLOR: #CC6600;
}
.dottedlinebottom {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #BBBBBB;
}