body {
	font-family: "Tahoma";
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}
a
{
	color: #0f4cb2;
	text-decoration: none;
}
a:hover
{
	color: red;
}a:link {
	color: #0f4cb2;
	text-decoration: none;
}
td {
	font-family: Tahoma;
	font-size: 9pt;
}

.rightborder {
	border-right-style: dashed;
	border-right-color: #B2B2B2;
	border-right-width: 1px;
}
.rightbottomborder {
	border-right-style: dotted;
	border-right-color: #B2B2B2;
	border-right-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2B2B2;
	border-bottom-width: 1px;
}
.bottomborder {
	border-bottom-style: dotted;
	border-bottom-color: #B2B2B2;
	border-bottom-width: 1px;
}
.leftbottomborder {
	border-left-style: dotted;
	border-left-color: #B2B2B2;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2B2B2;
	border-bottom-width: 1px;
}
.bottomborder1 {
	border-bottom-style: solid;
	border-bottom-color: #B2B2B2;
	border-bottom-width: 1px;
}
li {
	list-style-type: circle;
}
.li1
{
	list-style-type: square;
}
.li2
{
	list-style-type: disc;
}
.li3
{
	list-style-type: decimal;
}
.li4
{
	list-style-type: lower-roman;
}
.li5
{
	list-style-type: none;
}
.li6
{
	list-style-type: upper-alpha;
}
