LI {
	list-style : disc;
	font-family: Verdana;
	text-indent: 0;
	margin-left :15px;
	list-style-position : outside;
}
LI.disc {
	list-style : disc;
	font-family: Verdana;
	text-indent: 0;
	margin-left :15px;
	list-style-position : outside;
}
LI.number {
	list-style : decimal;
	font-family: Verdana;
	text-indent: 0;
	margin-left :15px;
	list-style-position : outside;
}

DIV {
	text-indent: 30px;
}


A:LINK {
	color : Navy;
	border : none;
}

A:HOVER {
	color : Red;
	border : none;
}

A:VISITED {
	color : Olive;
	border : none;
}


H3.heading3 {
	font-family : Lucida Sans Unicode;
	color : Red;
	font : 200 normal medium;
	border : none;
}
H2.heading2 {
	color : Red;
	font : bold normal large Lucida Sans Unicode;
}
H1.heading1 {
	font : bolder normal large Lucida Sans Unicode;
	color : Navy;
}
BODY {
	font : 100 smaller;
	font-family : "Lucida Sans Unicode";
}
HR {
	border : medium ridge Green;
	width : 80%;
}
TABLE {
	border-spacing : .5cm;
	font-size : x-small;
	vertical-align : text-top;
	white-space : nowrap;
}

TD.left {
	width : 15%;
	padding : .2cm;
	
}
TD.center {
	width : 80%;
	padding : .2cm;
	
}
TD.right {
	width : 4cm;
	padding : .2cm;
	background-color : White;
}
