/*SLLC SEASON COLOR STANDARD
Purple
	Foreground: #660066
	Background: #CC66CC
Blue
	Foreground: #000066
	Background: #6666CC
Red
	Foreground: #990000
	Background: #CC6666
Gold 
	Foreground: #CC9900
	Background: #FFCC66
Green
	Foreground: #006600
	Background: #66CC66
Black
	Foreground: #000000
	Background: #999999
*/


TD.LeftLined
{
	background-image: url(leftlinegreen.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
TD.RightLined
{
	background-image: url(rightlinegreen.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
TD.TopLined 
{
	background-image: url(toplinegreen.jpg);
	backgroud-repeat: repeat-x;
	background-position: top;
}
TD.BottomLined 
{
	background-image: url(bottomlinegreen.jpg);
	backgroud-repeat: repeat-x;
	background-position: bottom;
}
TD.Sign
{
	background-image: url(signgreen.jpg);
	background-position: bottom left;
}
.Footer	
{
	font-family: times;
	font-size: 11pt;
}
.FooterDot
{
	font-family: wingdings;
	font-size: 10pt;
	font-weight: bold;
}

.NavChain
{
	font-family: times;
	font-size: 9pt;
	font-weight: bold;
}
A.NavChain:link
{	
	text-decoration: none;
	color: #006600;
}
A.NavChain:hover
{
	color: #66CC66;
}
A.NavChain:visited
{
	text-decoration: none;
	color: #006600;
}