BODY {
	margin-left : 20px;
	x-color: navy;
	background-color: white;
}
A {
	FONT-WEIGHT: normal;
	COLOR: blue;
	FONT-STYLE: normal;
	TEXT-DECORATION: none
}
A:visited {
	FONT-WEIGHT: normal;
	COLOR: blue;
	FONT-STYLE: normal;
	TEXT-DECORATION: none
}
A:active {
	FONT-WEIGHT: normal;
	COLOR: blue;
	FONT-STYLE: normal;
	TEXT-DECORATION: none
}
A:hover {
	FONT-WEIGHT: normal;
	COLOR: blue;
	FONT-STYLE: normal;
	TEXT-DECORATION: underline
}
HR {
	x-color: navy;
	height: 1pt;
}

h1
{
	font-size: 18pt;
}

h2
{
	font-size: 12pt;
}

h3
{
	font-size: 11pt;
}

h4
{
	font-size: 9pt;
}

TD, P, LI, BODY
{
	font-size: 9pt;
}

h1, h2, h3, h4, p, td, body
{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.fixedfont
{
	font-family: Courier New,Courier,monospace;
}

th
{
	background-color: silver;
  font-weight: bold;
}

img
{
  border: 0px;
}

.alert, .alertsmall
{
  color: red;
}

.small, p.small, .alertsmall
{
  font-size: 8pt;
}

.inactive, .inactive .alert
{
  color: #e0e0e0;
}

.news
{
  border: 1px solid #202080;
  background-color: #f0f2ff;
  padding: 0ex 2ex;
}

.gone
{
  text-decoration:line-through;
}

.centered
{
  text-align: center;
}
