div.mainTitle {
	position:relative;
	width: 100%;	
	height:51px;
	background-image: url(../images/title/center_title.gif);
	background-repeat:repeat-x;
}

div.mainTitle div.left {
	position:absolute;
	top:0px;
	left:0px;
	width:10px;
	height:51px;
	background-image: url(../images/title/left_title.gif);
	background-repeat:no-repeat;
}

div.mainTitle div.right {
	position:absolute;
	top:0px;
	right:0px;	
	width:167px;
	height:51px;
	background-image: url(../images/title/right_title.gif);
	background-repeat:no-repeat;
}

div.mainTitle div.center {
	height:51px;
	text-align: center;	
}

div.subTitle {
	position:relative;
	width:100%;
	height:25px;
	margin-bottom:5px;
	background: url(../images/title/title_cc_1.gif) repeat-x;	
	background-position:bottom;
}

div.subTitle div.left {
	position:absolute;
	top:0px;
	left:0px;
	width:51px;
	height:25px;
	background: url(../images/title/title_l_1.gif) no-repeat;	
	background-position:left bottom;
}


div.subTitle div.centerLeft 
{
	position:absolute;
	top:0px;
	left:51px;
	width:290px;
	height:25px;
	line-height:25px;
	background: url(../images/title/title_cl_1.gif) no-repeat;	
	background-position:left bottom;
	text-align:left;
	padding-left:5px;
	font-size: 12px;
	font-weight: bold;
	color: #0054a6;
	text-decoration: none;
}

div.subTitle div.center
{
	position:absolute;
	top:0px;
	left:0px;
	height:25px;
	line-height:25px;
	text-align:center;
}

div.subTitle div.centerRight
{
	position:absolute;
	top:0px;
	right:51px;
	width:290px;
	height:25px;
	line-height:25px;
	background: url(../images/title/title_cr_1.gif) no-repeat;	
	background-position:right bottom;
	text-align:right;
	padding-right:5px;
	font-size: 12px;
	font-weight: bold;
	color: #0054a6;
	text-decoration: none;
}

div.subTitle div.right 
{
	position:absolute;
	top:0px;
	right:0px;
	width:51px;
	height:25px;
	background: url(../images/title/title_r_1.gif) no-repeat;	
	background-position:right bottom;
}

div.title1 
{
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
	height: 25px;	
	line-height:25px;
	padding-left:5px;
	padding-right: 5px;
	background: url(../images/border/blue_26.gif);
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #0054A6;
}


