body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ebebeb;
	color: #000;
	min-width: 600px;
	text-align: center;
}

.error {
	color: red;
}

#container {
	width:765px;
	margin-right:auto;
	margin-left:auto;
	margin-top:00px;
	padding:0px;
	text-align:left;
}

#main_content {
	float: right;
	width: 575px;
	background-color: #dfdfdf;
	color: #000;
	padding: 3px;
	border: 1px solid #000;
	text-align: left;
}

div#left_menu {
	float: left;
	width: 175px;
	padding: 0px;
}

div.menu_header {
	padding: 3px;
	background-color: #999;
	color: #fff;
	font-weight: bold;
	border: 1px solid black;
}

div.menu_content {
	padding: 3px;
	background-color: #dfdfdf;
	color: #000;
	border: 1px solid black;
	font-size: .8em;
}

div.menu_content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.menu_content ul li a:link,div.menu_content ul li a:visited {
	background-color: #dfdfdf;
	line-height: 18px;
	color: #00f;
	text-decoration: none;
	width: 100%;
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
}
div.menu_content ul li a:hover,div.menu_content ul li a:active {
	background-color: #ccf;
	color: #006;
	text-decoration: none;
	width: 100%;
	display: block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #fff;
	font-size: .9em;
}

div#left p {
	padding-left: 3px;
	padding-right: 3px;
}

.required_star {
	color: #600;
	font-weight: bolder;
}

legend {
	color: #005;
	background-color: #d0d0d0;
	font-size: 1.1em;
	font-weight: bold;
	border-top: 1px solid #ccf;
	border-left: 1px solid #ccf;
	border-right: 1px solid #009;
	border-bottom: 1px solid #009;
	padding: 3px;
}

fieldset {
	border: 1px solid #009;
	padding: 7px;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

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

a:active,a:hover {
	color: green;
	text-decoration: none;
	border-bottom: 0px;
}

a.tip {
	color: #600;
	text-decoration: none;
}

a.tip:active,a.tip:hover {
	color: blue;
	text-decoration: none;
}

.tooltip {
  position: absolute;
  width: 240px;
  background-color: #dde;
	color: #000;
  border: 1px solid black;
  padding: 0;
  font-size: .80em;
  margin: 0;
	text-align: left;
}

.tooltip h1 {
  height: auto;
  background-color: rgb(106,106,106);
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 5px;
}

.tooltip p {
  padding: 5px;
  margin-top: 0.5em;
  line-height: 1.2em;
}

.tooltip .close {
	color: blue;
}

/* Old Style */
.menu21 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align:center;
	text-decoration: none;
}

.menu21 a:link, .menu21 a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	text-decoration: none;
	}

.menu21 a:hover, .menu21 a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	color:#0000FF;
	font-weight: bold;
	text-decoration: none;
}

.header_row {
	background-color: #999; 
	color: #fff; 
	font-weight: bold;
}

.even_row {
	background-color: #ccc;
}

.odd_row {
	background-color: #eed;
}

input {
	border: 1px solid #999;
}

