#content p,
#content li,
#content ul,
#content ol,
#content td {
	line-height: 218%;
}

#content p {
	margin: 0;
	color: black;
	font-size: 85%;
}

#content em {
	font-style: italic;
}

#content h1 {
	font-size: 131%;
	line-height: 135%;
	font-weight: normal;
	color: #AE0317;
	margin: 0;
	margin-bottom: 9px;
}

#content h5 {
	font-weight: bold;
	margin: 0;
	margin-top: 25px;
	margin-bottom: 10px;
	background-color: #FFBBBB;
	border: 1px solid white;
	padding: 3px 5px;
}

#content h6 {
	font-family: Verdana, Arial;
	font-weight: normal;
	margin: 0;
}

#content a {
	text-decoration: underline;
	color: black;
}

#content a.rot {
	color: #fe0421;
}

#content li {
	font-size: 85%;
}

#content li li {
	font-size: inherit;
}

#content ol {
	padding: 0;
	margin: 0;
	margin-left: 26px;
	list-style: lower-alpha;
}

#content ol li {
	padding-left: 0px;
	font-size: 85%;	
}

#content ul {
	font-size: inherit;
	padding: 0;
	margin: 0;
	list-style: none;
}

#content ul li {
	padding-left: 11px;
	background-image: url(/_local/images/list.gif);
	background-repeat: no-repeat;
	background-position: 0 13px;
}

#content table td {
	font-family: inherit;
	vertical-align: top;
}



