h1  {
	color: #000000;
	font-size: 16px;
	font-family: Tahoma, Arial, Helvetica;
	font-style: normal;
	font-weight:bold;
	line-height: 26px;
	margin: 0px;
}


h2  {
	color: #000000;
	font-size: 14px;
	
	font-family: Tahoma, Arial, Helvetica;
	font-style: normal;
	font-weight:bold;
	margin: 0px;
}



h3  {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}


h4  {
	color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}


h5  {
	color: #000000;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}


h6  {
	color: #d57126;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}


body  {
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background: #dedede url(/images/bck-body.jpg) repeat-x;
}

body a:link  { color: #666666; text-decoration: none }
body a:visited  { color: #666666; text-decoration: none }
body a:hover  { color: #666666; text-decoration: underline }
body a:active  { color: #666666; text-decoration: underline }


p {
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 8px 0px;
}

p a:link  { color: #666666; text-decoration: none }
p a:visited  { color: #666666; text-decoration: none }
p a:hover  { color: #666666; text-decoration: underline }
p a:active  { color: #666666; text-decoration: underline }


.menuitem{
	background-image:url(/images/bck-menu-off.jpg);
	color: #FFFFFF;
	min-height: 25px;
	padding-top: 6px;
	padding-right: 20px;
	font-size: 14px;
	cursor: pointer;
	cursor: hand;
}

.menuitem a:link  { color: #FFFFFF; text-decoration: none }
.menuitem a:visited  { color: #FFFFFF; text-decoration: none }
.menuitem a:hover  { color: #FFFFFF; text-decoration: none }
.menuitem a:active  { color: #FFFFFF; text-decoration: none }


.menuitemactive{
	background-image:url(/images/bck-menu-active.jpg);
	color: #FFFFFF;
	min-height: 25px;
	padding-top: 6px;
	padding-right: 20px;
	font-size: 14px;
	cursor: pointer;
	cursor: hand;
}

.menuitemactive a:link  { color: #FFFFFF; text-decoration: none }
.menuitemactive a:visited  { color: #FFFFFF; text-decoration: none }
.menuitemactive a:hover  { color: #FFFFFF; text-decoration: none }
.menuitemactive a:active  { color: #FFFFFF; text-decoration: none }

.submenuitem{
	background-image:url(/images/bck-submenu-off.jpg);
	color: #FFFFFF;
	min-height: 25px;
	padding-top: 6px;
	padding-right: 20px;
	font-size: 14px;
	cursor: pointer;
	cursor: hand;
}

.submenuitem a:link  { color: #FFFFFF; text-decoration: none }
.submenuitem a:visited  { color: #FFFFFF; text-decoration: none }
.submenuitem a:hover  { color: #FFFFFF; text-decoration: none }
.submenuitem a:active  { color: #FFFFFF; text-decoration: none }

.topmenu{
	color: #FFFFFF;
	font-size: 14px;
}

.topmenu a:link  { color: #FFFFFF; text-decoration: none }
.topmenu a:visited  { color: #FFFFFF; text-decoration: none }
.topmenu a:hover  { color: #FFFFFF; text-decoration: none }
.topmenu a:active  { color: #FFFFFF; text-decoration: none }


