.TabStrip .Tab a 
{
	text-decoration: none;
	font-weight: bolder;
	color: #aa0000;
}
.TabArea 
{
	background-color: #ffffff;
	background-image:url('../images/rev1/bg_fade.jpg'); 
	background-attachment: fixed; 
	background-position: bottom; 
	background-repeat: repeat-x;
	width: 100%;
	height: 700px;
}
.TabAreaCell
{
	vertical-align: top;
	padding: 7px 7px 7px 7px;
}
.TabStrip .TabSelected a 
{
	text-decoration: none;
	font-weight: bolder;
	color: #aa0000;
}
.TabStrip .Tab
{
	text-decoration: none;
	font-weight: bolder;
	color: #aa0000;
	background-image:url('../images/rev1/tab_b_bg.gif'); 
	background-repeat:repeat-x; 
	font-size: 9pt;
}
.TabStrip .TabSelected 
{
	text-decoration: none;
	font-weight: bolder;
	color: #aa0000;
	background-image:url('../images/rev1/tab_s_bg.gif'); 
	background-repeat:repeat-x; 
	font-size: 9pt;
}
.TabUnderline
{
	background-image:url('../images/rev1/tab_underline.gif'); 
	background-attachment: fixed; 
	background-position: bottom; 
	background-repeat: repeat-x;  
	font-size:8pt;
}