﻿body
{
	margin:10px 0px 35px 0px;
	padding:0px;
	border:0px;
	width:100%;
	height:100%;
}

#backgroundImage1
{
	width:752px;
	height:15px;
	margin:0px auto;
	background:#8F2679 url(/images/web/backgroundImage1.jpg) no-repeat;
}

#backgroundImage2
{
	width:752px;
	height:858px;
	margin:0px auto;
	background:#8F2679 url(/images/web/backgroundImage2.jpg) repeat-y;
	padding-top:10px;
}

#backgroundImage3
{
	width:752px;
	height:15px;
	margin:0px auto;
	background:#8F2679 url(/images/web/backgroundImage3.jpg) no-repeat;
}

#header
{
	width:700px;
	height:120px;
	margin:0px auto;
	background:#8F2679 url(/images/web/header.jpg) no-repeat;
}

#content
{
	width:620px;
	height:706px;
	padding:10px 50px 30px 30px;
	margin:20px auto;
	background:url(/images/web/content.jpg) no-repeat;
	
	color:White;
	font-family:Verdana;
	font-weight:normal;
}

#content h1
{
	font-size:13pt;
}

#content p
{
	font-size:9.5pt;
	padding-left:20px;
	line-height:22px;
	text-align:justify;
}

#content ul li
{
	font-size:9.5pt;
	padding-left:5px;
	line-height:22px;
	text-align:justify;
}

.signature
{
	width:752px;
	margin:10px auto;
	text-align:right;
	font-family:Verdana;
	color:#8B7D7F;
	font-size:11px;
}

.link
{
	color:White;
}