H1, H2, H3, H4, H5, H6 {
	font-family : Arial, Helvetica, sans-serif;
}


A {
	color : #2B1D5B;
}

A:ACTIVE {
	color : Silver;
}

A:VISITED {
	color : Gray;
}


.fine {
  color : #2A1D5C;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 8pt;
}

P {
  color : Black;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10pt;
}

.body {
  color : Black;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10pt;
}

.white {
  color : White;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 8pt;
}

INPUT {
	font-family : monospace;
}

.large {
	color : #DA251D;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 16pt;
}

.agent {
	font-family : Arial, Helvetica, sans-serif;
	color : #333366;
	font-size : 10pt;
	font-weight : normal;
}

.agent-search {
	color : #333366;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

.agent-search-heading {
	color : #F5F5F5;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	background-color : #2B1D5B;
	padding : 4px 4px 4px;
	font-weight : bold;
}

.agent-search-light-border {
	background-color : #F5F5F5;
	border-bottom : 1px solid #DDDDDD;
}
.agent-search-light-bg {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	background-color : #F5F5F5;
	padding : 4px 4px 4px;
}

.agent-search-dark {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	background-color : #ECECEC;
	padding : 4px 4px 4px;
	border-bottom : 1px solid #DDDDDD;
}

INPUT {
	border-color: #cccccc;
	border-style: solid;
	border-width: thin;
	font-family: Arial, Helvetica, sans-serif;
}

INPUT.field {
  font-size: 10 pt;
}

INPUT.button {
  font-size: 10 pt;
  font-weight: bold;
  color: #2A1D5C;
  border-color: #999999;
  background-color: #cccccc;
}

