.wysiwyg {
     font-family: tahoma;
     font-size: 13px;
     color: #3C3C3C;
     margin: 0px;
     padding: 10px;
}
.wysiwyg a {
     font-family: tahoma;
     font-size: 13px;
     color: #435D92;
     text-decoration: underline;
     font-weight: normal;
}
.wysiwyg a:hover {
     font-family: tahoma;
     font-size: 13px;
     text-decoration: none;
     font-weight: normal;
}
.wysiwyg a:visited {
     color: #676767;
}
.wysiwyg a:active {
     color: #490045;
}


.wysiwyg p {
     margin: 0px;
}
.wysiwyg .small_text {
     font-size: 13px;
     color: #434343;
}
.wysiwyg .small_href {
     font-size: 11px;
}
.wysiwyg .small_href:hover {
     font-size: 11px;
}
.wysiwyg h2 {
         margin: 0px;
         font-size: 14px;
         color: #490045;
         font-weight: bold;
         line-height: 16px;
}
.wysiwyg h3 {
         margin: 0px;
         font-size: 12px;
         color: #490045;
         font-weight: bold;
         line-height: 16px;
}


.wysiwyg ol {
         color: #3C3C3C;
         margin: 0px;
         margin-left: 16px;
         padding-left: 6px; 
}

.wysiwyg ul {
         color: #3C3C3C;
         margin: 0px;
         margin-left: 16px;
         list-style-image: url('/images/ul.gif');
}


.wysiwyg table {
         border-collapse: collapse;
         border: 0px;
         font-size: 13px;
         font-family: tahoma;
}
.wysiwyg table tr td {
         border: 0px;
         border-right: 2px solid #F7F7FF;
         padding: 3px;
         border-bottom: 1px solid #F7F7FF;
}
.wysiwyg table tbody .table_header td {
         background-color: #D7D6E9;
         padding: 3px;
         font-size: 13px;
         font-family: tahoma;
         color: #3A436B;
         font-weight: bold;
         border: 0px;
         border-right-color: #F7F7FF;
         border-right-style: solid;
         border-right-width: 2px;
}
.wysiwyg table .table_r1 td {
         background-color: #F0F1FC;
}
.wysiwyg table .table_r2 td {
         background-color: #EBEBF7;
}

.wysiwyg hr {
         display: block;
         color: #DFDFE8;
}
.wysiwyg img {
         border: 0px solid;
}
