}
HR {
	COLOR: #000000; HEIGHT: 1px
}
UL {
	LINE-HEIGHT: 20px
}
P {
	MARGIN-TOP: 5px
}
.smallText {
	FONT-SIZE: 10px
}
.bigText {
	FONT-WEIGHT: bold; FONT-SIZE: 16px
}
.main {
	PADDING-RIGHT: 28px; PADDING-LEFT: 28px; VERTICAL-ALIGN: top; BACKGROUND-COLOR: black
}
.textPain {
	PADDING-RIGHT: 0px; VERTICAL-ALIGN: top; PADDING-TOP: 15px; TEXT-ALIGN: left
}
.textPainCenter {
	PADDING-RIGHT: 10px; VERTICAL-ALIGN: top; PADDING-TOP: 20px; TEXT-ALIGN: center
}
.menuPain {
	PADDING-RIGHT: 0px; VERTICAL-ALIGN: top; PADDING-TOP: 20px; TEXT-ALIGN: justify
}
.picturePain {
	PADDING-RIGHT: 20px; PADDING-LEFT: 8px; VERTICAL-ALIGN: top; PADDING-TOP: 10px
}
.normal {
	PADDING-RIGHT: 20px
}
.menu {
	PADDING-RIGHT: 20px; VERTICAL-ALIGN: top; LINE-HEIGHT: 24px; PADDING-TOP: 10px; TEXT-ALIGN: center
}
.leftText {
	TEXT-ALIGN: left
}
.centerText {
	TEXT-ALIGN: center
}
.justifyText {
	TEXT-ALIGN: justify
}
.footer {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; LINE-HEIGHT: 18px; PADDING-TOP: 10px; BACKGROUND-COLOR: black; TEXT-ALIGN: center
}
.navbar {
	BORDER-RIGHT: white 0px solid; BORDER-TOP: white 1px solid; BORDER-LEFT: white 0px solid; BORDER-BOTTOM: white 1px solid; BACKGROUND-COLOR: #000000
}
.thinBorder {
	BORDER-RIGHT: white 1px solid; BORDER-TOP: white 1px solid; BORDER-LEFT: white 1px solid; BORDER-BOTTOM: white 1px solid
}
.photo {
	BORDER-RIGHT: white 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: white 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; BORDER-LEFT: white 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: white 1px solid; TEXT-ALIGN: center
}
.contact {
	FONT-WEIGHT: bold; COLOR: #ffffff
}
.body {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	background-color:#000000
}
.links {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
.highlight {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
}
.termstxt {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	}
	.bodytext {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
}
.shadetabs{
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*/
}

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

.shadetabs li a{
text-decoration: none;
padding: 3px 5px;
margin-right: 3px;
border: 1px solid #ffffff;
color: #000000;
background: white url(shade.jpg) top left repeat-x;

}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: none;
color: #ffffff;
}

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

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

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid white;
width: 445px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

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