﻿*
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	background-repeat: repeat;
	background-color: #EBAA50;
	background-image: url( '../Images/background.gif' );
	color: #724B77;
	font-family: 'Kristen ITC';
	font-size: 10pt;
	text-align: center;
}

div,span
{ 
	display: block;
}

.Master_pnlLayout
{
	width: 800px;
	height: 400px;
	margin: 0px auto auto auto;
}

.Master_pnlHeader
{
	width: 100%;
	height: 270px;
	text-align: left;
}

.Master_pnlLogoImage
{
	width: 322px;
	height: 196px;
}

.Master_pnlLogoCaption
{
	width: 322px;
	height: 50px;
	text-align: center;
	color: Black;
	font-family: 'Lucida Calligraphy';
	font-size: 10pt;
}

.Master_pnlTabStrip
{
}

.Master_pnlBody
{
	background-color: #C0CB7F;
	width: 100%;
}

.Master_pnlFooter
{
	color: Black;
	font-family: 'Times New Roman';
	font-style: italic;
	font-size: 8pt;
	text-align: center;
	padding: 25px;
}

.Announcement
{
    font-size: large;
    font-weight: bold;
    color: #CC00FF;
}