BODY {
	font-family: arial,helvetica;
	font-variant: normal;
	font-style: normal;
	font-size: 10.5pt;
	background-color: #e4e4e4;
}

H1 {
	font-weight: bold;
	font-size: 1.25em;
	text-align: center;
}

H2 {
	font-weight: bold;
	font-size: 1.17em;
	text-align: center;
}

H3 {
	font-weight: bold;
	font-size: 1em;
}

/* literals in tables */
TD {
	font-family: monospace;
	font-size: small;
}

INPUT, SELECT, TEXTAREA {
	font-family: monospace;
	font-size: small;
}

input[type="text"] {
	padding-left: 0.2em;
	padding-right: 0.2em;
}

INPUT.submit, BUTTON.submit {
	font-family: arial, helvetica;
	background-color: #dcdcdc;
}

.smallbut {
	font-family: arial, helvetica;
	font-size: 0.88em;			/* 7/8 */
	background-color: #dcdcdc;
}

A.navitem {
	font-size: .83em;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
/*	line-height: 1.8em;*/
}

A.navitem:hover {
	color: red;
}

A.navitem:visited A.navitem:link {
	color: blue;
}

.navtext {
	font-size: .70em;
	font-weight: bolder;
	text-decoration: none;
	line-height: 1.2em;
}

.error {
	background-color: yellow;
	border: solid 2px red;
}

.hashelp {
	color: blue;
	cursor: Help;
}

.infobox_diag {
	padding: 0.3em;
	padding-bottom: 0.4em;
	border: solid 3px #674e06;
	background-color: #f9e5ab;
}

.infobox_ok {
	padding: 0.3em;
	padding-bottom: 0.4em;
	border: solid 3px #d2d2be;
	background-color: #e7fbd7;
}

.infobox_warn {
	padding: 0.3em;
	padding-bottom: 0.4em;
	border: solid 3px orange;
	background-color: yellow;
}

.infobox_err {
	padding: 0.3em;
	padding-bottom: 0.4em;
	border: solid 3px red;
	background-color: yellow;
}

.infobox_bad {
	padding: 0.3em;
	padding-bottom: 0.4em;
	border: solid 3px red;
	background-color: #fdc3dd;
}

.infotxt_diag {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.8em;
	font-weight: bolder;
	color: #674e06;
	background-color: #f9e5ab;
}

.infotxt_ok {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.8em;
	font-weight: bolder;
	color: black;
	background-color: #e7fbd7;
}

.infotxt_warn {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.8em;
	font-weight: bolder;
	color: black;
	background-color: yellow;
}

.infotxt_err {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.8em;
	font-weight: bolder;
	color: #800000;				/* dark red */
	background-color: yellow;
}

.infotxt_bad {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #990000;
	background-color: #fdc3dd;
}

/* this following should be deleted now (3/08) */
.errmsg {
	color: red;
	text-align: center;
	font-size: 1.12em;			/* 9/8 */
}

.ronly {
	color: #606060;
	background-color: #d8d8d8;
}

.popup {
	background-color: #ffe8e8;
	border-style: solid;
	border-color: black;
	border-width: thin;
}

.small {
	font-size: .83em;			/* 5/6 */
}

/* Stuff in references */

DIV.client {
	font-family: arial,helvetica,sans-serif;
	/* font-size: .83em; */
	margin-bottom: .5em;
}

DIV.agence {
	font-size: .83em;		/* 7.5/9 = .8333... */
	margin-left: 1em;
}
