

/* ==================================== */
/*	CONTAINERS							*/
/* ==================================== */

.Title A:link
{
    text-decoration: none;
    color: #000000;
}


.Title A:visited
{
    text-decoration: none;
    color: #000000;
}

.Title A:hover
{
    text-decoration: none;
    color: #000000;
}

.Title A:active
{
    text-decoration: none;
    color: #000000;
}

.Title .TopLeft
{
	height:5px;
	line-height:0px;
	font-size:0px;
	background:transparent url('images/yellow/TopLeft.png') top left no-repeat;
}

.Title .TopRight
{
	height:5px;
	line-height:0px;
	font-size:0px;
	background:transparent url('images/yellow/TopRight.png') top right no-repeat;
}

.Title .TopMiddle
{
	height:5px;
	line-height:0px;
	font-size:0px;
	margin:0px 15px;
	background:transparent url('images/yellow/TopMiddle.png') top left repeat-x;
}
	
.Title .MiddleLeft
{
	background:transparent url('images/yellow/MiddleLeft.png') top left repeat-y;
}

.Title .MiddleRight
{
	background:transparent url('images/yellow/MiddleRight.png') top right repeat-y;
}

.Title .Middle
{

	margin:0px 15px;
	background-color:#efae00;	
	font-size:12px;
	font-weight:bold;
	text-align: center;
}

.Title .Bottom
{
	height:10px;
	line-height:0px;
	font-size:0px;
}

.Title .BottomLeft
{
	height:10px;
	line-height:0px;
	font-size:0px;
	background:transparent url('images/yellow/BottomLeft.png') top left no-repeat;
}

.Title .BottomRight
{
	height:10px;
	line-height:0px;
	font-size:0px;
	background:transparent url('images/yellow/BottomRight.png') top right no-repeat;
}
	
.Title .BottomMiddle
{
	height:10px;
	line-height:0px;
	font-size:0px;
	margin:0px 10px;
	background:transparent url('images/yellow/bottomMiddle.png') top left repeat-x;
}

.Title LI
{
  margin-left:25px;
	margin-bottom:3px;
	list-style-position:inside;
	list-style-image:url('images/bullet.png');
	text-indent: -1.5em;

}
.Title LI a
{
/* text-decoration:none;*/
 
}

.Title UL
{
   
  /*  text-decoration:none;*/
	margin:0px;
	padding:0px;
}
