BODY {
	background-color: #FFFFFF;
	background-image:  url(../pics/graphics/back.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	SCROLLBAR-HIGHLIGHT-COLOR: #F5F5F5;
	SCROLLBAR-SHADOW-COLOR: #808080;
	SCROLLBAR-3DLIGHT-COLOR: #808080;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #F5F5F5;
	SCROLLBAR-FACE-COLOR: #EEEBDF;
	SCROLLBAR-DARKSHADOW-COLOR: #F5F5F5;
	margin-top: 6px;	
	background-position: center center;
}
/*
BODY {
	background-color: #FFFFFF;
	background-image:  url(../pics/graphics/back.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	SCROLLBAR-HIGHLIGHT-COLOR: #000080;
	SCROLLBAR-SHADOW-COLOR: #ff9933;
	SCROLLBAR-3DLIGHT-COLOR: #ff9933;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #F5F5F5;
	SCROLLBAR-FACE-COLOR: #000080;
	SCROLLBAR-DARKSHADOW-COLOR: #000080;
	margin-top: 6px;	
	background-position: center center;
}
*/


.GeneralTableBorder 
{
	border: 1px solid #000066;
}

.GeneralTableBorder2 
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

 
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
}
.BorderGreyLeft 
{
	background-image: url(/images/spcr.gif);
	background-repeat: repeat;
	background-position: left;
	background-color: #FFFFFF;
}

.GreyBorderRight 
{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.GreyBorderBottom 
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
}
