/* --- General --- */
LI{
    font-family: verdana, sans-serif;
    color: #000000;
    background-color: transparent;
    font-size: 13px;
	margin: 0px 30px 0px 30px;
}
LI.liPopup{
    font-family: verdana, sans-serif;
    color: #000000;
    background-color: transparent;
    font-size: 13px;
	margin: 10px 30px 20px 30px;
}
LI.liPopup2{
    font-family: verdana, sans-serif;
    color: #a8e7ff;
    background-color: transparent;
	font-weight: bold;
    font-size: 15px;
	margin: 10px 30px 20px 30px;
}
HR {
	border-top: 0px;
	border-right: 0px;
	border-top: 1px solid #000000;
	border-left: 0px;
	line-height: 0px;
	height: 1px;
	display: block;
	margin: 4px 0px;
	padding: 0px;
}
P.bodytext{
	color: #000000;
	font-size: 13px;
	line-height: 20px;
    margin: 0px 30px 15px 25px;
}
P.bodytext2{
	color: #000000;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
    margin: 0px 30px 15px 25px;
}
P.title1{
	color: #a2d509;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
    margin: 12px 30px 6px 25px;
}
A.title1 {
	color: #a2d509;
	font-size: 16px;
	font-weight: bold;
    background-color: transparent;
	text-decoration: underline;
}
A.title1:HOVER {
	text-decoration: none;
}
P.title2{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
    margin: 12px 30px 6px 25px;
}
P.subtitle1{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
    margin: 0px 30px 12px 25px;
}
P.subtitle2{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
    margin: 0px 30px 12px 25px;
}
SPAN.comment{
	color: #000000;
	font-size: 10px;
}


/* === Quotes === */
P.quote{
    font-family: arial, helvetica, sans-serif;
	color: #520a3b;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
    margin: 20px 35px 0px 35px;
}
P.quoter{
    font-family: arial, helvetica, sans-serif;
	color: #520a3b;
	font-size: 13px;
	line-height: 20px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
    margin: 0px 35px 20px 35px;
}
P.quote2{
    font-family: arial, helvetica, sans-serif;
	color: #520a3b;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;
    margin: 10px 10px 0px;
}
P.quoter2{
    font-family: arial, helvetica, sans-serif;
	color: #520a3b;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
    margin: 0px 20px 10px;
}
P.quoteNext{
    font-family: arial, helvetica, sans-serif;
	color: #520a3b;
	font-size: 10px;
	text-align: right;
    margin: 0px 20px 0px;
}
A.quoteNext {
	font-size: 10px;
	color: #520a3b;
    background-color: transparent;
	text-decoration: none;
}
A.quoteNext:HOVER {
	text-decoration: underline;
}
TABLE.quote{
	margin: 20px;
}
/* ==== Call out box ===== */
TABLE.callOut{
	border-top: 1px solid #520a3b;
	border-right: 1px solid #520a3b;
	border-bottom: 1px solid #520a3b;
	border-left: 1px solid #520a3b;
	margin: 20px 20px 20px 40px;
}
TD.tdCallOut{
	background: url(/images/bkgndCallOut.gif);
	color: #520a3b;
	font-size: 13px;
    text-align: left;
    vertical-align: top;
	padding: 10px;
	margin: 0px;

}
A.tdCallOut {
	font-size: 13px;
	color: #520a3b;
    background-color: transparent;
	text-decoration: underline;
}
A.tdCallOut:HOVER {
	text-decoration: none;
}