﻿body
{
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 0px;
    background: #f8fcf4;
    vertical-align: top;
    font-family: Segoe UI, sans-serif;       
    color: White;
    font-size: 10pt;
}

body, table, div
{
    margin: 0px;
    padding: 0px;
}

h1
{	
	font-size: 16pt;
}

h2
{    
    font-size: 14pt;
    text-decoration: underline;
    margin-bottom: 0px;
}

h4 
{
    font-size: 13pt;
     margin-bottom: 10px;
}

h5 
{
    font-size: 11pt;
    text-decoration: underline;
}

.ContentBackground
{
    width: 1020px; 
    background-image: url('../images/ContentBack.jpg'); 
    background-repeat: repeat-y;
}

input[type=checkbox], input[type=radio]
{
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

input[type=radio]
{
    top: -1px;
}
