body
{
    background: #adb1b7;
}

table
{
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}
th {
	border-width: 0px;
	padding: 0px;
}
td {
	border-width: 0px;
	padding: 0px;
}

td
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 14px;
    color: #333333;
    line-height: 150%;
}

.home-resource td {
	padding-bottom: 15px;
}

.title, .title-small-margin
{
    font-size: 26px;
    font-weight: bold;
    display: block;
    line-height: 120%;
}

.title
{
    margin-bottom: 15px;
}

.title-small-margin
{
    margin-bottom: 5px;
}

.summary
{
    font-size: 17px;
    color: #666666;
    display: block;
    margin-bottom: 20px;
}

.subtitle
{
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.date, .author
{
    font-size: 12px;
    color: #999999;
}

.author
{
    display: block;
    margin-bottom: 10px;
}

.leftnavi
{
    height: 40px;
    padding: 0px 10px 0px 10px;
    color: #ffffff;
    background-color: #adb1b7;
}

.leftnavi-off
{
    height: 40px;
    padding: 0px 10px 0px 10px;
    color: #777777;
    background-color: #ffffff;
}

.header A:link, .header A:visited
{
    color: #333333;
    text-decoration: none;
    display: inline-block;
    margin: 0px 5px 10px 0px;
    padding: 2px 10px 3px 10px;
}

.header A:link.on,
.header A:visited.on,
.header A:hover
{
    color: #ffffff;
    text-decoration: none;
    background-color: #222222;
}

A:link.featured,
A:visited.featured,
A:hover.featured
{
    font-size: 21px;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 120%;
}

A:link.toc,
A:visited.toc,
A:hover.toc
{
    font-size: 16px;
}

.header-bar, .grey-zone-header
{
    padding: 3px 7px 3px 20px;
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #adb1b7;
    background-position: 8px 11px;
    background-image: url(Images/ArrowGrey.gif);
    background-repeat: no-repeat;
    display: block;
}

.img-left
{
    margin-top: 5px; 
}

.img-article
{
    margin-top: 10px; 
    margin-right: 40px; 
    margin-bottom: 20px; 
    margin-left: 10px;
}

.formfield
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 14px;
    color: #333333;
    border: 1px solid #c0c0c0;
}

A:link		{ color: #1072BA; text-decoration : none }
A:visited	{ color: #1072BA; text-decoration : none }
A:hover		{ color: #1072BA; text-decoration : underline }

.footer		{ font-size: 12px; color: #999999; margin-left: 15px  }
.note		{ font-size: 12px; color: #808080; }

.footer A:link		{ color: #cccccc; text-decoration : none }
.footer A:visited	{ color: #cccccc; text-decoration : none }
.footer A:hover		{ color: #cccccc;text-decoration : underline }

.button {
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(Images/ButtonBgDeep.gif);
    background-repeat: repeat;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    height: 23px;
    width: 80px;
    border-right:1px solid #808080;
    border-bottom:1px solid #808080;
    border-top:none;
    border-left:none;
    padding:1px 3px;
    margin-top: 5px;
}

.webform td
{
    padding-bottom: 10px;
}

.ulist
{
    list-style-type: none;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.ulist li
{
    margin-left: 0px;
    padding-left: 13px;
    padding-bottom: 5px;
    list-style-type: none;
    background-position: 0px 6px;
    background-image: url(Images/LeftBullet.gif);
    background-repeat: no-repeat;
}

.olist
{
    text-align: left;
    margin: 0px 0px 0px 25px;
    padding: 0px;
}

.olist li
{
    margin-left: 0px;
    padding-bottom: 5px;
}

.hidden
{
    display: none;
}

.blue-zone
{
    background-color: #e3f0f1;
    padding: 13px;
    display: block;
    margin-top: 20px;
}

.grey-zone
{
    background-color: #eeeeee;
    padding: 15px;
    display: block;
}

.grey-zone-header
{
    margin-bottom: 0px;
}

.tbl .header
{
    background-color: #e0e0e0;
    padding: 5px;
    font-weight: bold;
}

.tbl td
{
    padding: 5px;
    border-bottom: solid 1px #eeeeee;
   
}

