BODY {
	font-family : arial;
	font-size : 11px;
	color : #000000;	
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #EBEBEB;
}

TABLE {
	font-family : arial;
	font-size : 11px;
}

A {
	font-family : arial;
	font-size : 11px;
	text-decoration : underline;
	color :#1E90FF ;
	font-weight: bold;
}

A:HOVER {
	color : #cc0000;
	text-decoration : underline;
	font-weight: bold;
}

HR {
	color : #cccccc;
	height : 1px;
	
}

LI {
	list-style-image :  url(images/point.gif);
	list-style-position : outside;
	background-repeat: repeat-x;
}




