<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.fixedroundblack {
border:1px solid white;
width: 195px;
background: url(../DenefLabImages/fadedBar.png) repeat;
color: #fff;
}
.fixedroundblack2 {
border:1px solid white;
width: 600px;
float: none;  
margin-left: 3px;
background: url(../DenefLabImages/fadedBar.png) repeat;
color: #fff;
}
.fluidroundblack {
border:1px solid white;
width: 100%;
background: #000000 url(../DenefLabImages/grad.gif) repeat-x;
color: #fff;
}

.fixedroundblack p , .fluidroundblack p{
margin-top: 30px ;
padding: 0px;

}

.fixedroundblack2 p {
margin-top:30px;
margin-left: 15px;
padding: 0px;

}

.topfiller, .bottomfiller, .roundtop, .roundtopright,.roundbottom, .roundbottomright {
height:6px;
font-size:1px;
line-height:1px;
}

.bottomfiller, .topfiller {
width: 100%;
clear:both;
position:relative;
}

.roundtop {
background: url(../DenefLabImages/circle.gif) no-repeat top left;
width:6px;
float:left;
position:relative;
top:-1px;
left:-1px;   
}

.roundtopright {
background: url(../DenefLabImages/circle.gif) no-repeat top right;
float:right;
width:6px;
position:relative;
top:-1px;
left:1px;   
}

.roundbottom {
background: url(../DenefLabImages/circle.gif) no-repeat top left;
background-position: 0 -6px ;
width:6px;
float:left;
position:relative;
top:1px;
left:-1px;
}

.roundbottomright {
background: url(../DenefLabImages/circle.gif) no-repeat top right;
background-position: -6px -6px ;
width:6px;
float:right;
position:relative;
top:1px;
left:1px;
}
</pre></body></html>