a
{
	color: #B27C8C;
	text-decoration: none;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11;
}
a:hover
{
	color: Blue;
	text-decoration: underline;
}
a:visited
{
	color: #B27C8C;
	text-decoration: none;
}
a:visited:hover
{
	text-decoration: underline;
}
body
{
	background-color: #A6B8A6;
	margin-left: 0;
	margin-top: 0;
}

h1
{
	font-family: Arial, Verdana, Bembo;
	font-size: 12;
	color: #B7798E;
	padding: 1px 1px 2px 2px;
}

h2
{
	font-family: Arial, Verdana, Bembo;
	font-size: 11;
	color: #B7798E;
	padding: 1px 1px 2px 3px;
}

h3
{
	font-family: Arial, Verdana, Bembo;
	font-size: 12;
	color: #B7798E;
	padding: 1px 1px 2px 4px;
}
p
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11;
	text-justify: auto;
	color: #698169;
	padding: 1px 1px 1px 4px;
}
ul
{
	font-size: 11;
	color: #698169;
}
li
{
	font-size: 11;
	color: #698169;
}

.Button
{
	border: solid 1px #A6B8A6;
	background-color: #F7F2F3;
	font-family: Arial, Verdana, Bembo;
	font-size: 12;
	color: #BD8E9F;
	font-weight: bold;
}

.ContentArea
{
	background-color: #ffffff;
}
.EditPane
{
	background-image: url(../image/bkg_edit_pane.gif);
}
.PageContentArea
{
	background-image: url(../image/FlashBG.jpg);
	background-repeat: no-repeat;
}
.NavigationLink
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12;
	font-weight: bold;
	color: #B27C8C;
	text-decoration: none;
}
.NavigationLink:hover
{
	text-decoration: underline;
	color: Black;
}
.NavigationTable
{
	background-color: #F7F2F3;
	height: 32px;
	width: 100%;
}

.StockForm
{
	font-family: Arial, Verdana, Bembo;
	font-size: 11;
	color: #698169;
	width: 400px;
}
.Text
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11;
	color: #698169;
}

.TitleText
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12;
	font-weight: bold;
	color: Black;
}
.txtBox
{
	width: 150px;
}
.txtBoxSmall
{
	width: 75px;
}
.txtBoxMedium
{
	width: 100px;
}
.txtBoxWide
{
	width: 300px;
}
.txtBoxNote
{
	width: 300px;
	height: 150px;
}

.ValidationSummary
{
	font-size: 9pt;
	font-family: Arial,Verdana,Sans-Serif;
}
