/* CSS Document */

.text{
	font-family : Verdana;
	font-size : 10px;
	line-height : 25px;
	color:#000000;
	text-decoration : none;
	font-weight : normal;
}
.title{
	font-family : Verdana;
	font-size : 12px;
	line-height : 25px;
	color:#000000;
	text-decoration : none;
	font-weight : bold;
}
.price {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
}
.list {
	list-style-position: outside;
	list-style-type: disc;
	font-family: verdana;
	font-size: 10px;
	font-style: italic;
	list-style-image: url(../elements/bullet.gif);
	line-height: normal;
	font-weight: normal;




}
.address {
	font-family: Verdana;
	font-size: 9px;
}
.companyname {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
}
.menu {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;

}
.terms {
	font-family: verdana;
	font-size: 9px;
	font-style: italic;
}
