dfn {
	display:none;
}

body {
	margin:10px 0px;
	background-color: #E2E2E2;
}

img {
	border:none;
}

h5,h4,h3,h2,h1 {
	margin-top:0px;
	color: #183D41;
}

h1 { font-size:1.6em; margin-bottom: 0.6em; }
h2 { font-size:1.5em; margin-bottom: 0.5em; }
h3 { font-size:1.4em; margin-bottom: 0.4em; }
h4 { font-size:1.3em; margin-bottom: 0.3em; }
h5 { font-size:1.0em; margin-bottom: 0.2em; }

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

tr.odd td,
tr.odd th {
	background-color:#F6F6F6;
}

tr.even td,
tr.even th {
	background-color:#FFFFFF;
}

input,
textarea,
select {
	border: 1px solid #888888;
	padding:1px;
	margin-right:2px;
}

input.normal 			{ width: 200px; }
select.normal 			{ width: 204px; }
input.selectable		{ width: 20px; }
input.short				{ width: 40px; }
input.long				{ width: 154px; }
input.medium			{ width: 97px; }
textarea				{ width: 300px; height: 100px; }

span.comment			{ font-size:10px; font-weight:normal; }
