body {
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #000000;
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.50em;
}

a:link {
    color: #335eb3;
    text-decoration: none;
}

a:visited {
    color: #335eb3;
    text-decoration: none;
}

a:hover { 
    color: #003399;
    text-decoration: underline;  
}

h1 {
    font-size: 15px; 
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}

h2 {
    margin-top: 30px;
    font-size: 14px; 
    font-weight: bold;
}

h3 {
    font-size: 12px; 
    font-weight: bold;
}
    
img { 
    border: 0;
}

img.bordered { 
    border: 1px solid black;
}

pre { 
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 4px;
    border: 1px dashed black;
    background: #EFEFEF;   
}

code {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    color: #990000;
}

td { 
    font-size: 11px; 
    text-decoration: none;
}

ul {
    line-height: 15px;
    margin-top: 3px;
    margin-bottom: 3px;
}

dt {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 2px;
}

.biglink { 
    font-size: 13px; 
    color: #335eb3;
    font-weight: bold;
    text-decoration: none;     
}

.biglink:hover { 
    font-size: 13px; 
    color: #003399;
    font-weight: bold;    
    text-decoration: underline;  
}

#releasehistory h3 {
    font-size: 11px;
    font-weight: normal;    
    text-decoration: underline;
    margin-bottom: 0;    
}

.center {
    text-align: center
}
    
#container {
    margin: 0;  /*keep this for IE compatibility*/
    width: 700px;
    margin-top: 30px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#announcement {
    margin-top: 25px;
    color: red;
}

#screenshots {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#screenshots td {
    padding: 30px;
    text-align: left;
}

.navmenu {
    font-size: 11px; 
    font-weight: bold; 
    text-align: center;
    width: 100%;    
}

.rightlogo { 
    border: 0;
    float: right;
}

#faq h2 {
    margin-top: 30px;
    font-size: 11px; 
    font-weight: bold;
    }

#faq p {
    margin-bottom: 40px; 
    }
    
#plugin h2 {
    margin-top: 60px;
    font-size: 14px; 
    font-weight: bold;
    text-decoration: underline; 
    }

#plugin h3 {
    font-size: 11px; 
    font-weight: bold;
}

#manual h2 {
    margin-top: 80px;
    font-size: 15px; 
    font-weight: bold;
    text-decoration: underline; 
    }

#manual h3 {
    margin-top: 60px;
    font-size: 12px; 
    font-weight: bold;
    text-decoration: underline; 
}

#manual h4 {
    margin-top: 30px;
    font-size: 12px; 
    font-weight: bold;
    text-decoration: underline; 
}

.manuallist {
    margin-left: 50px;
}
    
h4.manuallist {
    font-size: 12px; 
    font-weight: bold;
    text-decoration: underline;
}


/* styles for graphic page headers*/
/*********************************/
#top table {
    background: #EFEFEF;
    padding: 0;
    border-collapse: collapse;
    width: 100%;    
}

#top td {
    padding: 0;
}

#toplogoholder {
    text-align: center;
    width: 360px;
}

.topupimg {
    height: 84px;
    width: 100%;  
}

.hrimg {
    height: 10px;
    width: 100%;  
}
/*********************************/



/* styles for page footers*/
/*********************************/
#footer {
    background-color: #EFEFEF;
    text-align: center;
    margin-bottom: -20px;
}

#footer table {
    background: #EFEFEF;
    border-collapse: collapse;
    padding: 0;
    width: 100%;    
}

#footer td {
    padding: 0;
}

.hrbar {
    background: #9DA9D1;
    height: 3px;
    width: 100%;
}
/*********************************/

