
body, td     { 
font-family: Verdana; 
font-size: 7.5pt; 
color: #000000 ;

}

IMG
{
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none
}

#ddimagetabs{
}

#ddimagetabs a{
display: block;
text-decoration: none;
font: bold 12px Arial; /*tab font */
color: black; /*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(images/bluetab.jpg); /* URL to tab image */
background-repeat: no-repeat;
text-align: center;

}

#tabcontentcontainer{
width:480px; /*width of 2nd level content*/
height:40px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/

}

.tabcontent{
display:none;
}
.bluelink
{
     font-size: 10px;
     color:#0000FF;
     font-weight:bold
}
.greylink
{
     font-size: 10px;
     color:#797979;
}

h1
{
font-family: Verdana; 
font-size: 7.5pt; 
color: #000000;
font-weight: bold;
margin: 0px;
}

h2
{
font-family: Arial; 
font-size: 12pt; 
color: #000000;
font-weight: bold;
margin: 0px;
}

A
{
	font-family: Verdana; font-size: 10px; text-decoration: none; 
}
A:HOVER
{
	text-decoration: none
}

