.content_module {
   margin: 10px;
}

.content_module a {
    color: #007AAA;
    text-decoration: none;
}

.content_module ul,
.content_module ol {
    margin-top: 10px;
    margin-left: 40px;
}

.content_module li {
    list-style: disc;
}

.content_module ol li {
	list-style: decimal;
}

.content_module ul.quote li {
	background:url(http://us.i1.yimg.com/us.yimg.com/i/us/ysm/cn/k2/ftrs/icn_quote.gif) no-repeat;
	list-style-type:none;
	padding-left:40px;
	margin:0 0 20px -20px;
}

.content_module h1 {
    color:#6C3978;
    font-size:20px;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:15px;
}

.content_module h2 {
    color:#753e82;
    font-size:18px;
	font-family:arial,helvetica,clean,sans-serif;
    margin-top:10px;
    margin-bottom:15px;
}

.content_module h3 {
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:15px;
}

.content_module em {
    font-style:italic;
}

.content_module strong {
    font-weight:bold;
}

.content_module blockquote {
    margin:10px 35px;
}

.content_module p {
    margin-top:10px;
}

.yui-skin-sam .content_module table.general_table tr {
	border-bottom:1px solid #ccc;
}

.yui-skin-sam .content_module table.general_table tr td {
	padding:10px 10px 10px 0;
}

.yui-skin-sam .content_module table.general_table tr td.title {	
	font-weight:bold;
}


