/* 
    Document   : fonts.css
    Created on : 29-Mar-2010, 14:14:15
    Author     : admin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html, p, li, td, a {

font-family: Verdana;
color: #000;
text-decoration: none;
word-spacing: normal;
text-align: left;
font-size: 10pt;
line-height: 16pt;
}

a:link, a:visited {
    color: #616d85;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {

font-weight: bold;
font-size: 131%;
}

h2 {
    font-size: 123.1%;
    padding: 1em 0 0.5em 0;
    margin-bottom: 1em;
}

.upsell .title {
    font-size: 100%
}

em {
    font-size: 88%;
    font-style: italic;
    color: #777;
    line-height: 12pt;
    padding-left: 0.5em;
    display: block;
}

legend {
    font-size: 100%
    
}

label {
    font-size: 100%;
}

.red {
    color: #cc0000;
}

ul.errors li {
    font-weight: bold;
}
