
BODY {
	margin: 0;
	background-color: #FFF;
	}
BODY,
TD {
	color: #024;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: x-small;
	}

TEXTAREA {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	}

INPUT,
TEXTAREA,
OPTION {
/*	color: #024*/
	}

BLOCKQUOTE {
	margin: 20;
	}


A {
	color: #24A;
	text-decoration: none;
	}
A:hover {
	color: #26C;
	text-decoration: underline;
	}


.light {
	background-color: #DBE2E9;
	}
.bright {
	background-color: #69C;
	}
.dark {
	background-color: #6486A6;
	}
.darkest {
	background-color: #0A467A;
	}
/* #2A6EA5 - my desktop */


/* TABLE */
.border {
	background-color: #169;
	}
.bg, .bgi, .bgi input {
	background-color: #DBE2E9;
	}
.bgH {
	background-color: #A9BFD4;
	}


.button {
	background-color: #DBE2E9;
	}
.buttonH {
	color: #DBE2E9;
	font-weight: bold;
	background-color: #169;
	}

/* necessary to fill field */
.star {
	color: #C33;/*#F00*/
	}


/* ************************************************************************** */
.head, .headH, .header, .headerH {
	color: #169;/*#039 #68A*/
	font-weight: bold;
	font-size: x-small;
	}
.headH, .headerH {
	font-size: small;
	}
.header, .headerH {
	text-decoration: underline;
	}


.txt, .txt TD {
	font-size: x-small;
	}
.txtB, .txtB TD {
	font-size: x-small;
	font-weight: bold;
	}
.txtH, .txtH TD {
	font-size: small;
	font-weight: bold;
	}


.note, .note1, .note2 {
	color: #169;/*#039 #68A*/
	font-size: x-small;
	font-weight: normal;
	}
.noteH, .noteH1, .noteH2 {
	font-size: small;
	font-weight: normal;
	}
.note1, .noteH1 {
	color: #039;/*#396*/
	}
.note2, .noteH2 {
	color: #C33;/*#C00*/
	}


.hl, .hlH, .ok, .okH, .warn, .warnH {
	color: #169;/*#039 #68A*/
	font-weight: bold;
	font-size: x-small;
	}
.ok, .okH {
	color: #396;/*#080*/
	}
.warn, .warnH {
	color: #C33;/*#C00*/
	}
.hlH, .okH, .warnH {
	font-size: small;
	}

.inactive {
	color: #888;
	}

