﻿html
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #c686b5;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	
	background-image: url('../images/ui/main_background.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
}

.banner {
    background-color: #c686b5;
    color: white;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

table
{
	border: none;
	margin: 0;
	padding: 0;
}

.content
{
	background-color: #ffffff;
	background-image: url('../images/ui/home_contect_background.jpg');
	background-position: left bottom;
	background-repeat: repeat-x;
	z-index: 50;
}

h1
{
	font-weight: bold;
	font-size: 14pt;
}