a {
	text-decoration: none;
  color: black;
}
a:hover {
	text-decoration: underline;	
}

body {
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    font-size: small;
    background: white;
    color: black;
}

h1 {
	font-size: x-large;
}
h2 {
    font-size: large;
}
h3 {
    font-size: medium;
}

input, textarea {
    border: #777777 solid 1px;
    background-color: #ffffff;
    padding: 2px 4px 2px 4px;
}

input {
    font-family: verdana,geneva,arial,helvetica,sans-serif;
		font-size:12px;
}

select {
    border: #777777 solid 1px;
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    background-color: #ffffff;
    font-size: small;
    padding: 2px 4px 2px 4px;
    scrolling: yes;
}

table {
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    font-size: 12px;
    border-color: #cccccc;
    border-collapse: collapse;
    border-style: solid;
    border-width: 0px;
}

table.sorttable th {
    cursor: pointer;
}

table.sorttable th[nosort="true"] {
    cursor: default;
}

thead th, td {
    padding: 2px 4px 2px 4px;
    border-color: #a04000;
    border-style: inherit;
    border-width: 1px;
}




thead .arrow {
  color: #000000;
  font-size: 8px;
  padding: 0px;
  margin: 0px;
}

tr.highlight {
  background: #BBBBFF;
}
