body
{	
	margin-top:3px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	font-family:'Lucida Grande',Verdana,Tahoma,Arial;
	font-size:14px;
	background-color:#D7D6D4;
	text-align:center;
}
.listHeader
{
	text-align: -moz-center; 
	background-color:#BDC9D4;
}
.listTabActive, .listTabActive a, a.listTabInactive:hover
{
	color:#144492;
	height:25px;
	width:80px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:23px;
	text-decoration:underline;
}
.listTabInactive, .listTabInactive a, a.listTabActive:hover
{
	color:#333333;
	height:25px;
	width:80px;
	font-size:14px;
	font-weight:bold;
	cursor: pointer;
	text-decoration:none;
	line-height:23px;
}
.detailCtrl
{
	font-size:11px;
	color:#000000;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
}
a.detailCtrl
{
	font-size:11px;
	color:#144492;
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;
	text-decoration:none;
	font-weight:bold;
}
a.detailCtrl:hover 
{
	font-size:11px;
	color:#333333;
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;
	text-decoration:underline;
	font-weight:bold;
}
.ctrlBtn,a.ctrlBtn
{
	font-size:14px;
	color:#144492;
	border:0px;
	cursor:pointer;
	text-decoration:underline;
	background-color:transparent;
}
.detailHeaderText, a.detailHeaderText
{
	font-size:14px;
	color:#144492;
	border:0px;
	cursor:pointer;
	text-decoration:underline;
	background-color:transparent;
}
a.textLink:hover
{
	font-size:14px;
	color:#144492;
	text-decoration:underline;
}
a.textGraySmall:hover
{
	font-size:11px;
	color:#144492;
}
a.textLinkSmall:hover
{
	font-size:11px;
	color:#144492;
	text-decoration:underline;
}
.detailTabInactive,.detailTabInactive a
{
	background-color:#D5CEBB;
	width:110px;
	height:33px;
	text-align:right;
	text-decoration:none;
	color:#333333;
	font-size:13px;
	line-height:30px;
	cursor:pointer;
}
.sideTabTextActive, a.sideTabTextActive
{
	font-size:11px;
	color:#144492;
	font-weight:bold;
	text-decoration:underline;
}
.sideTabTextInactive, a.sideTabTextInactive 
{
	font-size:11px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
a.sideTabTextActive:hover,a.sideTabTextInactive:hover
{
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
.cornerBox { position: relative; background: #BDC9D4; width: 100%; }
.cornerT { position: absolute; width: 15px; height: 15px; background: url('../images/corner_blue.gif') no-repeat; font-size: 0%; }
.cornerBoxB { position: relative; background: #FFFFFF; width: 100%; }
.cornerB { position: absolute; width: 15px; height: 15px; background: url('../images/corner.gif') no-repeat; font-size: 0%; }
.cornerBoxInner { padding-right: 10px; padding-left:10px; padding-top:7px; padding-bottom:7px;}
.cornerBoxM { position: relative; background: #E0DBCD; width: 100%; }
.cornerM { position: absolute; width: 15px; height: 15px; background: url('../images/corner_m.gif') no-repeat; font-size: 0%; }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -15px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -15px; }
.BR { bottom: 0; right: 0; background-position: -15px -15px; }