/*********************************************************************************************************
**
** General Styles
**
**/

.C4ContentBG
{
	background: url(Images/C4ContentTile.gif);
	vertical-align: top;
}

.C4ContainerTitleFont
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #444;
}

.C4ContentLeft
{
	background: url(Images/C4LeftTile.gif) repeat-y;
	vertical-align: top;
}


.C4ContentRight
{
	background: url(Images/C4RightTile.gif) repeat-y;
	vertical-align: top;
}



