/* CSS Stylesheet Prototype for All Frocked Up */
/*
Body style serif: georgia>times new roman / hoefler text>palatino>times
Caption style sans-serif:  verdana>arial / geneva>helvetica
*/

body {
    background: #803380;    color: #FFF;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0px;
    /* this gives modern browsers no edge border */
    position: absolute;    top:0px;    left:0px;    padding:0px;
    /* these give Netscape 4 no edge border */
    }

p, td {                   
    font-family: georgia, hoefler text, palatino, times new roman, times, serif;
    font-size: 14px; }
    
a:link {color:#FCF; text-decoration: none;}
a:visited /* a:visited:link */ {color: #FCF; text-decoration: none;} 
a:hover /* a:visited:hover */ {
    text-decoration: none;
    color: #FFF; 
    background-color: #C6C;
   /* background-color: Gold; */
}
a:active {background-color: #13C;}

.sidebar {
    font-weight: normal;
    font-size: 12px;    
    color: #FFF;}
.sidebarBold {
    font-weight: bold;
    font-size: 12px;   
    color: #FFF;}
.footer {
    font-weight: normal;
    font-size: 11px;
    margin-left: 5%;}
.footerBold {
    font-weight: bold;
    font-size: 11px;  
    margin-left: 5%;}
.fonds {
    font-weight: normal;
    font-size: 14px;
    text-align: justify;    
    margin: 12px 7% 12px 9%;}
.quote {
    font-weight: normal;
    font-size: 16px;
    margin: 12px 5% 12px 35%;
    font-style: italic;
    text-indent: -50px;}    
.attribution {
    margin: -12px 5% 12px 10%; 
    font-weight: bold;   
    text-align: center;}
.titleBold {font-weight: bold;}
.titleItalic {font-style: italic;}
.titleUnderline {text-decoration: underline;}

.subCaption {
    font-weight: bold; 
    font-size: 14px;  
    margin: 12px 3% 12px 25%;}
.slideCaption {font-weight: normal; font-size: 14px;}
.smallCaption {font-weight: normal; font-size: 12px;}
    
.body1, .body2, .body3, .body4, .body5, .body6 {
    font-family: georgia, hoefler text, palatino, times new roman, times, serif;
    text-align: justify;
    margin: 12px 7% 12px 1%;}  
.body1 {font-size: 20px;}
.body2 {font-size: 16px;}
.body3 {font-size: 14px;}
.body4 {font-size: 12px;}
.body5 {font-size: 11px;}
.body6 {font-size: 10px;} 

.bodyBold1, .bodyBold2, .bodyBold3, .bodyBold4, .bodyBold5, .bodyBold6 {
    font-family: georgia, hoefler text, palatino, times new roman, times, serif;
    margin: 12px 7% 12px 1%; 
    font-weight : bold;}  
.bodyBold1 {font-size: 20px;}
.bodyBold2 {font-size: 16px;}
.bodyBold3 {font-size: 14px;}
.bodyBold4 {font-size: 12px;}
.bodyBold5 {font-size: 11px;}
.bodyBold6 {font-size: 10px;} 

.bodyItalic1, .bodyItalic2, .bodyItalic3, .bodyItalic4, .bodyItalic5, .bodyItalic6 {
    font-family: georgia, hoefler text, palatino, times new roman, times, serif;
    margin: 12px 7% 12px 1%;
    font-style: italic;}  
.bodyItalic1 {font-size: 20px;}
.bodyItalic2 {font-size: 16px;}
.bodyItalic3 {font-size: 14px;}
.bodyItalic4 {font-size: 12px;}
.bodyItalic5 {font-size: 11px;}
.bodyItalic6 {font-size: 10px;} 

.bodyIndent1, .bodyIndent2, .bodyIndent3, .bodyIndent4, .bodyIndent5, .bodyIndent6 {
    font-family: georgia, hoefler text, palatino, times new roman, times, serif;
    margin: 12px 12% 12px 8%;
    text-align: justify;}
.bodyIndent1 {font-size: 20px;}
.bodyIndent2 {font-size: 16px;}
.bodyIndent3 {font-size: 14px;}
.bodyIndent4 {font-size: 12px;}
.bodyIndent5 {font-size: 11px;}
.bodyIndent6 {font-size: 10px;} 

.bodyRight1, .bodyRight2, .bodyRight3, .bodyRight4, .bodyRight5, .bodyRight6 {
    font-family: georgia, hoefler text, palatino, times new roman, times, serif;
    text-align: right; margin: 12px 7% 12px 1%;}
.bodyRight1 {font-size: 20px;}
.bodyRight2 {font-size: 16px;}
.bodyRight3 {font-size: 14px;}
.bodyRight4 {font-size: 12px;}
.bodyRight5 {font-size: 11px;}
.bodyRight6 {font-size: 10px;} 

H1, H2, H3, H4, H5, H6 {
    font-family: georgia, hoefler text, palatino, times new roman, times, serif;
    margin: 16px 7% 0% 3%;}
H1 {font-size: 30px;}
H2 {font-size: 24px;}
H3 {font-size: 20px;}
H4 {font-size: 16px;}
H5 {font-size: 14px;}
H6 {font-size: 12px;}

hr {color: #FFF;}

/* Can optionally split this format into 3 files:
    Fonts
    Sizes
    Colours */        /* margins will not affect td contextual */

/*
body{
    scrollbar-base-color: #999999;
    scrollbar-darkshadow-color: #000000;
    scrollbar-face-color: #808080;
    scrollbar-highlight-color: #C0C0C0;
    scrollbar-shadow-color: #696969;
    scrollbar-track-color: #C6C6C6;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-3dlight-color: #000000;
}

*/
