/* CSS definition file containing site wide stylesheets */

.TextObject {
	font-size: 8pt;
 	font-weight: normal;
 	font-style: normal
}

P {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10pt;
 	color: rgb(135,135,134);
 	font-weight: normal;
 	font-style: normal;
 	padding: 2px 2px 3px 2px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.box {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 8pt;
 	color: rgb(135,135,134);
 	font-weight: normal;
 	font-style: normal;
 	border: 1px solid rgb(192,192,192);
 	padding: 2px 2px 3px 2px
}