BODY
{
    FONT-SIZE: 10pt;
    COLOR: #333333;
    FONT-FAMILY: verdana;
    TEXT-DECORATION: none;
}

.txt
{
    FONT-SIZE: 9pt;
    COLOR: #333333;
    FONT-FAMILY: verdana;
    TEXT-DECORATION: none;
	font-weight: normal;
	text-align: top;
}
.title
{
    FONT-SIZE: 10pt;
    COLOR: #d40026;
    FONT-FAMILY: verdana;
    TEXT-DECORATION: none;
	font-weight: bold;
}
.pagelink
{
    FONT-SIZE: 9pt;
    COLOR: #333333;
    FONT-FAMILY: verdana;
    TEXT-DECORATION: none;
	font-weight: normal;
	text-align: top;
	font-weight: bold;
}
.pagelinksBold
{
	color: #333333;
	font-size: 10pt;
	font-family : verdana;
	text-decoration: none;
	line-spacing: 1px;
	font-weight: bold;
}

.captions
{
	color: #333333;
	font-size: 9px;
	font-family : verdana;
	text-decoration: none;
}


.hometabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.hometabs li{
display: inline;
margin: 0;
text-align: center;
}

.hometabs li a{
text-align: center;
text-decoration: none;
position: relative;
z-index: 1;
padding: 6px 0px 5px 0px;
margin-right: 3px;
color: #2d2b2b;
background: url('images/body_tab_off.gif') top left no-repeat;
display: block;
float: left;
width: 132px;
height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.hometabs li a:visited{
color: #ffffff;
}

.hometabs li a:hover{
text-decoration: underline;
color: #ffffff;
}

.hometabs li a.selected{ /*selected main tab style */
position: relative;
color: #d12f46;
top: 1px;
}

.hometabs li a.selected{ /*selected main tab style */
background-image: url('images/body_tab.gif');
border-bottom-color: white;
}

.hometabs li a.selected:hover{ /*selected main tab style */
text-decoration: underline;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


