html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body 
{
    background-color: #ffffff;
    padding: 28px;
    margin: 0px;
}

body, div, p, span, a, td, h1, h2, h3, h4, option, label, input 
{
    font-family: Verdana;
    color: #404040;
}

body, div, p, span, a, td, option, label, input 
{
    font-size: 10px;
    /*font-weight: bold;*/
}

h1 
{
    font-size:20px;
    font-weight: 600;
    color: #37156C;
}

h2 
{
    font-size:18px;
    font-weight: 600;
    color: #37156C;
}

h3 {
    font-size:16px;
    font-weight: 600;
    color: #37156C;
}

h4 {
    font-size:14px;
    font-weight: 600;
    color: #37156C;
}

a {
    font-size: 10px;
    color: #37156C;
    text-decoration: none;
}

a:hover {
    /*color: #F9BC5B;*/
    color: #7C699B;
    /*text-decoration: underline;*/
}

a.leftMenu {
    background-image:url(/images/indexprik1.gif);
    background-repeat:no-repeat;
    background-position: 0px 5px;
    padding-left:14px;
}

a:hover.leftMenu {
    background-image:url(/images/indexprik2.gif);
}

a.leftMenuSelected {
	background-image:url(/images/indexprik3.gif);
    background-repeat:no-repeat;
    background-position: 0px 5px;
    padding-left:14px;
    color: Silver;
}

span.headingArrow {
    color: #37156C;
    font-style: italic;
}


