#ddimagetabs{
}

#ddimagetabs a{
display: block;
text-decoration: none;
font: bold 12px Verdana; /*tab font */
color: #0099CC; /*font color */
width: 86px; /*width of tab image */
height: 22px; /*height of tab image */
float: left;
display: inline;
margin-left: 0px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
background-image:url(blutab3.jpg); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(bluetabover3.jpg); /*URL to tab image onmouseover */
color: black;
}

#tabcontentcontainer{
width:650px; /*width of 2nd level content*/
height:40px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
	display:none;
	font:  bold 11px Verdana;
	color: black
	}
a:link {color: #0099CC; text-decoration: none} 
a:visited {color: #0099CC; text-decoration: none} 
a:hover {color: white; background-color: #0099CC} 
a:active {color: #33CCFF; text-decoration: none}


body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#0099cc;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
h3 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#0099cc;
	}
h4 {
	font:bold 16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#0099cc;
	}
	h5 {
	font:bold 16px courier new;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#003366;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

/* All the content boxes belong to the content class. */
.content {
	position:relative;
	width:auto;
	min-width:120px;
	margin:0px 170px 20px 170px;
	border:1px dashed #0099cc;
	background-color:white;
	padding:10px;
	z-index:3;
	left: 28px;
	top: 14px;


	}
#navAlpha {
	position:absolute;
	width:150px;
	top:100px;
	left:20px;
	border:2px solid #0099cc;
	background-color: #ffffff;
	padding:10px;
	z-index:2;
}

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
	
