/* CSS Document */
#ddimagetabs{
}

#ddimagetabs a{
display: block;
text-decoration: none;
font: bold 14px Comic Sans MS; /*tab font */
color: #33FFFF; /*font color */
width: 86px; /*width of tab image */
height: 22px; /*height of tab image */
float: left;
display: inline;
margin-left: 4px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
background-image:url(topaztab.gif); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(topaztabover.gif); /*URL to tab image onmouseover */
color: #ffffFF;
}

#tabcontentcontainer{
width:100%; /*width of 2nd level content*/
height:100%; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}

.style1 {font-family: "Comic Sans MS"}
body,td,th {
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #F9FFFE;
}
body {
	background-color: #F1FFFC;	
}
.style2 {color: #91B6C9}
.style3 {
	color: #FFFFFF;
	font-family: strong 14px "Comic Sans MS";
	font-weight: bold;
}
.style4 {color: #F1FFFC}
.style5 {color: #f9fffe}



