body {
	background: white;
	color: black;
	font-family: LucidaTypewriter, 'B&H LucidaTypewriter', Lucida Console, Andale Mono, Monaco, Terminal, Courier, monospace, sansserif;
	font-size: 12px;
	margin: 10px;
}
a{
	color:#4949FF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

li {
	margin-bottom:10px;
}

#header{
	margin:0;
	padding:0;
	height:20px;
	border-bottom: 1px solid #DDD;
}

#dmwh {
	color:#999;
	font-weight:bold;
	font-size:12px;
	padding-bottom:3px;
	padding-top:3px;
	margin:0px;
}

#menu {
	position:absolute;
	top:10px;
	right:10px;
	height:20px;
	width:350px;
	line-height:20px;
	text-align:right;
}


#menu a, #menu a:visited {
	margin:0;
	text-decoration: none;
	color: #999;
	padding: 5px;
}

#menu a#current, a:visited#current, #menu a:hover {
	padding-left:4px;
	padding-right:4px;
	border-left: #DDD solid 1px;
	border-right: #DDD solid 1px;
	background:white;
	color: #000;
}

#menu a:hover {
	background: transparent;
}

#submenu {
	position:absolute;
	right:10px;
	top:66px;
	width:200px;
	text-align:right;
}


.msg, .sysmsg {
	width:200px;
	padding-left:5px;
	padding-right:5px;
}

.msg {
	padding:5px;
}

.sysmsg {
	padding:4px;
	border:1px #4949FF solid;
}

.t {
        margin-top:35px;
        margin-bottom:50px;
        font-weight:bold;
        font-size:25px;
}

.footnote{
	margin-top:2px;
	margin-left:0px;	
	font-size:10px;
}


.old {
	background:#DDD;
}


.header{
	color:black;
	background:white;
	margin:0;
	padding:2px;
	margin-bottom:5px;
}

pre{
	font-family: LucidaTypewriter, 'B&H LucidaTypewriter', Lucida Console, Andale Mono, Monaco, Terminal, Courier, monospace, sansserif;
	font-size: 12px;
	margin:0;
	padding:0;
}

.field{
	font-family: LucidaTypewriter, 'B&H LucidaTypewriter', Lucida Console, Andale Mono, Monaco, Terminal, Courier, monospace, sansserif;
	font-size: 12px;
	border:1px #DDD solid;
	width:410px;
}

textarea.field {
	overflow:visible;
	height:60px;
}

.button {
	font-family: LucidaTypewriter, 'B&H LucidaTypewriter', Lucida Console, Andale Mono, Monaco, Terminal, Courier, monospace, sansserif;
	font-size: 12px;
	color:#4949FF;
	background:#DDD;
	padding:2px;
	border:1px black solid;
	margin-top:10px;
}


h1,h2,h3 {
	font-weight:bold;
	font-size:14px;
	margin-top:14px;
	margin-bottom:5px;
	padding:0;
}

p {
	width:410px;
	margin-top:10px;
	margin-bottom:5px;
	clear:left;
}


table{
	width:410px;
	border-collapse: collapse;
}

th {
	text-align:left;
}

td, th {
	height:18px;
	font-size:12px;
	border-bottom:1px solid #DDD;
}

.sys td{
	border-bottom:1px solid #4949FF;
}

.r {
	text-align:right;
}

caption {
	margin-top:10px;
	text-align:left;
	border-bottom:1px #DDD solid;
	font-size:12px;
}

