/* 
 * Text classes
 */
body, table, tr, td {
	font: 70%/1.4em Arial,sans-serif;
	font-size: small;
	line-height: 150%;
	color: #333;
}

.description {
	font-size: 10px;
}

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

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

.small_header {
  font-size: 12px;
  font-weight: bold;
}

.big_header {
  font-size: 14px;
  font-weight: bold;
}

div.block ul { padding: 0; margin: 10px 20px; }

div.breadcrumbs { padding: 5px 15px; }

div.menu div.header,
div.module div.header { color: black; }
div#header{ color: black; }