/*********************************************************************************************************
**
** General Styles
**
**/

.C3ContentBG
{
	background: url(Images/C3ContentTile.gif);
	vertical-align: top;
}

.C3ContainerTitleFont
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #444;
}

.C3ContentLeft
{
	background: url(Images/C3LeftTile.gif) repeat-y;
	vertical-align: top;
}


.C3ContentRight
{
	background: url(Images/C3RightTile.gif) repeat-y;
	vertical-align: top;
}



