body {
	font-family: helvetica;
	font-size: 12px;
        text-align: left;
	background: #EEFFEE;
	color: #000000;
	margin: 0px;
	padding: 5px;
}
#norm_text_s{
	height: auto;
	width: auto;
	margin-bottom: 4px;
	font-size: 10px;
	text-align: left;
	color: #000000;
	font-weight: normal;
}
#bold_text_s{
	height: auto;
	width: auto;
	margin-bottom: 4px;
	font-size: 10px;
	text-align: left;
	color: #000000;
	font-weight: bold;
}
#norm_text_m{
	height: auto;
	width: auto;
	font-size: 12px;
	margin-bottom: 6px;
	text-align: left;
	color: #000000;
	font-weight: normal;
}
#bold_text_m{
	height: auto;
	width: auto;
	margin-bottom: 6px;
	font-size: 12px;
	text-align: left;
	color: #000000;
	font-weight: bold;
}
#norm_text_l{
	height: auto;
	width: auto;
	margin-bottom: 8px;
	font-size: 14px;
	text-align: left;
	color: #000000;
	font-weight: normal;
}
#bold_text_l{
	height: auto;
	width: auto;
	margin-bottom: 8px;
	font-size: 14px;
	text-align: left;
	color: #000000;
	font-weight: bold;
}
#norm_text_x{
	height: auto;
	width: auto;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: left;
	color: #000000;
	font-weight: normal;
}
#bold_text_x{
	height: auto;
	width: auto;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: left;
	color: #000000;
	font-weight: bold;
}
#norm_text_xl{
	height: auto;
	width: auto;
	margin-bottom: 12px;
	font-size: 18px;
	text-align: left;
	color: #000000;
	font-weight: normal;
}
#bold_text_xl{
	height: auto;
	width: auto;
	font-size: 18px;
	margin-bottom: 12px;
	text-align: left;
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}