﻿/* LABEL STYLES */
.controlheader {font-size:8pt; font-weight:bold; text-align:left;}
.controlinstructions{font-size:8pt; text-align:left; color:Red;}
.fieldname{font-size:8pt; font-weight:bold; text-align:right; padding-right:5px;}
.field{font-size:9pt; }

/* TEXT STYLES */
.text, .text6, .text7, .text8, .text9, .text10, .text11, .text12, .error, .controlheader, .controlinstructions, .fieldname,.field{
     font-family:Verdana;
}

.text6 { 
    font-size:6pt;
}

.text7 { 
    font-size:7pt; 
}

.text8 { 
    font-size:8pt;
}

.text9 { 
    font-size:9pt; 
}

.text10 { 
    font-size:10pt;
}

.text11 { 
    font-size:11pt;  
}

.text12 { 
    font-size:12pt;
}

/* TEXT TRANSFORM */
li { 
    list-style-type: none; 
    line-height: 150%; 
    list-style-image: url(../images/arrowSmall.gif); 
}
 
.h1 { 
    font-size: 11px; 
    font-weight: bold; 
    color: #000000;
    font-family:Verdana; 
}
        
.h2 { 
    font-size: 12px; 
    font-weight: bold; 
    color: #365C75;
    font-family:Verdana;
} 

p { 

} 
 
p.right {
    text-align: right
}

p.center {
    text-align: center
} 

.bold{
    font-weight:bold
}

.italic{
    font-style:italic
}

.oblique{
    font-style:oblique
}

.smallcaps {
    font-variant:small-caps
}

.underline {
    text-decoration:underline;
}
     
.capitalize {
    text-transform:capitalize;
}
     
.uppercase {
    text-transform:uppercase;
}
     
.lowercase {
    text-transform:lowercase;
}

.error {
    color:#FF0000;
}

.centeralign{
    text-align:center;
}

.lineheight16{
    line-height:16px;
}

.lineheight10{
    line-height:10px;
}

.bodytext
{
    font-family:Verdana;
    font-size:12px;
    }
    
    
.watermark
{
    font-family:Verdana;
    font-size:13px;
    color:#999999;
    }
