body { 
    background: #FFFFFF;
    padding: 0;
    margin: 0;
}
H3
{
    COLOR: #999966;
    FONT-SIZE : 15px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
P  
{
    FONT-SIZE : 12px;
    FONT-Family : Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT : normal;
    COLOR : #000000;
    TEXT-DECORATION: none;
}
li 
{
    FONT-SIZE : 12px;
    FONT-Family : Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT : normal;
    COLOR : #000000;
    TEXT-DECORATION: none;
}
.form
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333; 
	border:1px solid #333; 
	background: white
}
A:link, A:visited, A:active
{ 
    FONT-SIZE : 12px;
    FONT-Family : Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT : normal;
    COLOR : #000066;
    TEXT-DECORATION: none;
}
A:hover
{
    FONT-SIZE : 12px;
    FONT-Family : Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT : normal;
    COLOR : #000066;
    TEXT-DECORATION: underline;
}
A:link IMG, A:visited IMG 
{ 
    border-style: none 
}
A IMG 
{ 
    color: #FFFFFF
}   /* hides the border in NS 4.x */
.hide 
{   display: none;
    color: white;
}
.nav_trail
{
    COLOR: #000000;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none;
}
.nav_trail A:link
{
    COLOR: #000000;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none;
}
.nav_trail A:visited
{
    COLOR: #000000;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none;
}
.nav_trail A:hover
{
    COLOR: #FF0000;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none;
}
.bottom_nav
{
    COLOR: #000066;
    FONT-SIZE: 9pt;
    FONT-FAMILY: arial;
    TEXT-DECORATION: none;
}
.bottom_nav A:link
{
    COLOR: #000066;
    FONT-SIZE: 9pt;
    FONT-FAMILY: arial;
    TEXT-DECORATION: none;
}
.bottom_nav A:visited
{
    COLOR: #000066;
    FONT-SIZE: 9pt;
    FONT-FAMILY: arial;
    TEXT-DECORATION: none;
}
.bottom_nav A:hover
{
    COLOR: #000066;
    FONT-SIZE: 9pt;
    FONT-FAMILY: arial;
    TEXT-DECORATION: none;
}
.formmail_error_heading 
{
  color: #c00000;
}
.formmail_error_body
{
  color: #000000;
}
.formmail_heading 
{
  color: #000000;
  FONT-WEIGHT: bold;
}
.formmail_item_name
{
  color: #000000;
  FONT-WEIGHT: bold;
}
.formmail_item_value
{
  color: #000000;
}

div#navwrapper{
	padding: 10px 0 10px 2px;
}

/*------------------ Video Player START -----------------------*/
div.flv-player{
	background: #000 url(/fend/images/vid_play.gif) no-repeat center;
}

div.flv-player a{
	display: block;
	background: url(/fend/images/vid_botleft.gif) no-repeat bottom left;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

div.flv-player a span{
	display: block;
	background: url(/fend/images/vid_botright.gif) no-repeat bottom right;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/*------------------ Video Player END -----------------------*/
/* -------------- sitemap styles -------------- */
ul#sitemap{
	list-style: none;
	margin: 0;
}
ul#sitemap li{
	list-style: none;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #666;
}
ul#sitemap ul{
	margin: 0 0 0 15px;
}
ul#sitemap ul li{
	font-weight: normal;
	border: none;
}

