/* 
 * Text classes
 */
body, table, tr, td {
	font-family: verdana,arial;
	font-size: 9px;
	line-height: 1.3em;
	color: #B0CCC3;
}
div.content,
div.content td {
	font-size: 12px;
	line-height: 1.3em;
}

.description {
	font-size: 10px;
}

a,
a:active  {color: #B0CCC3; text-decoration: underline; font-weight: normal;}
a:visited {color: #B0CCC3; text-decoration: underline; font-weight: normal;}
a:link    {color: #B0CCC3; text-decoration: underline; font-weight: normal;}
a:hover   {color: #C3DFD6; 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;
}

div.header1,
h1
{
  background: url(../images/title_icon.gif) no-repeat;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  padding: 0px 0px 0px 20px;
  margin: 12px 0px 0px 8px;
}

div.module div.content h1 { margin: 0px; }

.header1 {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

.header2 {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

.header3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}
