@charset "utf-8";

h1 {
	font-family: "Tahoma";
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
h2 {
	font-family: "Tahoma";
	font-size:25px;
	color: #000000;
	text-align: left;
}
body {
	color:#666666;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	font-size: 16px;
	font-family: "Tahoma";
}
span{
	font-weight:bold;
}
a:link {
	text-decoration: none;
	color: #F58220;
}
a:visited {
	text-decoration: none;
	color: #F58220;
}
a:hover {
	text-decoration: none;
	color: #F58220;
}
a:active {
	text-decoration: none;
	color: #F58220;
}
ul {
	list-style-image: url(imgs/seta.jpg)
}
