P  {
	text-decoration : none;
	font-weight : normal;
	font-family : Verdana;
	color : #004229;
	font-size:  12px;
}

H1  {
	text-decoration : none;
	font-weight : Bold;
	font-family : Verdana;
	color : #00A0C6;
	font-size: 12px;
}

H2  {
	text-decoration : none;
	font-weight : Bold;
	font-family : Verdana;
	color : #00A0C6;
	font-size: 12px;
}

H3  {
	text-decoration : none;
	font-weight : normal;
	font-family : Verdana;
	color : #004229;
	font-size:  x-small;
}

A  {
	text-decoration : none;
	font-weight : bold;
	font-family : Verdana;
	color :#FD882F;
	font-size: 10px;
}


A:Visited  {}

A:Active  {}

A:Hover  {
	text-decoration : none;
	font-weight : bold;
	font-family : Verdana;
	color : #00A0C6;
	background-color: #DCDCDC;

}

BODY  {
	text-decoration : none;
	font-weight : normal;
	font-family : Verdana;
	color :#004229;
	font-size: x-small;
	background: #ffffff 
}

TD  {
	text-decoration : none;
	font-weight : normal;
	font-family : Verdana;
	color :#004229;
	font-size:  x-small;
}


table.navbar {
   border-collapse: collapse;
}

table.navbar td a{
   display: block;
   font-family : Verdana;
   font-weight : normal;
   font-size: 12px;
   text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #fff;
   background-color: #FF8C31;
}
table.navbar td a:hover, table.navbar td a:active {
   color: #fff;
   background-color: #009CC6;
}
table.navbar {
   border-collapse: collapse;
}

table.catbar td a{
   display: block;
   font-family : Verdana;
   font-weight : normal;
   font-size: 12px;
   text-decoration: none;
}
table.catbar td a:link, table.catbar td a:visited {
   color: #fff;
   background-color: #009CC6;
}
table.catbar td a:hover, table.catbar td a:active {
   color: #fff;
   background-color: #FF8C31;
}

