﻿
a { color: #26739f;}

.BlackLink { color: Black; text-decoration:none; }

/*Quotes Scroller */
#pscroller1{
width: 600px;
height: 120px;
text-align: justify;
padding-bottom: 5px;
color: Black;
background-color: White;
}
#pscroller2{
width: 600px;
height: 120px;
text-align: justify;
padding-bottom: 5px;
color: Black;
background-color: White;
}


.NoUnderline {	text-decoration: none; }

.SideBox {
	border:solid 4px #E5EAF0; 
	text-align:justify; 
	background-color: #F9F9F9; 
	padding:4px;
}

.contentPageTitle{
	font-size:16pt; 
	font-weight:bold; 
	color: black; 
	text-align:center;
	padding-top: 4px;
	padding-bottom: 8px;
}

.coreTitle
{
	font-weight: bold;
	font-size: 11pt;
	color: RGB(30, 12, 125); 
} 



/* TABS */
/*

.TabHeaderLabel
{
	position: absolute; 
	margin-left:45px; 
	margin-top:5px;
}
.TabHeaderTD {
cursor: pointer;
}
*/
.tabHeader .sb-inner{background-color:#CCCCCC;}
.tabHeader .sb-border{background-color:#CCCCCC;}

.tabActive .sb-inner{background-color:White;}
.tabActive .sb-border{background-color:White;}

.TabHeaderTable
{
}
.tabHeader
{
	text-align:center;
	background-color: #CCCCCC;
	cursor: pointer;
	color:#333;
}
.tabLink
{
	color:#333;
	text-decoration:none;
	display:block;
	padding-top:2px;
	padding-bottom:3px;
}
.tabActive
{
	background-color:White;
	color:#333;
}
/*
.TabHeaderActive
{
	background-image:url(white_center.gif); background-repeat:no-repeat;
}
*/
.TabContent
{ 
	width: 760px; 
	display:none;
	visibility:hidden;
	position:relative;
}

/*
.TabHeaderActiveWalk
{
	background-image:url(white_center.gif); background-repeat:no-repeat;
}
*/

.TabHeaderTableWalk
{
	width: 780px; 
	font-size:8pt;
}
.TabContentWalk
{ 
	width: 760px; 
	display:none;
	visibility:hidden;
	position:relative;
	text-align:left;
	padding:5px 5px 5px 5px;
}