body {
	margin: 1em; padding: 0;
	font: 12px/1.5em verdana, arial, helvetica, sans-serif;
	background-color: white;
	color: rgb(60,60,60);
}

form { margin: 0; padding: 0 }
a img { border: none }


h3, h4, h5, h6 { font-family: helvetica, arial, sans-serif; margin: 2em 0 1em 0;}

h1 { font-size: 1.2em; color: rgb(247,148,0); background-color: inherit; letter-spacing: .05em }
h2 { font-size: 1.0em; color: rgb(247,148,0); background-color: inherit; letter-spacing: .05em }
h3 { font-size: 1.0em; letter-spacing: .05em }
h4 { font-size: 1.0em; }


th, dt { font: 12px helvetica, arial, sans-serif; font-weight: bold; letter-spacing: .05em }
dt { margin-top: 1em; }


table { border: none; margin: 0; border-spacing: 0; border-collapse: collapse }
th, td { font: 12px/1.5em verdana, arial, helvetica, sans-serif; vertical-align: top }


pre {
	color: rgb(150,0,0); background-color: inherit;
}

.remark { color: rgb(160,160,160); background-color: inherit; }
.orange { color: rgb(255,153,0); background-color: inherit; }

.new	{ color: rgb(247,148,0); }
.backround{
	border-bottom: 1px solid rgb(247,148,0);
	border-top: 1px solid rgb(247,148,0);
	}

/*
a:link { color: rgb(0,0,127); background-color: inherit; text-decoration: none; }
a:visited { color: rgb(0,0,127); background-color: inherit; text-decoration: none; }
a:hover { color: rgb(0,0,127); background-color: inherit; text-decoration: underline; }
a:active { color: rgb(0,0,127); background-color: inherit; text-decoration: underline; }


.form input {
	font-size: 11px;
}



.important {
	font-weight		:	bold;
	color			:	black;
	background-color:	inherit;
}
*/