/* 
 * Text classes
 */
body, table, tr, td {
	font: 70%/1.4em arial,verdana,sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #222222;
}

td.block_small {
  font-size: 10px;
  font-height: 12px;
}

.description {
	font-size: 10px;
}

a:active  {color: #666; text-decoration: underline; font-weight: normal;}
a:visited {color: #666; text-decoration: underline; font-weight: normal;}
a:link    {color: #666; text-decoration: underline; font-weight: normal;}
a:hover   {color: #000; text-decoration: underline; font-weight: normal;}

/* 
 * Disables the double line break for P, UL, FORM and LI tags
 */
p, li, li, form
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.error_popup { position: absolute; width: 200px; height: 15px; padding: 5px; }
div.error_popup { border: 3px solid #009; background: #99f; color: #000; }
iframe.error_popup { width: 206px; }

span.required { color: #ff0000; }

div#footer a {
  color: #FFF;
  text-decoration: none;
  padding: 0px 5px;
  line-height: 15px;
}

div#footer a:hover {
  text-decoration: underline;
}
