﻿body {
    margin:0;
    padding:0;
    text-align:center;
    background:#efefef;

    line-height:16px;
    font-family:Arial,Verdana,sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size:12px;
    color:#022b6b;
}

img {
    display:block;
    border:0;
}

p {
    margin:0px 0px 12px 0px;
}

th {
    font-weight:bold;
    text-align:left;
}

h1 {
    line-height:18px;
    font-size:16px;
    font-weight:bold;
    margin:0px;
    padding:0px 0px 8px 0px;
}

h2 {
    line-height:16px;
    font-size:12px;
    margin:0px;
    font-weight:bold;
    padding:0px 0px 8px 0px;
}

h3, h4, h5, h6 {
    font-size:12px;
    margin:0px;
    font-weight:normal;
    padding:0px 0px 8px 0px;
}

a:link,
a:visited {
    font-weight:normal;
    color:#008bd0;
}


p.newsheadline,
p.eventheadline {
    margin:0;
    line-height:15px;
    background-color: Transparent;
}									

p.newsdate,
p.eventdate,
p.webcastdate {
    margin:0;
    line-height:15px;
    font-size:11px;
    color:#8f8f8f;
}

div#frame { 
    text-align:left;
    width:768px;
    margin:0 auto;
    padding:0;    
}

div#bottom,
div#footer {
    text-align:center;
    width:768px;
    margin:0;
    padding:0;    
}

table#page td#page-left { 
    width: 9px;
    margin:0;
    padding:0;    
    background:url('/images/skin/left.png') repeat-y;    
}

table#page td#page-rigth { 
    width: 9px;
    margin:0;
    padding:0;    
    background:url('/images/skin/rigth.png') repeat-y;    
}

table#page td#page-center { 
    width:750px;
    background:#ffffff;
    margin:0;
    padding:0;    
}

div#bottom { 
    float:left;
    height:22px;
    background:url('/images/skin/bottom.png') no-repeat;    
}

div#footer { 
    float:left;
    padding:0;
    margin:0;
}

div#footer ul li {
    float:left;
    padding:0;

    list-style:none;
    overflow:hidden;

    font-family:Arial,Verdana,sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size:10px;
}

div#footer ul li#copyrigth {
    margin-left:-45px;
    width:380px;
    color:#808080;
}

div#footer ul li.seperator {
		width:2px;
		padding:0;
		margin:4px 12px;
    background:url('/images/skin/footerSeparator.gif') no-repeat;
}

div#footer ul li a:link,
div#footer ul li a:visited
{
  text-decoration:none;
  color:#3ba5d9;
}

div#footer ul li a:hover
{
    text-decoration:none;
    color:#022b6b;
}

textarea,
select,
input { 
    color:#022b6b;
    font-family:Arial,Verdana,sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size:12px;

    padding-left: 5px;

    border:1px solid;
    border-color:#808080;
}

input.form-submit { 
    background:#e5e5e5;
}

input.form-radio { 
    border:0px solid;
}

.code {
   font-family:courier new;
   font-weight:normal;
   font-style:normal;
   font-size:11px;  
}