/* CSS definition file containing site wide stylesheets */

.TextObject {
	margin-left: 5px;
 	margin-right: 5px
}

UL {
	color: rgb(12,12,12);
 	list-style-type: square;
 	list-style-position: outside
}

.commonlayout {
	height: auto;
 	background-color: rgb(255,255,255);
 	padding-left: 5px;
 	overflow: scroll;
 	width: 866px
}