/**
 *******************************************************************************
 * Section I: Normal Content Styles (default tag styles)
 *******************************************************************************
*/

body {
    margin: 0px;
    padding: 0px;
    background-color: #f3f3f3;
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
}
a, a:active, a:visited {
    color: #aa0000;
    text-decoration: none;
}
a:hover { 
    color: #646464;
    text-decoration: underline;
}
p, br {
    cursor: default;
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
    background-color: transparent;
    line-height: 14px;
    margin: 0px;
    padding: 2px 2px 12px 5px;
}
table, thead, tr, td {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
}
input, select, textarea {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
    background-color: #f3f3f3;
    border-top: solid 1px #666666;
    border-top: solid 1px #333333;
    border-top: solid 1px #333333;    
    border-top: solid 1px #666666;    
}
h1, h2, h3, h4, h5, h6 {
    cursor: default;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #555555;
}
h1 a {
    color: #777777;
    text-decoration: none;
}
h1 a:hover { 
    color: #aa0000;
    text-decoration: none;
}

h1 {
    color: #000;
    font-size: 22px;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 5px 5px;
    text-decoration: none;
    font-family: verdana,Tahoma, Arial;
    font-weight: normal;
    border-bottom: solid 1px #dddddd;
}
h2 {
    font-size: 15px;
    margin: 2px 0px 2px 0px;
    text-decoration: none;
    padding-bottom: 10px;
    white-space: nowrap;
}
h3 {
    font-size: 13px;
    margin: 2px 0px 2px 0px;
    text-decoration: none;
    padding-bottom: 2px;
    font-weight: bold;
    white-space: nowrap;
    color: #444444;
}
h4 {
    font-size: 15px;
    margin: 2px 0px 10px 0px;
    text-decoration: none;
    white-space: nowrap;
    color: #545454;
}
h5 {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 13px;
    margin: 2px 0px 8px 0px;
    text-decoration: none;
    background-image: url(images/h5.gif);
    background-repeat: no-repeat;
    padding-left: 21px;
    white-space: nowrap;
}
h6 {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 13px;
    margin: 2px 0px 2px 0px;
    text-decoration: none;
    white-space: nowrap;
}
ul, li {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
}
ul {
    margin-top: 2px;
    margin-bottom: 6px;
    list-style-image: url('images/li1.gif');
}
li a {
    font-weight: bold;
    font-size: 13px;    
}
ul.small { margin-left: 0px; padding-left: 15px; }
a.small, a.small:active, a.small:visited, a.small:hover { font-size: 11px; }
code {
    font-family: Courier New, Courier, Fixed, monospace;
    font-size: 0.8em;
    padding: 5px;
    margin-bottom: 4px;
    color: #ff0000;
    background-color: #f1f1f1;
    border: inset 1px #b5b5b5;
    display: block;
}

/**
 *******************************************************************************
 * Box Styles
 *******************************************************************************
*/
div.box1right {
    float: right;
    padding: 2px;
    alignment: right;
    width: 200px;
}

/* Box 1 */
div.box1 {
    background: #ffffff;
    width: 100%;
    border:none;
} 
div.box1 h5 {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    padding: 2px 12px 0px 5px;
    margin: 0px;
}
div.box1Body {
    padding: 18px 4px 4px 4px;
    margin: 0px;
    margin-top: -1.7em;
}
div.box1Footer p {
    padding:15px;
    margin:-2em 0 0 0;
}
@media all
{ /* Styles we want to hide from NS4.x */
    div.box1 {
      background: url(images/boxCinnamon_tl.gif) top left no-repeat;
    } 
    div.box1 h5 {
        background: url(images/boxCinnamon_tr.gif) top right no-repeat;
        padding: 12px;
        margin: 0;
    }
    div.box1Body {
        background: url(images/boxCinnamon_r.gif) top right repeat-y;
    }
    div.box1Footer {
        background: url(images/boxCinnamon_bl.gif) bottom left no-repeat;
    }
    div.box1Footer p {
        background: url(images/boxCinnamon_br.gif) bottom right no-repeat;
        padding: 12px;
    }
}
