BODY {
	font-family: tahoma;
	font-size: 12px;
}


.mainHeader {
	color: white; 
	font-family: verdana; 
	font-size: 12px; 
	font-weight: bold;
}

table {
	font-family: tahoma;
	font-size: 11px;
}


table.panel {
	background-color: white;
	border: 1px #235f76 solid;
	padding: 1px;
	border-spacing: 1px;
}

table.panel th {
	background-color: black;
	color: white;
	padding: 4px;
}

table.panel tr.dark {
	background-color: #dddddd;
}

table.panel tr.light {
	background-color: #eeeeee;
}

table.panel tr.darker {
	background-color: #cccccc;
}


table.panel td.bright {
	background-color: #effbff;
}


a {
	color: black;
	text-decoration: none;
	border-bottom: dotted 1px black; 	
}

a:hover
{
	background-color: #2b82ed;
	color: white;
}


a.letter {
	color: red;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dotted 1px red; 	
}

a.letter:hover
{
	background-color: red;
	color: white;
}


a.aNoDecoration {
	text-decoration: none;
	border-bottom: none;
	background-color: transparent;
	color: black;
}

a.aNoDecoration:hover {
	text-decoration: none;
	border-bottom: none;
	background-color: transparent;
	color: black;
}



form {
	display: inline;
}


button {
	border: 1px black solid;
	border-style: outset;
	background-color: #efefef; 
	color: black; 
	font-size: 10px; 
	height: 18px;	
	margin: 0px;
	display: inline;
}

.button {
	border: 1px black solid;
	border-style: outset;
	background-color: #efefef; 
	color: black; 
	font-size: 10px; 
	height: 18px;	
	margin: 0px;
	display: inline;
}

input {
	border-style: outset;
	border: 1px #aaaaaa solid; 
	background-color: #fcfcfc;
	font-family: Verdana;
	font-size: 11px;
	height: 14px;
	padding-left: 3px;
}

select {
	border-style: outset;
	border: 1px #cccccc solid; 
	background-color: #fcfcfc;
	font-family: tahoma;
	font-size: 11px;
	height: 19px;
	padding-left: 3px;
}

textarea {
	border-style: outset;
	border: 1px #999999 solid; 
	background-color: #fcfcfc;
	font-family: verdana;
	font-size: 11px;
	padding-left: 3px;
}


