﻿/* TEXT STYLES */
.text, .text6, .text7, .text8, .text9, .text10, .text11, .text12, h1, h2, .error {
     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; 
}
        
h2 { 
    font-size: 10px; 
    font-weight: bold; 
    color: #000000; 
} 

p { 
    width: 80%; 
} 
 
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;
}
