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
	{
	text-indent: 1%;
	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;
	}
	.mborder
	{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: outset;
	border-left-style: outset;
	}
	
	.gborder
	{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-left-style: solid;
	}
	.gborderHALF
	{
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	}
  .gborderHALFleft
	{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	}
	.img
	 {
	margin: 5px;
	border: 3px solid #ccc;
	}
	.gal
	{
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: outset;
	border-left-style: outset;
	border-bottom-width: 1px;
	border-bottom-style: outset;
}
.ag {
	text-decoration: none;
	color: #880071;
}
	.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;
}

