body, html	{
	
	font-family: "Times New Roman", Times, serif;	
	font-size: 14px;
	line-height: 120%;
	color: #666666;
}



/*basics*/
a { color: #000}
a img {	border: 0; color: #000}
table {border-collapse:collapse;}


hr {
	color : #ffffff;
	border-bottom : 1px dotted #ffffff;
	height : 1px;
	clear : both;
	margin-bottom: 5px;
	margin-top: -3px;
	line-height: 1px;
}



h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 15px 0 30px 0;
	color: #666666;
}


h2 {
	font-size: 18px;
	line-height: 24px;
	margin: 15px 0 5px 0;
}
	
h3 {
	font-size: 16px;
	margin: 6px 0 3px 0;	
}


h4 {
	font-size: 12px;
	margin: 10px 0 3px 0;	
}

h5 {
	font-size: 11px;
	margin: 3px 0 1px 0;
	text-align:right;
	line-height: 110%;	
}
h6 {
	font-size: 10px;
	margin: 2px 0 12px 0;
	text-align:right;
	line-height: 110%;	
}

p {
	margin: 0 0 6px 0;
	line-height: 140%;
}



input, textarea
{
  color:#333333;
  background: #eeeeee;
  border: 1px solid #ffffff;
  padding-left : 3px;
  padding-top : 1px; 
  font-size:12px; 
 }

/*Listen*/


ul {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;	
}

ol {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;	
}
ul li {
	list-style-type: square;
	padding-bottom: 0px;
	list-style-image: url(img/dot.gif);
} 


