/* The following style is based heavily on the W3.ORG recommended style sheet for HTML 4.0 documents */
/* General text */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color:#000000;
    margin: 0;
    background-image: url(../../../temple/images/bg.jpg);
}
p, td, th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    margin-top: 4;
    margin-bottom: 0;
}
li, ol, ul {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    margin-top: 0;
    margin-bottom: 0;
}
i, cite, em, var, address { font-style: italic; }
pre, tt, code, kbd, samp { font-family: monospace; }
big { font-size: 9pt; }
small { font-size: 7pt; }
sub, sup { font-size: 7pt; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif }
h1 {
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5;
}
h2 {
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5;
}
h3 {
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
    text-decoration: underline;
    margin-bottom: 0;
}
h4 {
    font-size:  8pt;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
}
h5 {
    font-size:  8pt;
    font-style: italic; 
    font-weight: normal;
    text-align: left;
    margin-bottom: 0;
}
h6 {
    font-size:  8pt;
    font-weight: normal;
    text-align: left;
    color: #E70031;
    text-decoration: underline;
}

/* Table */
Table.Boxed {
    border: 0 solid #CCCCCC;
    background-color: #CCCCCC;
    padding: 4;
}
Table.HighLight {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background-color: #FFFFFF;
    border: 1 solid #008A3F;
    padding: 0;
}
Table.PageBoundary {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 8pt;
    borders: 0 solid #E70031;
    border-bottom: 1 solid #EEEEEE;
}
Table.SpotLight {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background-color: #FFFFFF;
    border: 1 solid #008A3F;
    padding: 0
}

TH {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt; 
    color: #FFFFFF;
    background-color: #008A3F;
    padding-left: 4;
    padding-right: 4;
    padding-top: 2;
    padding-bottom: 2
}

TD.Boxed {
    background-color: #FFFFFF;
}
TD.SpotLight {
    border: 0;
    font-size: 8pt;
    background-color: #DDDDDD;
    padding: 4;
}
TD.SmallText {
    font-size: 7pt;
    background-color: #FFFFFF;
}
TD.HighLight {
    border: 0;
    font-size: 8pt;
    background-color: #FFFFFF;
    padding: 4;
}  

/* Menu Styles */
ul.vertical li a {font-size: 7pt; padding: 5px;}
ul.horizontal li a {font-size: 7pt; padding: 2px 3px;}
ul.horizontal ul li a {padding: 2px 5px;}

