body {
	font-family: Verdana,arial,helvetica,sans-serif;
	font-size: 11px;
}
span {
	font-family: Verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: rgb(60,60,60);
	margin: 0;
}
span.title {
	font-family: Verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	color:rgb(60,60,60);
	font-weight: bold;
}
span.text { 
	font-family: Verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: rgb(60,60,60);
}
p { 
	font-family: Verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: rgb(60,60,60);
	margin: 0;
	line-height: 140%;
	margin-bottom: 8px;
}
p.title {
	font-family: Verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	color: rgb(72,72,72);
	font-weight: bold;
	margin-bottom: 8px;
}
p.titlelight {
	font-family: Verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	color: rgb(120,120,120);
	font-weight: bold;
/*	margin-top: -6px;*/
	margin-bottom: 8px;
}

p.text {
	font-family: Verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: rgb(60,60,60);
}
p.smalltext {
	font-family: Verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	line-height: 120%;
	color: rgb(60,60,60);
}
img.float-right {
	float: right;
}
img.float-left {
	float: left;
}
#normal_content ul {
	position: relative;
	margin-left: 24px;
	list-style-type: square;
	list-style-image: url(../img_layout/feed_icon.gif);
	list-style-position: outside;
}
#normal_content ol,li {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:11px;
	text-indent:0px;
	line-height:140%;
	color:rgb(70,70,70);
}

table {
	border-collapse: collapse;
}
table td {
	padding: 2px;
}
table.noborder, table.noborder td {
	border-collapse: collapse;
}
table.border, table.border td {
	border: 1px solid grey;
}
td.red {
	background-color: red;
}
td.yellow {
	background-color: yellow;
}
td.green {
	background-color: green;
}
