/*
$Id: main.css,v 1.1.2.128 2009/06/24 13:22:16 aim Exp $
vim: set ts=2 sw=2 sts=2 et:
*/
/*
	general tags styles
*/
html, body {
  height: 100%;
  background-color: #EDF3F3;
  margin: 8px auto;
  padding: 10px;
  font-family: Arial, arial, sans-serif;
  font-size: 12px;
  min-width: 780px;
  border: 0px none;
}
div, th, td, p, input, select, textarea, tt, button {
	font-family: Arial, arial, sans-serif;
	color: #000000;
	font-size: 12px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active  {
	color: #1b4a8f;
	text-decoration: underline;
}
h1 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 15px;
}
h2 {
	margin: 1px 0px 10px 0px;
	padding: 0;
	font-size: 12px;
}
h3 {
  margin: 12px 0px;
  padding: 0;
  font-size: 12px;
}
hr {
	border: 0px none;
  border-bottom: 1px solid #888888;
  margin: 10px 0px 10px 0px;
	padding: 0px;
	height: 0px;
}