/* 
    Document   : helpStyle
    Created on : August 30, 2006, 3:51 PM
    Author     : mackaw
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;  
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
    color: #002A5C;
    letter-spacing: 1pt;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    color: #002A5C;    
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 15px;
    font-weight: normal;
    color: #002A5C;    
}

p{ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #002A5C;
}


ol.alpha{
    list-style-type: lower-alpha;
}

ol.roman{
    list-style-type: lower-roman;
}

.footnote{
    font-size: 10px;
    color: #999999;
    text-align: left;
}

.warning{
    color: #ff9933;
    font-weight: bold;
}

.caption{
    font-family: sans-serif;
    font-size: 10pt;
    color: black;
}

.button {
    font-size: 10px;
    font-weight: bold;
    border: outset;
    background-color: #Ccccff;
}


.menuChain {
    font-size: 10pt;
    font-family: courier;
    font-style: normal;
    font-weight: bold;    
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
        text-align: right;
}

.homeBodyBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #002A5C;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #002A5C;
	letter-spacing: 1pt;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #6B207D;
}