/* CSS Document */
.stylez {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
}
.style16 {font-size: x-small; color: #333333; }
.style16 A:link {font-size: x-small; text-decoration: underline; color: #333333}
.style16 A:visited {font-size: x-small; text-decoration: underline; color: #333333}
.style16 A:active {font-size: x-small; text-decoration: none}
.style16 A:hover {font-size: x-small; text-decoration: none; color: #333333}

.class1 A:link {text-decoration: none}
.class1 A:visited {text-decoration: none; color: white}
.class1 A:active {text-decoration: none; background-color: #265AA0}
.class1 A:hover {text-decoration: underline; color: black;}

.class2 A:link {text-decoration: underline; color: white;}
.class2 A:visited {text-decoration: underline; color: white;}
.class2 A:active {text-decoration: none}
.class2 A:hover {text-decoration: none; color: white;}

.class3 A:link {text-decoration: none}
.class3 A:visited {text-decoration: none; color: white;}
.class3 A:active {text-decoration: none}
.class3 A:hover {text-decoration: none; color: black;}

.class4 A:link {text-decoration: none}
.class4 A:visited {text-decoration: none; color: white; background-color: #477EC1}
.class4 A:active {text-decoration: none; background-color: #477EC1}
.class4 A:hover {text-decoration: underline; color: black;}

.highlightit img{border: 1px solid #477EC1;}
.highlightit:hover img{border: 1px solid #265AA0;}
.highlightit:active img{border: 1px solid #265AA0;}
.highlightit:hover{
color: red; /* Dummy definition to overcome IE bug */
}

.highlightit2 img{border: 1px solid #265AA0;}
.highlightit2:hover img{border: 1px solid #477EC1;}
.highlightit2:hover{
color: red; /* Dummy definition to overcome IE bug */
}

.highlightit3 img{text-decoration: none; border: none}
.highlightit3:hover img{text-decoration: none; border: none}
.highlightit3:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#tablist{
padding: 0px 0;
margin-left: 0;
margin-bottom: 0em;
margin-top: 0em;
font: bold 10px;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 0px 0em;
margin-left: 3px;
border: none;
background: none;
}

#tablist li a:link, #tablist li a:visited{
color: #FFFFFF;
}

#tablist li a.current{
background: #477EC1;
}

#tabcontentcontainer{
width: 601px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 0px;
border: 0px solid #265AA0;
}

.tabcontent{
display:none;
}