html{
	height: 100%;
	overflow:auto;
}

#flash_content {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

body {  
  color: #000000; 
  font-weight: normal; 
  font-size: 13px; 
  /* letter-spacing: 1px; */
  line-height: 11pt;
  font-family: Arial, Courier,  monospace;
  background-color:#ffffff;
  padding:0; 
  margin:0;
}

ol  {
	margin-left: 30px; 
	margin-top: 0;
	padding: 0;
}
	
li {
	margin: 0; 
	padding: 0;
	line-height:12pt;
	margin-bottom:16px;
}

hr {
	color: #000000;
}	

strong {
  font-size: 16px;
  line-height: 14pt; 
  font-weight: bold;
}

.fett{
	font-weight: bold;
}

h1 {
	padding-left:88px;
	font-size: 13px; 
}
h2 {
	padding-left:88px;
	font-size: 12px; 
	font-weight: normal;
}



a.noLine_Line:link, a.noLine_Line:visited, a.noLine_Line:active {
  cursor:pointer;
  color:#000000;
  text-decoration: none;
}
a.noLine_Line:hover {
  cursor:pointer;
  color:#000000;
  text-decoration: underline;
}

a.noLine_Line_gray:link, a.noLine_Line_gray:visited, a.noLine_Line_gray:active {
  cursor:pointer;
  color:#888888;
  text-decoration: none;
}
a.noLine_Line_gray:hover {
  cursor:pointer;
  color:#888888;
  text-decoration: underline;
}




img {
    border: none;
} 


input, textarea { 
	font-size:12px;
  	font-family: Arial, Verdana;
	font-style:normal;
	color:#000000; 
	font-weight:normal;	
	margin-top: 4px;
}


table { 
	padding: 0px; 
	margin: 0px;
	border: 0px;
	border-spacing:0px
	border-spacing:0px;	
	empty-cells:show;
	vertical-align: top;
	text-align: left;
}
	
	
a:link {
  cursor:pointer;
  color:#000000;
  text-decoration: none;
}
