
body
{
background-color: #F0F8FF;
font-size:1em;
}
p
{
  font-family:franklin book, arial, sans-serif;
  font-size:10pt;
  font-weight:normal;
  color:#111111;
}

img
{
  vertical-align:middle;
  border:0px solid #ffffff;
}
em
{
  font-size:medium;
  font-weight:bold;
  font-style:normal;
  font-family:tahoma;
}
dt
{
font-weight:bold;
font-family: tahoma;
font-size:medium;
}
dd
{
font-weight:normal;
font-family: tahoma;
font-size:small;
}
h2
{
  font-weight: bold;
  color:red;
  font-size: large;
  font-family:tahoma;
}

.smallem
{
font-size:medium;
color:#000080;
font-weight:normal;
font-style:italic;
font-family:tahoma;
}

table
{
position:relative;
  padding:0px;
  margin:0px;
  /*width:100%;*/
  font-family:tahoma;
  font-size:9pt;
  border-right:1px solid #000080;
}
td
{
padding:3px;
}

.one
{
background-color:#DCDCDC;
}

.two
{
background-color:#E0FFFF;
}

.bodytext
{
  font-family:Tahoma, Arial, sans-serif;
  font-size:small;
  font-weight:normal;
  color:#323232;
}


div.container
{
width:90%;
margin:0px;
line-height:120%;
background-color:#ffffff;
border-left:2px solid #00008B;
border-top:4px solid #00008B;
border-right:6px solid #00008B;
}
div.header
{
padding:0em;
color:#ffffff;
width:75%;
float:right;
text-align:right;
}
div.nav
{
float:left;
margin:0px;
padding:8px;
line-height:2em;

background-color:#ffffff;
width:180px;
}
div.content
{
border-left:2px solid #00008B;
background-color:#ffffff;
padding:1em;
margin-left:210px;
}

div.footer
{
width:99%;
padding:.5em;
color:white;
background-color:#00008B;
clear:left;
float:left;
}
div.upperfooter
{
width:99%;
padding:.5em;
color:white;
background-color:#4169E1;
float:left;
text-align:right;
border-top:1px solid #A9A9A9;
}
.copyright
{
font-family:tahoma;
font-variant:small-caps;
font-size:small;
font-weight:bold;
color:#ffffff;
margin-left:10px;
}
.disclaimer
{
font-family:tahoma;
font-size:x-small;
font-variant:small-caps;
}

.pagetitle
{
font-family:tahoma;
font-weight:bold;
font-size:large;
color:#00008B;
}
a.button:link, a.button:visited
{
text-decoration:none;
color:#E0FFFF;
font-family: tahoma;
background-color:#6495ED;
border-top:2px solid #D3D3D3;
border-left:2px solid #D3D3D3;
border-right:2px solid #00008B;
border-bottom:2px solid #00008B;
font-weight:bold;
font-size:x-small;
padding:4px;
margin:4px;
}
a.none:link, a.none:visited
{
  text-decoration:none;
  font-family:Tahoma, Arial, sans-serif;
  font-size:small;
  font-weight:normal;
  color:#0000CD;
}
a.button:hover, a.button:active
{
text-decoration:none;
color:#ffffff;
font-family: tahoma;
font-weight:bold;
background-color:#CD5C5C;
border-top:2px solid #D3D3D3;
border-left:2px solid #D3D3D3;
border-bottom:2px solid #B22222;
border-right:2px solid #b22222;
font-size:x-small;
padding:4px;
margin:4px;
}
a.none:hover, a.none:active
{
  text-decoration:none;
  font-family:Tahoma, Arial, sans-serif;
  font-size:small;
  font-weight:normal;
  color:#FF0000;
}
