body {	  
		margin:0;
		padding:0;
	    font-size: 11px;
	    text-align: center;
	    font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
p {
		text-align: left;
}

h1 {
		font-size: x-large;
		font-weight: bold;
		color: #000;
		margin-top: 0px;
	    margin-left: 0px;
	    margin-right: 0px;
	    margin-bottom: 15px;
		padding: 0px 0px 0px 15px;
}

h2 {
		font-size: large;
		font-weight: bold;
		color: #000000;
		margin-top: 15px;
	    margin-left: 0px;
	    margin-right: 0px;
	    margin-bottom: 0px;
		padding: 0px 0px 0px 15px;
}

hr {
	height: 0px;
	border-top: solid 1px #445588;
	border-bottom: 0px;

}

img {
	border: 0px;
}

fieldset{
	border: none;
}

table.cls_main-table {
	position:absolute; 
	top: 0px;
	left: 50px;
	text-align: left;
	table-layout:fixed;
	background:#fff;
	width: 800px;
	border-style: none;
	border-width: 1px;
	border-spacing:0px;
	padding:0px;
}

tr.cls_main-table-frst-row {
	height: 2px;
}

td.cls_main-table-frst-row-cell1 {
	width:250px;
}

td.cls_main-table-frst-row-cell2 {
	width:350px;
}

td.cls_main-table-frst-row-cell3 {
	width:200px;
}

tr.cls_main-table-2nd-row {
	height: 125px;
}

td.cls_main-table-2nd-row-cell1 {
	width:100%;
	vertical-align:top;
}

tr.cls_main-table-3rd-row {
  font-size: 9px;
  height: 50px;
  vertical-align: top;
  font-weight:bold;
  text-align:right;
}

a {
  text-decoration: none;
 }
 
p.cls_counter {
 text-align: right;
 visibility: hidden;
 }
 
p.cls_3rd-row {
 text-align: right; 
 color: #000000; 
}

a {
 color:#6B78A9;
}

a:hover {
 color:#445588;
}