body { margin:0px; background-color:#fff; height:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:12px }
html { height:100% }
img { margin:0px; border-style:none }
a:link { color:#000; text-decoration:underline }
a:visited { color:#808080; text-decoration:underline }
a:active { color:#000; text-decoration:underline }
small {font-size:7px}
#header {
    width: 600px;
    margin: 20px auto;
    text-align: center;
}
#main {
    width: 600px;
    margin: 0 auto;
    position: relative;
}
#menu {
    position: absolute;
    width: 120px;
	left: 0;
	top: 0;
}
#content {
    margin-left: 125px;
	padding-right: 10px;
    width: 370px;
    text-align: justify;
}
.center {
	text-align: center;
}
#connect {
    position: absolute;
    top: 0;
    right: 0;
}
.dummyField {
	display: none;
}
td span {
    color: red;
}
.okk {
	color: green;
}
.err {
	color: red;
}
#tblHome td, #tblHome th {
	padding: 2px 5px;
}