/*

Base CSS declarations.

The following stylesheet is CSS-1 (http://www.w3.org/TR/REC-CSS1) compliant,
and contains only declarations that are understood by dated browsers such as
Netscape 4.

A few of these declarations are overridden in '2.css', and for the most part
they only contain font style information.

Prepared by: Michal Migurski
             mmigurski@kitinteractive.com

*/

body
{
    padding: 0px;
    margin: 0px;
    background-color: #fff;
}

a { color: #844273; }
a:visited { color: #844273; }
a:hover, a:focus, a:active { text-decoration: underline; }

h2, h3, h4, h5  
{
    color: #428CA5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h2          
{
    font-size: 12pt;
	line-height: 14pt;
}

h3        
{
    font-size: 10pt;
	line-height: 12pt;
}

h4, h5          
{
    font-size: 8pt;
	line-height: 10pt;
}

h5 { font-weight: normal; }


p, div, body, td, th
{
    font-size: 8pt;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
    color: #428CA5;
}

em, i {
    color: #000;
}

strong {
    color: #333;
}

strong em, bold em, strong i, bold i,
em strong, em bold, i strong, i bold
{
    color: #333;
}


ul
{
	list-style-image: url("img/link-blt.gif");
	margin-top: 0px;
	margin-bottom: 0px;
}

li
{
	margin: 10px 0px;
}
