.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

.td, td, p, li  {
	margin: 0px;
	height: 100%;
	padding: 0px;
    font-family:Tahoma,Arial,Helvetica,Verdana,sans-serif;
	line-height: 24px;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
}

/* Joomla core stuff */
a:link {
	color: #463CB8; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #616161;	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #463CB8; text-decoration: none;
	font-weight: bold;
}

.button {
  color: #DB000F;
  font-family: helvetica, arial, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 2px;
  line-height: 14px !important;
  line-height: 12px;
  height: 20px !important;
  height: 18px;
  margin: 2px;
}

.field
{
	color: #333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	border-color: #575757;
	border-width: 1px;
}

p.Body_12pt  {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		line-height: 14px;
	}
	
p.Body_12pt a  {
		color: #ff0000;
		text-decoration: none;
	}
	
p.Body_12pt a:hover { color: #575757; }
	
