body { 
    background: #FFFFFF url(/fend/images/background.jpg); 
    BACKGROUND-REPEAT: repeat-x;
    PADDING: 0;
    MARGIN: 0;
}

h1,h2,h3,h4,h5{
	margin:0;
	padding-top:6;
}

h1 {
    color: #FFFFFF;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
	text-transform: uppercase;
}

h2 {
    font-size : 13px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #003366;
    text-decoration: none;
}

h3 {
    font-size : 18px;
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-weight : normal;
    color : #000066;
    text-decoration: none;
}

h4 {
    color: #674316;
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

h5 {
    font-size : 13px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #A7B5D2;
    text-decoration: none;
}
p {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #000000; 
}

ul,ol,li {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #000066; 
}

a:link, a:visited, a:active { 
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #003366;
    text-decoration: none;
}

a:hover {
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #003366;
    text-decoration: underline;
}

a:link IMG, a:visited IMG { 
    BORDER-STYLE: none;
}

a IMG { 
    color: #FFFFFF;
}
.white {
    font-size : 12px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight : normal;
    color : #ffffff;
    text-decoration: none;
}
a.white {
    font-size : 11px;
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-weight : normal;
    color : #ffffff;
    text-decoration: underline;
}
.border {
	border-color: #000033;
	border-style: solid;
	border-width: 1px;
}

/* hides the border in NS 4.x */

/*------------------ 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;
}

