/*********************************************************************************************************
**
** General Styles
**
**/

.C2ContentBG
{
	background: url(Images/C2ContentTile.gif);
	vertical-align: top;
}

.C2ContainerTitleFont
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #444;
}

.C2ContentLeft
{
	background: url(Images/C2LeftTile.gif) repeat-y;
	vertical-align: top;
}


.C2ContentRight
{
	background: url(Images/C2RightTile.gif) repeat-y;
	vertical-align: top;
}



