body {
        color:#000000;
        background-color:#f2f2f2;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica;
	font-style:normal;
	font-size: 12px;
        }
pre {
	display: block;
	padding: 1em 7px 1em 5px;
	margin-top: 0px;
	margin-bottom: 1em;
	border: 1px dashed #aaa;
	color: Black;            
	background-color: #f9f9f9;
	line-height: 1.1em;
	overflow: auto;
}	

table {
        color:#000000;
	background-color:#f2f2f2;
     	font-weight:normal;
	font-family:Verdana, Arial, Helvetica;
	font-style:normal;
	font-size: 12px;
	}

tt {
        font-family:Verdana, Arial, Helvetica;
	font-size: 12px;
}

h1 {
	color:#990000;
        background-color:#f2f2f2;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica;
	font-style:normal;
	font-size: 14px;
	}
h2 {
	color:#990000;
        background-color:#f2f2f2;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica;
	font-style:normal;
	font-size: 13px;
	}
h3 {	color:#990000;
        background-color:#f2f2f2;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica;
	font-style:normal;
	font-size: 12px;
	}
a:hover {
	color: blue;
	background-color: #e2e2e2;
	}
a:active {
	color: blue;
	background-color: #f2f2f2;
	}
a img {color: white} /* The only way to hide the border in NS 4.x */
body>#header {height:115px;}

/*Definition for fields in a table: one small left, one big right*/
#left {
        position:fixed;
        top:50px;
        left:2%;
        width:15%;
        padding:0px;
        }
#right {
	position:absolute;
	top:50px;
	left:17%;
	width:91%;
        padding:0px;
        }
#siplog {
	width: 800px;
}
body>#menu {width:150px;}
