﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	ALGEMENE STYLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media screen {
body 
{
    /*background-color:   #F8F9E2;*/
    font-family:        Verdana;
    font-size:          12px;
    margin-left:        2px;
    margin-right:       2px;
    margin-top:         2px;
    margin-bottom:      2px;
    background-image:	url('background.gif')

}

h1
{
    text-align:         center;
    font-size:          35px;
    font-weight:        bold;
    color:              #008000;
}

h2
{
    text-align:         center;
    font-size:          30px;
    font-weight:        bold;
    color:              #008000;
}

h3
{
    text-align:         center;
    font-size:          25px;
    font-weight:        bold;
    color:              #008000;
}

h4
{
    text-align:         center;
    font-size:          21px;
    font-weight:        bold;
    color:              #008000;
}

h5
{
    text-align:         left;
    font-size:          18px;
    font-weight:        bold;
    color:              #008000;
}

h6
{
    text-align:         center;
    font-size:          15px;
    font-weight:        bold;
    color:              #008000;
}
.Dropdowncalender
{
    background-color:Red;
}
.print
{
    display:            inline;
}
}
@media print {
body 
{
    /*background-color:   #F8F9E2;*/
    font-family:        Verdana;
    font-size:          12px;
    margin-left:        2px;
    margin-right:       2px;
    margin-top:         2px;
    margin-bottom:      2px;
    background-image:	url('background.gif')

}

h1
{
    text-align:         center;
    font-size:          35px;
    font-weight:        bold;
    color:              #008000;
}

h2
{
    text-align:         center;
    font-size:          30px;
    font-weight:        bold;
    color:              #008000;
}

h3
{
    text-align:         center;
    font-size:          25px;
    font-weight:        bold;
    color:              #008000;
}

h4
{
    text-align:         center;
    font-size:          21px;
    font-weight:        bold;
    color:              #008000;
}

h5
{
    text-align:         center;
    font-size:          18px;
    font-weight:        bold;
    color:              #008000;
}

h6
{
    text-align:         center;
    font-size:          15px;
    font-weight:        bold;
    color:              #008000;
}
.Dropdowncalender
{
    background-color:Red;
}



.print
{
    display:            none;
}
}