﻿body
{
	font-size: 9pt;
	color: #333399;
	font-family: Tahoma;
	padding: 0px;
	margin: 0px;
	background-image: url(img/divBG.gif);
}
.Alert
{
	color: Red;
}
#divHolder
{
	width: 760px;
	background-color: White;
	direction: rtl;
}
#divHeader
{
	width: 760px;
	background-image: url(img/Header.jpg);
	background-repeat: no-repeat;
	height: 87px;
}
#divFooter
{
	width: 760px;
	height: 15px;
	font-size: 7pt;
	color: #ffffff;
	direction: ltr;
	font-family: Arial;
	background-color: #507699;
	text-align: center;
	vertical-align: middle;
}

#divMenu
{
	width: 760px;
	background-image: url(img/HeaderMenu.jpg);
	background-repeat: no-repeat;
	height: 22px;
}

#formDiv
{
	background-image: url(img/fromBG.gif);
	border: #9999aa 1px solid;
	width: 70%;
	background-repeat: repeat-x;
}
.ContentsParagraph
{
	width: 70%;
	text-align: right;
}
.TextBoxes
{
	border: #507699 1px solid;
	width: 150px;
}
a:link, a:visited, a:active
{
	color: #6666aa;
	text-decoration: none;
}
a:hover
{
	background-color: #7777aa;
	color: White;
	padding-bottom: 5px;
}
