/* 
 * Text classes
 */
body, table, tr, td {
	font-family: helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
	color: #03162f;
}

.description {
	font-size: 10px;
	text-align: center;
}

a:active,
a:visited,
a:link,
a {
	color: #063859;
	font-weight: bolth;
	text-decoration: none;
} 
a:hover {
	color: #1998C3;
	font-weight: bolth;
	text-decoration: none;
	
}

/* 
 * Disables the double line break for P, UL, FORM and LI tags
 */
p, li, li, form
{
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #063859;
	font-style: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 25px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #050C28;
	font-style: normal;
	line-height: 20px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #064066;
	line-height: 2;
	font-style: normal;
}

h4 {
	font-size: 10px;
	font-weight: normal;
	color: #011021;
	line-height: 18px;
}

h5 {
	font-size: 15px;
	font-weight: bold;
	color: #534a40;
	line-height: 24px;
}

/*
 * Menu
 */
div.menu ul {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
div.menu ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

div.menu ul li a,
div.menu ul li a:link {
	color: #053758;
	display: block;
	padding: 3px 0;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
div.menu ul li a.active,
div.menu ul li a:active,
div.menu ul li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #047EAF;
}

/*
 * Menu - sub
 */
div.menu ul li ul {
  display: none;
}
div.menu ul li.active ul {
	display: block;
	color: #009b86;
}
div.menu ul li ul li {
  padding-left: 10px;
}
div.menu ul li ul li.last {
  border: none;
}

