.ruds-rtf strong
{
	font-weight:bold;
}

.ruds-rtf em
{
	font-style:italic;
}

.ruds-rtf u
{
	text-decoration:underline;
}

.ruds-rtf ul
{
	display:block;
	margin-bottom:10px;
}


.ruds-rtf li
{
	list-style:inside disc;
}

.ruds-rtf th
{
	font-weight:bold;
}

.ruds-rtf hr
{
	color:#091F62;
	background-color:#091F62;
	height:1px;
	border-bottom-color:#091F62;
}

.ruds-rtf p
{
	margin-bottom:10px;
}