﻿body
{
	font-family: 'Trebuchet MS';
	color: Gray;
	font-size:10pt;
}

.background
{
    width: 1024px;
    background-image: url('Background.gif');
    background-repeat: repeat-y;
}

.content
{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 800px;
    padding-left: 110px;
    min-height: 550px;
}

ul 
{
	list-style-type: square;	
} 

.withmargin
{
    margin-bottom: 5px;
}

h1
{
	color: #833E8D;
	font-size: 16pt;
	font-weight: bold;
}

h2
{
	color: #4E8FB4;
	font-size: 14pt;
	font-weight: bold;
}

h3
{
    color: #9C9D9F;
    font-size: 12pt;
	font-weight: bold;
}

h4
{
    color: #64A33F;
    font-size: 10pt;
	font-weight: bold;
}

.header_purple
{
	color: #833E8D;
	font-size: 18pt;
}

.header_purple_medium
{
	color: #833E8D;
	font-size: 12pt;
	font-weight: bold;
}


.header_blue
{
	color: #4E8FB4;
	font-size: 18pt;
}

.header_blue_medium
{
	color: #4E8FB4;
	font-size: 12pt;
	font-weight: bold;
}

.header_gray
{
	color: #9C9D9F;
	font-size: 18pt;
}

.header_gray_medium
{
	color: #9C9D9F;
	font-size: 12pt;
	font-weight: bold;
}

.header_green
{
	color: #64A33F;
	font-size: 18pt;
}

.header_green_medium
{
	color: #64A33F;
	font-size: 12pt;
	font-weight: bold;
}

.content_hd 
{
	width: 100%;
	height: 190px;
	display: block;
	background-position: top left;
	background-repeat: repeat;
}

.content_main 
{
	width: 800px;
	min-height: 100px;
	display: block;
	background-color: #ffffff;
	padding: 10px 7px 10px 7px;
	z-index: 18;
}