.Tabstrip 
{
	background-color:#0d4d8d; width:20%; height:1px;
}


.TabText 
{
	height:36px;
	width:20%;
	font-family:verdana,tahoma,helvetica;
	letter-spacing: -1px;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}
.TabMargin
{
	/*padding:5px 15px 0px 12px;*/
	text-align:center;
}


.TabActive {
	display:inline-block;
	height:36px;
	width:33%;
	/*background-image:url(/images/tabstrip/tab_on.gif);*/
	background-image:url(/images/tabstrip/tab_down.jpg);
	background-repeat:no-repeat;
	cursor:default;
	color:#FFFFFF;
}
.TabHover {
	/*display:inline-block;
	height:36px;*/
	width:33%;
	background-image:url(/images/tabstrip/tab_down.jpg);
	background-repeat:no-repeat;
    cursor:pointer;
	color:#FFFFFF;
}
.TabDefault {
	display:inline-block;
	height:36px;
	width:33%;
	/*background-image:url(/images/tabstrip/tab_off.gif);*/
	background-image:url(/images/tabstrip/tab_up.jpg);
	background-repeat:no-repeat;
    cursor:default;
	color:#FFFFFF;
}


.TabstripContent {
	background-image:url(/images/center_background.jpg);
	background-color:#FFFFFF;
	background-repeat:inherit;
	/*background-repeat:no-repeat;*/
    border-top:0px;
   	font-family:verdana,tahoma,helvetica;
    font-size:11px;
	height:303px;
	width:100%;
	
	
}
.ContentMargin {
	padding:25px 20px 15px 30px;
}

.ContentText {color:#333333 }

a.ContentLink:link { font-family:verdana,tahoma,helvetica; font-size:11px; font-weight:bold; color:#333333; text-decoration:none }
a.ContentLink:visited { font-family:verdana,tahoma,helvetica; font-size:11px; font-weight:bold; color:#333333; text-decoration:none }
a.ContentLink:hover { font-family:verdana,tahoma,helvetica; font-size:11px; font-weight:bold; color:#333333; text-decoration:underline }
a.ContentLink:active { font-family:verdana,tahoma,helvetica; font-size:11px; font-weight:bold; color:#333333; text-decoration:none }