#tablehead01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #76818F;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E0E1E7;
	valign: bottom;
	vertical-align: bottom;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 25px;
}
#tableLinks{
	height: 130px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	display: block;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	float: left;
}

#tableLinks a:link{
	display: block;
	padding: 15px 15px 3px;
	background-image: url(links/tb_bg.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #666666;
}

#tableLinks a:visited{
	display: block;
	padding: 15px 15px 3px;
	color: #999999;
	background-image: url(links/tb_bg.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#tableLinks a:hover{
	display: block;
	padding: 15px 15px 3px;
	background-color: #F5F5F5;
	color: #6FC846;
	text-decoration: underline;
	background-image: url(links/tb_bg2.gif);
}

/***********************************************/
/*Model List tag styles                     */
/***********************************************/
#modelLinks{
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #666666;
	padding: 3px 5px;
	font-weight: bold;
}

#modelLinks a:link{
	color: #000066;
	text-decoration: none;
	height: 20px;
	padding: 3px 5px;
	text-transform: uppercase;
}

#modelLinks a:visited{
	color: #000066;
	text-decoration: none;
	height: 20px;
	padding: 3px 5px;
	text-transform: uppercase;
}

#modelLinks a:hover{
	color: #0000CC;
	text-decoration: none;
	height: 20px;
	padding: 3px 5px;
	background-color: #E8E8E8;
	text-transform: uppercase;
}

/***********************************************/
/*Function List tag styles                     */
/***********************************************/
#funcLinks{
	font-size: 8pt;
	background-color: #A5DB84;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
	color: #FFFFFF;
	padding: 3px 10px;
	font-weight: bolder;
}

#funcLinks a:link{
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#funcLinks a:visited{
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#funcLinks a:hover{
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	padding: 3px 10px 6px;
	background-color: #FFCC33;
}
.mod-select {
	font-size: 8pt;
	background-color: #FF9933;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.new {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../_common/new_01.gif);
	width: 100px;
	display: block;
	text-align: right;
}
