body
{
    font-family: Verdana;
    font-size: 10pt;
    line-height: 1.75em;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    color: #666666;
    background-color: Transparent;
}
p
{
    margin: 0.5em 0 1em 0;
}
h1, h2, h3, h4, h5
{
    color: #666666;
    margin: 1.5em 0 0.5em 0;
}
h1
{
    font-size: 1.50em;
    font-weight: normal;
    color: #2E9DCD;
    border-bottom: 5px solid #f0f0f0;
    padding-bottom: 5px;
    margin: 0.5em 10px 0.5em 0;
}
h2
{
    font-size: 1.5em;
    font-weight: bold;
}
h3
{
    font-size: 1.25em;
    font-weight: bold;
}
h4
{
    font-size: 1em;
    font-weight: bold;
}
h5
{
    font-size: 0.5em;
    font-weight: bold;
}
h6
{
    margin: 0 0 0.5em 0;
	 font-size: 0.9em;
    color: #000000;
    text-transform: uppercase;
    background-color: #D2D2D2;
    padding: 1px 5px;   
}
a
{
    color: #0066CC;
    text-decoration: none;
}
a:hover, a:active
{
   color: #051B7E;
   text-decoration: underline;
}
hr
{
    border-color: #cccccc;
    border-width: 1px 0 0 0;
    border-style: solid;
}
fieldset
{
    padding: 10px;
    border: 1px solid #cccccc;
    margin-bottom: 5px;
}
legend
{
    color: #000000;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 5px;
}
ul, ol
{
    margin-left: 2em;
    padding-left: 0;
}
input[type=text], input[type=password], input[type=file], textarea, select
{
    border: 1px solid #cccccc;
    text-transform: uppercase;
    font-size: 10pt;
}
td
{
   font-size: 10pt;
   vertical-align:top; 
}
th
{
   font-size: 9pt;
   font-weight: bold;
   vertical-align:top;   
   text-align: left;
}
dd
{
   font-size: 10pt;
   vertical-align:top; 
}
dt
{
   font-size: 9pt;
   font-weight: bold;
   vertical-align:top;   
   text-align: left;
}
