﻿/*Elements*/
body 
{
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
    color: #333333;
    line-height: 140%
}

TABLE
{
    border:0px;
    border-style:none;
    border-collapse:collapse
}

TH
{
    font-weight:bold;
    font-size:1em
}

TD
{
    font-weight:normal;
    font-size:.95em
}

h1
{
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
    font-size:1.5em; 
    color: #333333;
    line-height: 175%
}

h2
{
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
    font-size:1.35em; 
    color: #333333;
    line-height: 150%
}

h3
{
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
    font-size:1.25em; 
    color: #333333;
    line-height:110%
}

h4
{
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
    font-size:1em; 
    font-weight:bold;
    color: #333333;
    line-height:100%
}

ol
{
    list-style:decimal outside;
}

ol.alpha
{
    list-style:lower-alpha outside;
}

ul
{
    list-style:disc outside;
}

A:link		{color: #384A7D; text-decoration:none; font-weight:bold}
A:visited	{color: #0F4679; text-decoration:none; font-weight:bold}
A:hover		{color: #FF7D24; text-decoration:underline; font-weight:bold}
A:active 	{color: #0000FF}

A.topNavLink:link   {text-decoration:none; font-weight:normal; font-size:.85em; color:White}
A.topNavLink:visited    {text-decoration:none; font-weight:normal; font-size:.85em; color:White}
A.topNavLink:hover  {text-decoration:underline; font-weight:normal; font-size:.85em; color:White}

A.mainNav:link   {text-decoration:none; font-weight:normal; font-size:1em; color:White}
A.mainNav:visited    {text-decoration:none; font-weight:normal; font-size:1em; color:White}
A.mainNav:hover  {text-decoration:underline; font-weight:normal; font-size:1em; color:White}

A.matrixLink:link   {text-decoration:none; font-weight:bold}
A.matrixLink:visited {text-decoration:none; font-weight:bold}
A.matrixLink:hover  {text-decoration:underline; font-weight:bold}

A.toolsLink:link   {text-decoration:none; font-weight:normal}
A.toolsLink:visited {text-decoration:none; font-weight:normal}
A.toolsLink:hover  {text-decoration:underline; font-weight:normal}

/*Classes*/
.bullet
{
    line-height:140%
}

.copyright
{
    color: #FFFFFF;
    font-size:.75em; 
    font-weight:normal;
}

.contentTable
{
    border-collapse:collapse;
    border-left:solid 1px #ACACAC;
    border-right:solid 1px #ACACAC;
    border-bottom:solid 1px #ACACAC;
}

.matrix
{
    border-color: #030303;
    border:1px;
    border-style:solid;
    border-collapse:collapse;
    line-height:120%;
    padding:10px;
    vertical-align:text-top;
    font-size:1em
}

.menuTableTop
{
    background-image:url(../Images/menu_top.gif);
    height:24px
}

.menuTableBody
{
    border-right:solid 2px #D0D6E4;
    border-left:solid 2px #D0D6E4
}

.menuTableBottom
{
    border-collapse:collapse;
    background-image:url(../Images/menu_bottom.gif);
    height:14px
}

.methodsTools
{
    border-color: #030303;
    border:1px;
    border-style:solid;
    border-collapse:collapse;
    line-height:100%;
    padding:2px;
    vertical-align:text-top;
    font-size:1em
}
