﻿
body
{
   font-family: Verdana, Arial, Sans Serif; /*Arial, Helvetica, sans-serif;*/
   font-size: 12px;
   background-color: #e6e6e6;
   background-image: url("Images/bg.jpg");
   background-repeat: repeat;
   background-attachment: fixed;
   padding: 0px;
   margin: 0px;
}

h1
{
   font-size: 20px;
   color: #001e78;
}

h2
{
   font-size: 16px;
   color: #001e78;
}

h3
{
   background-color: #eeeeee;
   color: #001e78;
   font-weight:bold;
   font-size: 13px;
   padding-left: 2px;
}

h4
{
   color: #001e78;
   font-size: 12px;
}

h5
{
   font-size: 12px;
   text-decoration: underline;
}


a
{
   text-decoration: none;
   color: #0064c8;
}

a:hover
{
   color: #000670;
}

img
{
   border: solid 0px;
   border-collapse: collapse;
}

img.withmagin
{
   margin: 5px;
}

hr
{
   height: 2px;
   border: solid 0px #eeeeee;
   background-color: #eeeeee;
}

ul
{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
}

td
{
	padding: 0px;
	margin: 0px;
}
