@charset "utf-8";
/* CSS Document */

.text {
	padding-left:40px;
	padding-right:40px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #5d3b17;
	text-decoration: none;
}
.title {
	padding-left:40px;
	padding-right:40px;
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #974522;
	text-decoration: none;
}
.tdpadding{
margin-right:40px;
text-align:justify;
}

.bullete {
	list-style-position: inside;
	list-style-image: url(../images/bullete.gif);
	list-style-type: circle;
	padding-right:5px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #5d3b17;
	text-decoration: none;
}

a:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #5d3b17;
	text-decoration: underline;
}
a:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #5d3b17;
	text-decoration: underline;
}
a:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #C27C30;
	text-decoration: underline;
}

