/* CSS Document */
.container_left
{
	background-image:url(images/menu_left.gif);
	background-repeat:no-repeat;
	height:23px;
	width:2px;
}
.container_center
{
	background-image:url(images/menu_center.gif);
	background-repeat:repeat-x;
	height:23px;
}
.container_right
{
	background-image:url(images/menu_right.gif);
	background-repeat:no-repeat;
	height:23px;
	width:2px;
}
.content,.content td
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}
.content a:link,.content a:active,.content a:visited,.content td a:link,.content td a:visited,.content td a:active
{
	color:#d6717a;	
	text-decoration:none;
}
.content a:hover, .content td a:hover
{
	color:#d6717a;
	text-decoration:underline;
}	
.content1,.content1 td
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:normal;
}
.content1 a:link,.content1 a:active,.content1 a:visited,.content1 td a:link,.content1 td a:active,.content td a:visited
{
	color:#d6717a;	
	text-decoration:none;
}
.content1 a:hover, .content1 td a:hover
{
	color:#d6717a;
	text-decoration:underline;
}	
