﻿body
{
	
}

.RightBorder
{
	border-style: none;
	color: #958168;
	width: 5%;
	text-align: right;
	filter: progid:DXImageTransform.Microsoft.gradient( gradientType=1,  startColorstr=#958168, endColorstr=White);
}

.LeftBorder
{ 
	border-style: none;
	color:#958168; 
    width: 5%;
    text-align: left;
	filter:progid:DXImageTransform.Microsoft.gradient( gradientType=1, 
										startColorstr=White, 
										endColorstr=#958168)
}

.HomeHeadingText
{
	color: White;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	letter-spacing: 10px;
	background-color: #B85826;
}

.Divider
{
	height:5px;
	background-color: #D6E594
}

.TitleText
{
	color: #BB5628;
	font-family: Verdana;
	font-size: 16pt;
	text-align: justify;
	background-color: #E3D6B4;
}

.MenuText
{
	color: #958169;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-align: justify;
	background-color: #E3D6B4;
}

.SelectedMenuText
{
	color: #B85826;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-align: justify;
	background-color: #E3D6B4;
}

.StandardBody
{
	background-color: White;
	margin: 10px;
	color: #603330;
	font-family: Verdana;
	font-size: 10pt;
	background-color: #E3D6B4;
}

.FooterText
{
	color: #603330;
	font-family: Verdana;
	font-size: 8pt;
}

.Test
{
	font-weight: bold;
	font-family: 'Mistral' , Verdana;
	margin-right: 10px;
	margin-left: 10px;
}