/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
	border:1px solid #333;
	border-left:0; border-right:0;
	width:954px; 
}


.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0px;
    min-width: 318px; /* be nice to Opera */
	padding:0
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0px;
}
.tabs-nav a {
    position: relative;
    top: 0px;
    z-index: 2;
    padding-left: 0;
	margin-left:0;
    color: #000000;
    font-size: 12px;
   line-height:25px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
	
	
}
.tabs-nav .tabs-selected a {
    color: #000; background-color:#B1A9B5; line-height:25px; margin-left:0
}

 .tabs-nav a:hover {
    background-color:#B1A9B5; min-height:32px;
    outline: 0; /* prevent dotted border in Firefox */
}


.tabs-nav a span {
    width: 164px; /* IE 6 treats width as min-width */
    min-width: 164px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;

	
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;

}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
		
}

.tabs-container {

    padding: 1em 8px;
    background: white;
	width:938px;/* declare background color for container to avoid distorted fonts in IE while fading */
	margin-top:7px
	
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

.smallp { font-size:12px; padding-left:10px; color:#292C2D}

h1 { font-weight:normal;  font-size:28px;padding-left:10px;}

.imgsr{float:right; margin-right:15px; margin-left:25px; border:1px solid #000; margin-top:-40px}

#T-3 { text-align:center}
#T-3 p { text-align:center; font-family:   Tahoma, Geneva, sans-serif; font-size:13px; }

h2{ font-size:32px; font-weight:normal; font-family:"Courier New", Courier, monospace}

.cur { font-family: Georgia, "Times New Roman", Times, serif !important; letter-spacing:0px !important}
