body  {
	margin: 40px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
	line-height:1.6em;
}
img	{
	border-style: none;
}
.showimgborder	{
	border: 2px outset #000099;
}

h1 {
	font-size: 20px;
	font-weight: bold;

}

h2 {
	font-size: 17px;
	font-weight: bold;

}
h3 {
	font-size: 14px;
	font-weight: bold;

}
h4 {
	font-size: 13px;
	font-weight: bold;

}
h5 {
	font-size: 12px;
	font-weight: normal;
}

h6 {
	font-size: 10px;
	font-weight: normal;
}

ol {
	text-align: left;
	text-indent: 24px;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	text-align: left;
	text-indent: 18px;
}
.hidden {
	color: #FFFFFF;
}
.tinytext {
	font-size: 9px;
	color: #666666;
	text-align: right;
}
.table1 {
	font-size: 12px;
	empty-cells: show;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-collapse: collapse;
}
.table1 th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.table1 td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	vertical-align: middle;
	}

.table2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-size: 12px;
	empty-cells: show;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-collapse: collapse

}
.table2 td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 3px;
}
.table2 th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 12px;
	padding: 3px;
}
.hols {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
	text-decoration: blink;
}