.wikicontent {
    color:#666666 !important; 
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif !important; 
    font-size:10pt !important; 
    margin:8px !important;
    padding: 0px 3px 3px !important;
}

.wikicontentedit{
    padding: 0px;
}

.wikicontent body, .wikicontent pre {
    color:#666666; 
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
    font-size:10pt; 
    margin:8px;
}

.wikicontent h1 { 
    font-family:trebuchet MS,Verdana; 
    font-size:18px !important; 
    font-weight:bold; 
    margin:0; 
    padding:10px 0 6px; 
    text-transform: none;
} 

.wikicontent h2 { 
    color:#666666; 
    font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; 
    font-size:15px !important; 
    font-weight:bold; 
    margin:0; 
    padding:6px 0 0; 
    text-transform: none;
} 

.wikicontent h3 { 
    color:#666666; 
    font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; 
    font-size:13px !important ; 
    font-weight:bold; 
    margin:0; 
    padding:5px 0px 0px 0px; 
    text-transform: none ;
}

.wikicontent h4 {
    color:#651063 !important;
    font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; 
    font-size:12px !important;
    font-weight:bold; 
    margin:0 0 8px; 
    padding:5px 0px 0px 0px; 
    text-transform: none; 
}

/*.wikicontent h5, .wikicontent h6 {
    color:#666666 !important;
    font-weight:bold !important;
    margin:10px 0 !important;
    font-size: 12px;
}*/

.wikicontent a {
    color : #503066;
    text-decoration: none;
}

.wikicontent p {
    color:#666666;
    font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; 
    margin:0 0 8px; 
    padding:5px 0px 0px 0px; 
    text-transform: none;
}

.wikicontent td{
    color:#666666 !important; 
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif !important; 
    font-size:10pt !important; 
}

/** TABLES **/

.table1 table, .table1 td, .table1 th{
    border:1px solid #000;
    border-collapse:collapse;
    margin:0;
    padding:0;
}

.table1 td, .table1 th{
    padding:.2em .5em;
    vertical-align:top;
    font-weight:normal;
}

.table1 thead .table1 th{
    text-transform:uppercase;
    background:#666;
    color:#fff;
}

.table1 tbody td{
    background:#ccc;
}

.table1 tbody th{
    background:#999;
}

.table1 tbody tr.odd td{
    background:#eee;
}

.table1 tbody tr.odd th{
    background:#ccc;
}

.table1 caption{
    text-align:left;
    font-size:140%;
    text-transform:uppercase;
    letter-spacing:-1px;
}

.table1 th a:link{
    color:#030 !important;
}

.table1 th a:visited{
    color:#003 !important;
}

.table1 td a:link{
    color:#369 !important;
}

.table1 td a:visited{
    color:#000 !important;
}

.table1 a:hover{
    text-decoration:none !important;
}

.table1 a:active{
    color:#000 !important;
}

