/* IPS Group Stylesheet - Designed by Vaclav Elias, October 2007  */
/* Base Stylesheet included by all browsers ----------------------- */
/* ---------------------------------------------------------------- */

body
{
    background-color: #fff;
    margin: 0px;
    width: 100%;
    text-align: center;
}
h1
{
    font-size: 1.3em;
    color: #002B64;
}
h2
{
    font-size: 1em;
    color: #0046A6;
}
p, h3, h4, h5, h6, ul, ol, span, sup, sub, label, input, textarea, select, cite, address
{
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    color: #002252;
    font-size: 0.70em;
}
p
{
    margin: 0px;
    line-height: 125%;
}
address
{
    margin: 10px 10px 0px 6px;
}
.nostyle
{
    border: none;
}
/* links --------------------------------------------- */
a
{
    text-decoration: none;
    color: #0000bd;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
    color: #0000bd;
}
a:active
{
    text-decoration: underline;
}
a img
{
    border: 0px;
}
