﻿body 
{
	background-color: #999999;
	text-align: center;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  Black ; /* #666666; */
	padding: 1px;
	margin: 1px;
}

/* Image container */	
.ImageContainer {
	width: 100px;
	height: 100px;
	}

/*.repeatLeftSliceVertical
{
    background: url(leftVertical.gif) ;
    background-repeat: repeat-y;   
}
.repeatRightSliceVertical
{
    background: url(rightVertical.gif) ;
    background-repeat: repeat-y;
}
.repeatTopSliceHorizontal
{
    background: url(topHorizondal.gif) ;
    background-repeat: repeat-x;
}

.repeatBottomSliceHorizontal
{
    background: url(bottomHorizondal.gif) ;
    height:100px;
    background-repeat: repeat-x;
}


.topLeftCurve
{
    background: url(topLeftCurve.gif) ;
}
.bottomLeftCurve
{
    background: url(bottomLeftCurve.gif) ;
}
.topRightCurve
{
    background: url(topRightCurve.gif) ;
}
.bottomRightCurve
{
    background: url(bottomRightCurve.gif) ;
}*/