/* main styles frontend and backend  */

* {
	margin: 0;
	padding: 0;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
/*	color: #333333;
*/}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	line-height:26px;
	display:block;
	margin-bottom: 6px;
	letter-spacing: normal;
	font-weight: lighter;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 6px;
	letter-spacing: normal;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 6px;
	letter-spacing: normal;
}


p {
	margin-bottom: 4px;
}

/*.imgleft {
	padding-right: 15px;
	padding-bottom: 30px;
}
*/


li {
	list-style: disc outside;
	margin-left: 17px;
}
