/* AtMet Base CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Arial";
}


h1 {
	margin-top: 20px;
	margin-left: 20px;
}

h2 {
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
}

h3 {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
}

th, td {
	white-space : nowrap;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#header {
	clear: both;
	width: 100%;
	margin-top: 4px;
	padding: 8px 0;
	border-bottom: 2px solid #030303;
}
div#header_l {
	float: left;
	width: 300px;
	padding-left: 20px;
	text-align: left;
	font-size: 18px;
}
div#header_c {
	float: left;
	width: 300px;
	margin-left: 20px;
}
div#header_r {
	float: right;
	padding-right: 8px;
	text-align: right;
}
div#header:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html div#header {
	height: 1em;
	overflow: visible;
}

div#footer {
	width: 100%;
	margin-bottom: 10px;
	padding: 8px 0;
	border-top: 2px solid #030303;
	font-size: 9pt;
}
div#footer_l {
	float: left;
	padding-left: 8px;
	text-align: left;
}
div#footer_r {
	float: right;
	padding-right: 8px;
	text-align: right;
}
div#footer:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html div#footer {
	height: 1em;
	overflow: visible;
}

div#outline {
	width: 680px;
	margin: 0 auto;
}

div#debugMsg {
	margin-top: 20px;
	font-size: 24px;
	color: red;
	text-align: center;
}
/*
div#button {
	width: 100px;
	text-align: right;
}
*/
