/* CSS definition file containing site wide stylesheets */

.Indented {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 11px;
 	font-weight: normal;
 	font-style: normal;
 	list-style-type: square;
 	text-indent: 15pt
}

.ListItemIndented {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 11px;
 	font-weight: normal;
 	font-style: normal;
 	list-style-type: disc;
 	padding-left: 15pt
}