.sbTextError 
{
	font-family: Georgia;
	font-size: x-small;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.sbTextSuccess 
{
	font-family: Georgia;
	font-size: x-small;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}

.sbTextNormal 
{
	font-family: Georgia;
	font-size: x-small;
	color: #47281C;
	text-decoration: none;
}

.sbTextSmall
{
	font-family: Georgia;
	font-size: xx-small;
	color: #000000;
	text-decoration: none;
}

.sbTextHeading
{
	font-family: Georgia;
	font-size: large;
	font-weight: bold;
	color: #47281C;
	text-decoration: none
}

.sbTextBold 
{
	font-family: Georgia;
	font-size: x-small;
	font-weight: bold;
	color: #47281C;
	text-decoration: none;
}

.sbHyperlink
{
	font-family: Georgia;
	font-size: x-small;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.sbInput 
{
	font-family: Georgia;
	font-size: xx-small;
	color: #47281C;
	text-decoration: none;
	background-color: #CCCC99;
	border-top: 1px solid #FFFFCC;
	border-right: 1px solid #AD806C;
	border-bottom: 1px solid #AD806C;
	border-left: 1px solid #FFFFCC;
}

.sbCellHeader
{
	font-family: Georgia;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #47281C;
}

.sbCellFooter
{
	font-family: Georgia;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #47281C;
}

.sbCell
{
	font-family: Georgia;
	font-size: x-small;
	color: #47281C;
	text-decoration: none;
	background-color: #FFFFFF;
}

.sbCellAlternate
{
	font-family: Georgia;
	font-size: x-small;
	color: #47281C;
	text-decoration: none;
	background-color: #FFF5CC;
}

.sbList
{
	/*
	If you want grid lines
	border-spacing: 1px;
	*/
	border-spacing: 0px;	
	background-color: #47281C;
	border: 1px solid #CCCCCC;
}
.sbList td {
    padding: 5px;
}
