A.text:visited {
	text-decoration: none;
}
A.text:link {
	text-decoration : none;
}
A.text:hover {
	text-decoration: underline;
	color: #C80000;
}

A.toolbar:visited {
	text-decoration: none;
}
A.toolbar:link {
	text-decoration : none;
}
A.toolbar:hover {
	text-decoration: underline;
}

body {
	background-color : White;
	margin-top : 0px;
	margin-left : 0px;
	margin : 0px 0px;
}

.copyright {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 7pt;
	color : Black;
}

.toolbar {
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
	font-weight: bold;
	color: #D30837;
	background-color: #DEDFD7;
	text-decoration : none;
}

.link {
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
	font-weight: bold;
	color: #D30837;
	text-decoration : none;
}

.pageheading {
	font-family : Tahoma, Arial, Helvetica;
	font-size: large;
	color: #D30837;
	font-weight : bold;
}
.subheading {
	font-family : Tahoma, Arial, Helvetica;
	font-size: medium;
	color: #D30837;
	font-weight : bold;
}
.paraheading {
	font-family : Tahoma, Arial, Helvetica;
	color: #D30837;
	font-size: x-small;
	font-weight : bold;
	text-decoration : none;
}

.text {
	font-family : Verdana, Arial, Helvetica;
	font-size: x-small;
	color: Black;
	text-decoration : none;
}
.boldtext {
	font-family : Verdana, Arial, Helvetica;
	font-size: x-small;
	font-weight: bold;
	color: Black;
	text-decoration : none;
}
.errortext {
	font-family : Verdana, Arial, Helvetica;
	font-size: x-small;
	font-weight: bold;
	color: Red;
	text-decoration : none;
}
.button
{
  font-family : Verdana, Arial, Helvetica;
  font-size: xx-small;
  font-weight: bold;
  color: Black;
  text-decoration : none;
  height: 20px;
  width: 100px;
}

.tableheading {
	background-color: #D30837;
	font-family: Verdana, Arial, Helvetica;
	font-size: xx-small;
	font-weight: bold;
	color: White;
	padding : 3px 3px 3px 3px;
	text-align: center;
}
.tabletext {
	font-family : Verdana, Arial, Helvetica;
	font-size: xx-small;
	color: Black;
	padding : 3px 3px 3px 3px;
}
.tabletext_gray {
	font-family : Verdana, Arial, Helvetica;
	font-size: xx-small;
	color: Black;
	background-color : #EEEEEE;
	padding : 3px 3px 3px 3px;
}
.view_prompt 
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: x-small;
  color: White;
  background-color: #990000;
  text-align: right;
}
.view_text {
	font-family : Verdana, Arial, Helvetica;
	font-size: x-small;
	color: Black;
	background-color : #EEEEEE;
	padding : 3px 3px 3px 3px;
}
