﻿body
{
   font-family: Verdana, Arial, Helvetica;
   font-weight: normal;
   font-style: normal;
   font-size: 10pt;
   text-align: justify;
   background-color: white;
   background-image: url('../images/back.jpg');
   padding-left: 5%;
   padding-right: 5%;
}

h1
{
   font-family: Verdana, Arial, Helvetica;
   font-weight: normal;
   font-style: normal;
   font-size: 15pt;
   font-color: rgb(90, 90, 120)
}

h2
{
   font-family: Verdana, Arial, Helvetica;
   font-weight: normal;
   font-style: italic;
   font-size: 13pt;
   font-color: rgb(90, 90, 120)
}

h6
{
   font-family: Verdana, Arial, Helvetica;
   font-weight: normal;
   font-style: italic;
   font-size: 10pt;
   font-color: rgb(90, 90, 120)
}


a:link
{
   color: rgb(0, 100, 150);
   text-decoration: none
}
a:hover
{
   color: rgb(120, 160, 5);
   text-decoration: underline;
   font-weight: normal;
}
a:active
{
   color: rgb(0, 100, 150);
   text-decoration: none
}
a:visited
{
   color: rgb(0, 100, 150);
   text-decoration: none
}
a:visited:hover
{
   color: rgb(120, 160, 5);
   text-decoration: underline;
   font-weight: normal;
}

img
{
   border : none
}

input.text, textarea
{
   border-style: inset;
   border-width: 1px;
   background-color: rgb(235, 240, 246);
   font-family: Verdana, Arial, Helvetica;
   font-weight: normal;
   font-style: normal;
   font-size: 10pt;
} 

input.button
{
   font-family: Verdana, Arial, Helvetica;
   font-weight: normal;
   font-style: normal;
   font-size: 10pt;
}

table
{
   border: none;
   font-family: Verdana, Arial, Helvetica;
   font-weight: normal;
   font-style: normal;
   font-size: 10pt;
   text-align: justify
}

