body { 
    background: #ffffff; 
    padding: 0px;
    margin: 0px;
}

h1,h2,h3,h4,h5{
	margin:0;
	padding-top:6;
}

h1 {
    color: #385e30;
    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 : #84a923;
    text-decoration: none;
}

h3 {
    font-size : 13px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #054278;
    text-decoration: none;
}

h4 {
    color: #183a17;
    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 : #ffffff;
    text-decoration: none;
}
p {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #666; 
}

ul,ol,li {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #666; 
}

a:link, a:visited, a:active { 
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #30445c;
    text-decoration: none;
}

a:hover {
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #30445c;
    text-decoration: underline;
}

a:link IMG, a:visited IMG,img { 
    BORDER-STYLE: none;
}

a IMG, img { 
    color: #FFFFFF;
}

/* hides the border in NS 4.x */

#topmenu {
	background:url("/fend/images/bg-top-menu.gif");
	background-repeat: repeat-y;
	margin:0;
	padding:0;
}
#navcontainer {
	background:url("/fend/images/nav-bg.gif");
	background-repeat: repeat-y;
}

#reg {
	background:url("/fend/images/reg-middle.gif");
	background-repeat: repeat-y;
	padding-top:0;
	padding-left:10px;
	padding-bottom:1px;
}

.form 
{ 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #0d3863; 
    border: 1px solid #d76210; 
    background: #fff;
	margin-top:4px;
}

#content {
	margin:0;
	padding:0;
}


/*------------------ 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;
}

