/*********************************************************************************************************
**
** General Styles
**
**/

.C1ContentBG
{
	background: url(Images/C1ContentTile.gif);
	vertical-align: top;
}

.C1ContainerTitleFont
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #444;
}

.C1ContentLeft
{
	background: url(Images/C1LeftTile.gif) repeat-y;
	vertical-align: top;
}


.C1ContentRight
{
	background: url(Images/C1RightTile.gif) repeat-y;
	vertical-align: top;
}


