html {
	height: 101%;
}

body,td,th {
	margin-top: 0px;
	margin-left: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body	{
	background: #E6E8E6;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #FF0000;
}
h1,h2,h3,h4,h5,h6,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 10px;
}

.block {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background: #FFFFFF;
	position: relative;
	width:790px;
}

.iframe {
	background: #FFFFFF;
	position: relative;
}

.block1{
	background: #FFFFFF;
	position: relative;
	align: left;
	width: 400px;
}

.block2{
	background: #FFFFFF;
	position: relative;
	align: right;
	width: 380px;
}

.style1 {
	text-align: left;
	font-weight: bold; 
	font-size: 18px;
}
.style1header  {
	text-align: center;
	font-weight: bold; 
	font-size: 18px;
}


.style2 {
	text-align: left;	
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.style3 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.style4 {
	text-align: left;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.style5 {
	text-align: left;	
	font-size: 14px;
	font-weight: bold;
}

.style5j {
	text-align: justify;	
	font-size: 14px;
	font-weight: bold;
}

.style5header  {
	text-align: center;	
	font-size: 14px;
	font-weight: bold;
}

.style6 {
	text-align: left;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.style7 {
	text-align: left;
	font-size: 9px;
}

.style8 {
	text-align: center;
	font-size: 9px;
}

p {
	text-align: justify;
}

.pcenter {
	align: center;
}

li {
	text-align: justify;
}

.highlightyellow {
  background-color : #ffff00;
}

.highlightgreen {
  background-color : #009900;
}

.highlightpink {
  background-color : #ff00ff;
}

.highlightblue {
  background-color : #00ffff;
}