body {
	font-family: Arial, Helvetical, sans-serif;
	font-size: small;
	width: 100%;
}

div.header {
   /* width: 100%;  */
}

div.body {
	/* margin-left: 13em; */
	/* *margin-left: 13em; */
	max-width: 105em;
	/* *margin-left: 15em; */
	/* margin-left: 15em; */
	/* max-width: 105em; */
	
	margin-left: 16em;
	*margin-left: 16em;
}

table.body {
	margin-left: 0em;
	*margin-left: 0em;
	max-width: 105em;	
	/* max-width: 105em; */
}

div.menu {
	float:left; 
	width:12em;	
	*width: 13em;
}


td, th {
	padding: 2px 5px;
	font-size: small;
}


div.footer {
	clear:both;
}

td a {
	text-decoration: none;
	color: #005482;
}

th a, th a:visited, th a:hover {
    color: #ffffff;
	display: block;
    text-decoration: none;
    background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
}


div.messages li, div.errors li {
	list-style-type: none;
}

.errorMessage {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
	padding: 2px 5px;
	/* margin-left: 15px; */
}

.errorMessage li {
	list-style-type: none;
}

.actionMessage {
	border: 1px solid #00ff00; 
	background-color: #eeffee; 
	padding: 2px 5px;
}

h1 {
	color: #707070;
}

h2 {
	color: #707070;
}

hr {
	border: 0px;
	color: #666666;
	background-color: #666666;
	height: 1px;
}


a img {
	border-width: 0px;
}


table.header {
	width: 50em;
}

table.header h1 {
	padding-top: 1em;
}

