body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(tedebear-images/tedebear-bg-01.gif);

/*Main Text Style*/
}
.maintxt {
	font-family: "Comic Sans MS";
	color: #FFFFFF;
}

/*Main Text Size*/
.small {
	font-size: 10px;
}
.medium {
	font-size: 16px; 
}
.large {
	font-size: 18px;  
}
.xlarge {
	font-size: 22px;  
}

/*Main Text Align*/
.center {
text-align:center;
}
.justify {
text-align:justify;
}


.style2 {color: #006B33}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style4 {font-size: 22px}


.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.style2 {font-size: 10px}
.style3 {font-size: 18px}



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

.shadetabs li{
display: inline;
margin: 0;
}



.shadetabs li a:visited{
color: white;
}


.shadetabs li.selected{
position: relative;
top: 0px;
}

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

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



.tabcontent{
display:none;
}

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