body {
	background-color:#d7d7d7;
	font-weight:bold;
	color:#000000;
	font-family:arial;
	background-image:url('images/back.gif');
	background-repeat:repeat-x;

}
#center {
	position:absolute;
	left:50%;
	top:0px;
}
#main {
	width:768;
	background-image:url('images/banner.gif');
	background-repeat:no-repeat;
	background-position: top center;
	position:absolute;
	top:0px;
	left:-375px;
	

}
div.heading {
	font-weight:bold;
	font-size:22pt;
	text-align:center;
	color:#BB0000

}
td {
	border-spacing:0px;
}
td.split {
	padding: 12px;
	background-image:url('images/itemback2.gif');
	background-repeat:none;
	position:relative;
	width:375;
	height:160;
	vertical-align:top;
	padding-top:18px;
}
td.normal {

	background-image:url('images/tableback2.gif');
	background-repeat:repeat-y;
}
td.tests {

	background-image:url('images/tableback2.gif');
	background-repeat:repeat-y;
}
div.tabletop {
	background-image:url('images/tabletop2.gif');
	width:100%;
	height:35px;
	position:relative;
	left:-1;
	top:-1;
}
div.tablebottom {
	background-image:url('images/tablebottom2.gif');
	width:100%;
	height:35px;
	position:relative;
	left:-1;
	top:1;
}

p.normal {
	font-size:13pt;
	text-align:justify;
	font-weight:bold;
	color:#000000;
	margin-left:27px;
	margin-right:27px;

}
p.tests {
	font-size:13pt;
	text-align:justify;
	font-weight:bold;
	color:#000000;
	margin-left:27px;
	margin-right:27px;

}
p.application {
	margin-left:40px;
	margin-bottom:20px;	
	font-weight:bold;

}

span.emphasis {
	font-weight:bold;
	color:#BB0000;
	font-size:14pt;
	line-height:13px;
	
}

.clear { 
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/a1.gif') no-repeat  scroll top right;

    color: #FFFFFF;
    float:left;
    font-weight:bold;
    font: normal 15px arial, sans-serif;
    height: 33px;
    margin-right: 6px;
    padding-right: 16px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/span1.gif') no-repeat;
    display: block;
    float:left;
    width:auto;
    line-height: 23px;
    padding: 5px 0 5px 18px;
    font-weight:bold;
}

a.button:hover {
    background: transparent url('images/a2.gif') no-repeat  scroll top right;
    color: #DDDDDD;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background: transparent url('images/span2.gif') no-repeat;
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
li {
	 margin-left:40px;
	 margin-top: 4px;
	 margin-bottom:4px;
	 font-weight:bold;
	 }
li.top{

	 margin-top: 0px;
	 margin-bottom:22px;
    padding: 0px 4px;
	 list-style-image: url(images/dot.gif);

}	 

