

/*
 * stylesheet.css
 * Copyright(c) 2004, PRR. All rights reserved.
 */


body {
        margin-top: 0px; 
        margin-right: 0px; 
        margin-bottom: 0px; 
        margin-left: 0px;
        background-color: #AED7D7;
}
td , th , p , body , li , ol, ul {
        font-family : Arial, Helvetica, sans-serif; 
        font-size : 11px; 
        color : #333333; 
        line-height: 140% 
}
H1 {
        font-family : Arial, Helvetica, sans-serif; 
        font-size : 36px; 
        color : #339999; 
        font-weight : bold; 
        line-height: 100% 
}
H2 {
        font-family : Arial, Helvetica, sans-serif; 
        font-size : 16px; 
        color : #339999; 
        font-weight : bold; 
        line-height: 130% 
}
H3 {
        font-family : Arial, Helvetica, sans-serif; 
        font-size : 13px; 
        color : #333333; 
        font-weight : bold; 
        line-height: 130% 
}
H4 {
        font-family : Arial, Helvetica, sans-serif; 
        font-size : 12px; 
        color : #505050; 
        font-weight : bold; 
        line-height: 130% 
}
A {
        font-family : Arial, Helvetica, sans-serif; 
        color : #339999; 
        text-decoration: none;
}
A:hover {
        font-family : Arial, Helvetica, sans-serif; 
        color : #FF9900; 
        text-decoration: underline; 
}
.pageHead {  
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 36; 
        color: #339999; 
        font-weight: bold; 
        line-height: 100% 
}
.subHead {  
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 13; 
        color: #339999; 
}
.nav {  
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 14px; 
        color: #339999; 
        font-weight: bold; 
        text-decoration: none; 
}
.caption {  
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 11px; 
        color: #333333; 
        font-style: italic; 
        text-decoration: none; 
}
.minor {  
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 10px; 
        color: #505050; 
        line-height: 120% 
}
