﻿/* generated February 10 2010 */ 
html, body {
    margin:0;
    padding:0;
    font-size: 1em;
    text-align:center; 
}
#pagewidth {
    width:90%;  
    margin-left:auto; 
    margin-right:auto;
    font-family: Verdana , Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    line-height: normal;
    background-color: #ffffff;
    color: #000000;
    text-align:left;  
}
h1 {
    font-size: 175%;
    margin: .3em;
}
h2 {
    font-size: 125%;
    margin: .2em 0;
}
a {
    text-decoration: none;
}
a:link {
    color: #0000ff;
    background-color: transparent;
}

a:active {
    color: #006600;
    background-color: transparent;
}
a:visited {
    color: #990099;
    background-color: transparent;
}
a:hover {
    color: #ff0000;
    background-color: transparent;
}
hr {
    height: 1px;
    color: #0000ff; /* only works in IE */
    background-color: #0000ff; /* needed to color the HR in Firefox */
    border: 0px; /* needed for Firefox so that it renders the 1px height correctly */
}
#header {
    width:100%;
    position:relative;
    text-align:center;
}

#pagecontent {background-color: #FFFFFF;  
    float: right; 
    display:inline; 
    position: relative; 
    width: 100%; 
}

#footer {
    width:100%;
    position:relative;
    padding:0;
    text-align:center;
}
#copyright {
    font-family: Tahoma, serifSansSerifMonospace;
    font-size: 10pt;
}
#pagetitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    line-height:1.5;
}
.contents {
    float:left;
    position:relative;
    padding: 0 1.0em 0 1.0em;    /* space from window edge (IE messes up with margin, so use padding) */
}
/* Table Styles */
table.tablestyles {    
    margin-left: auto;
    margin-right: auto;
}
table.tablestyles caption {
    padding: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
}
table.tablestyles th {
    padding: 4px;
    font-weight: bold;
    text-decoration: underline;
}
table.tablestyles tr {vertical-align:top;}
table.tablestyles td {
    padding: 4px;
    text-align:left;
}