body {
	font: 0.8em arial, helvetica, sans-serif;
	float: center;
}

table.check_results {

}

table.check_results td {
	padding-left: 20px;
	padding-right: 20px;
}

.service {
	font: arial, sans-serif;
	text-align: left;
}

.service table td {
	width: 150px;
}

.service_announcment {
	font: arial, sans-serif;
	font-size: 12;
	text-align: left;
}

#tabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
    
#tabs li {
	float: left;
	border-left: 1px solid #A8BADF;
	border-right: 1px solid #A8BADF;
	border-bottom-width: 0;
	margin: 0;
}
    
#tabs a {
	text-decoration: none;
	display: block;
	background-image:url(nav_off.jpg);
	background-repeat:no-repeat;
	/*background: #eee;*/
	padding: 0.24em 1em;
	color: #00c;
	width: 50px;
	border: 0;
	text-align: center;
	height: 3.3em;
}
	
#tabs a:hover {
	background: #ddf;
}
	
#tabs #selected {
	border-color: #A8BADF;
	background-image:url(nav_on.gif);
	background-repeat: no-repeat;
}	
#tabs #selected a {
	position: relative;
	top: 1px;
	background: white;
	color: black;
	/*font-weight: bold;*/
}
	
#servicecontent {
	float: center;
	/*border: 1px solid #A8BADF;*/
	clear: both;
	padding: 0 1em;
	/*width: 46.35em;*/
}

#table a {
        text-decoration: none;
	font-size: 10;
        display: block;
        background-image:url(nav_off.jpg);
        background-repeat:no-repeat;
        /*background: #eee;*/
        padding: 0.24em 1em;
        color: #00c;
        width: 50px;
	_width:70px;
        border: 0;
        text-align: center;
        height: 3.5em;
	_height: 4.4em;
}

#table a:hover {
        background: #ddf;
}

#table #selected {
        border-color: #A8BADF;
        background-image:url(nav_on.gif);
        background-repeat: no-repeat;
}

#table #selected a {
        position: relative;
        top: 1px;
        background: white;
        color: black;
        /*font-weight: bold;*/
}

#table #status {
	text-align: center;
	padding-top: 1em;
}





