body,form,div,p,h1,h2,h3,h4,h5,ul,li,form,tr,td,blockquote,code,pre {
	padding: 0px;
	margin: 0px;
}

/*
div {
	position: relative; 
	because this may cause bug for ie 6 - for divs/img with floats
}
*/

div.wrapper {
	float: none;
	clear: both;
}

div.wrapperEnd {
	float: none;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

/*-----------------------------------------------------
	links
-----------------------------------------------------*/

a {
	text-decoration: none;
}

a:hover, a:focus {
}

a img {
	border: 0px none; /*in opera we can see hover background-color*/
}

/*-----------------------------------------------------
	fonts
-----------------------------------------------------*/

body,div,p,h1,h2,h3,h4,h5,ul,li,form,tr,td,blockquote,code,pre,
input,select,option,textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}

p,h1,h2,h3,h4,h5,blockquote {
	margin-bottom: 1.0em;
}

/*-----------------------------------------------------
	list
-----------------------------------------------------*/

ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul li {
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	margin-bottom: 0px;
	zoom: 1;
}