/* CSS Document */
#ddimagetabs{
}

#ddimagetabs a{
display: block;
text-decoration: none;
font: bold 14px Comic Sans MS; /*tab font */
color: #94A5AD; /*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(/scripts/topaztab.gif); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image: url(/scripts/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;
}
.style5 {color: #F1FFFC}
.style6 {
	color: #FFFFFF;
	font-size: 10px;
}
h5 {
	color:#CCCCCC;
	font-family: "Comic Sans MS";
	font-size: 10px;
	font-weight: lighter;	
}
h6 {color:#FFFFFF;
font-family:"Comic Sans MS";
font-size:14px;
font-weight:bold
}


