body
{
	background-attachment: scroll;
	background-repeat: repeat;
	background-image:   url(../images/bg-img.jpg);
}
	.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;
	}
.tL
	{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: outset;
	border-right-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.tR
	{
	border-right-width: 1px;
	border-right-style: outset;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	
}
.tBleft
	{
	border-bottom-style: outset;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: outset;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	
}
.tBright
	{
	border-bottom-style: outset;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-style: outset;
	
}
.usl
{
	text-align: left;
	color: #666666;
	font-family : "Monotype Corsiva";
	font-size: 140%;
	padding-left: 15px;
	}
.imgS
{
	border: 1px solid #ccc;
	margin-right: 15px;
	margin-left: 15px;
	text-align: left;
}
.as
{
	text-decoration:none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	padding-left: 10px;
    }
	.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;
}

