/* ----------------------------------------------- */
/* - Body
/* ----------------------------------------------- */
Body
{
	font-family: verdana;
	font-size: 12 px;
}


/* ----------------------------------------------- */
/* - Links                                       - */
/* ----------------------------------------------- */

a:hover 
{
  color: #336699;
}

a. 
{
  color: #707D4A;
}

/* ----------------------------------------------- */
/* - Standard styles                             - */
/* ----------------------------------------------- */

p 
{
  margin-top: 0px;
  margin-bottom: 0px;
}

h1, .Heading1
{
  font-family: tahoma;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  margin-bottom: 12px;
  margin-right: 12px;
}

h2, .Heading2 
{
  font-family: tahoma;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  margin-bottom: 3px;
}

h3, .Heading3 
{
  font-family: tahoma;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  margin-bottom: 3px;
}

.normal 
{
  font-family: verdana,arial,tahoma;
  font-size: 8pt;
  line-height: 16px;
  color: #000000;  
  margin-bottom: 9px;
}

/* ----------------------------------------------- */
/* - ImageText
/* ----------------------------------------------- */
.imagetext
{
  font-family: verdana,arial,tahoma;
  font-size: 10px;
  line-height: 16px;
  color: #000000;  
  margin-bottom: 9px;
}

/* ----------------------------------------------- */
/* - FooterText
/* ----------------------------------------------- */
.footertext
{
  font-family: verdana,arial,tahoma;
  font-size: 10px;
  line-height: 16px;
  color: #ffffff;  
  margin-bottom: 9px;
}


/* ----------------------------------------------- */
/* - Left Menu
/* ----------------------------------------------- */

/* Level 0 */

.menu_lvl0
{
	font-family:Verdana;
	font-size:10px;
	color: #000000;
}

.menu_lvl0 a
{
	color: #000000;
	text-decoration: none;
	
}

.menu_lvl0 a:hover
{
	color: #000000;
	text-decoration: underline;
}

.menu_lvl0_sel
{
	font-family:Verdana;
	font-size:10px;
	font-weight: bolder;
	color: #000000;
	
}

.menu_lvl0_sel a
{
	text-decoration: none;
	color: #000000;
}

.menu_lvl0_sel a:hover
{
	text-decoration: underline;
	color: #000000;
}

/* Level 1 */


.menu_lvl1
{
	font-family:Verdana;
	font-size:9px;
	color: #000000;
}

.menu_lvl1 a
{
	text-decoration: none;
	color: #000000;
}

.menu_lvl1 a:hover
{
	text-decoration: underline;
	color: #000000;
}


.menu_lvl1_sel
{
	font-family:Verdana;
	font-size:9px;
	font-weight:bolder;
	color: #000000;
}

.menu_lvl1_sel a
{
	text-decoration: none;
	color: #000000;

}

.menu_lvl1_sel a:hover
{
	text-decoration: underline;
	color: #000000;

}

/* Level 2 */


.menu_lvl2
{
	font-family:Verdana;
	font-size:9px;
	color: #000000;
}

.menu_lvl2 a
{
	text-decoration: none;
	color: #000000;
}

.menu_lvl2 a:hover
{
	text-decoration: underline;
	color: #000000;
}


.menu_lvl2_sel
{
	font-family:Verdana;
	font-size:9px;
	font-weight:bolder;
	color: #000000;
}

.menu_lvl2_sel a
{
	text-decoration: none;
	color: #000000;

}

.menu_lvl2_sel a:hover
{
	text-decoration: underline;
	color: #000000;

}

