body
{
	background-attachment: scroll;
	background-repeat: repeat;
	background-image: url(../images/bg-img.jpg);
}
	
	h1
	{
	text-indent: 1%;
	text-align: left;
	color: #666666;
	font-family : "Monotype Corsiva";
	margin-left:30px;
	font-size: 200%;
	margin-top: 10px;
	}
	p
	{
	margin-left:0px;
	margin-right:0px;
	text-align: justify;
	color: #666666;
	font-family : "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: oblique;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 30px;
	}
	.sideLeft
	{
	background-attachment: scroll;
	background-image: url(../images/side-bg.jpg);
	background-repeat: repeat;
	}
	.sideRight
	{
	background-attachment: scroll;
	background-image: url(../images/sideRight-bg.jpg);
	background-repeat: repeat;
	}
	.hborder
	{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	}
	.tborder
	{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: outset;
	border-left-style: outset;
	border-bottom-width: 1px;
	border-bottom-style: outset;
	}
	.mborder
	{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: outset;
	border-left-style: outset;
	}
	.bullet 
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: oblique;
	color: #666666;
	margin-right: 20px;
	margin-left: 30px;
	list-style-image: url(../images/egypta_bullet4.gif);
	list-style-position: inside;
	}
.imgP
 {
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #ccc;
}
	.footer
{
	margin-bottom: 4px;
	margin-top: 4px;
}
.flink 
{
	color: #999999;
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
	margin-right: 4px;
	margin-left: 4px;
}


