h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
     line-height: 15px; 
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 10px;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 19px;
}

.list1 a {
	padding-left: 11px;
	background: url(../images/homepage25.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #333;
     text-decoration: underline; 
}

