body {
/* background:#fff url("/images/jpegs/home-background-repeat.jpg") repeat-x scroll center top; */
        background-color:#00509e;
	color: black;
	padding:0px;
	margin:0px;
	text-align:center;
	font-family:verdana;
        font-size:95%;
	height:100%;
	}

h1.header_title{
	margin:0px;
	padding:0px;
	color:white;
	font-size:1.1em;
	font-family:verdana;
}

h1{
	font-size:1.3em;
}

h2{
	font-size:1.1em;
	margin-bottom:4px;
}

#container{
	width:970px;
	margin: 0 auto;
	padding:0px;
	text-align: left;
        background-color:white;
}

#header{
	height:130px;
/*	background:#fff url('/images/pngs/top_grad.png') repeat-x scroll left top; */
	margin-left:0px;
}

#bread_crumbs{
	float:left;
	width:491px;
	background-color:white;
	color:white;
}

#bread_crumbs_text{
	margin-top:8px;
	margin-bottom:8px;
	margin-left:7px;
	background-color:#008080;
	padding-top:6px;
	padding-left:10px;
	font-size:0.8em;
	font-weight:bold;
	height:22px;
}

#body-top-red{
    background-color:#cc3333;
   color:#cc3333;
    margin-left:20px;
    margin-right:20px;
    margin-bottom:16px;
    width:auto;
    height:16px;
    font-size:0.7em;
    font-weight:bold;
}
#body-top-blue{
    background-color:#005cab;
    color:#005cab;
    margin-left:20px;
    margin-right:20px;
    margin-bottom:16px;
    width:auto;
    height:16px;
    font-size:0.7em;
    font-weight:bold;
}
#body-top-orange{
    background-color:#f5832c;
   color:#f5832c;
    margin-left:20px;
    margin-right:20px;
    margin-bottom:16px;
    width:auto;
    height:16px;
    font-size:0.7em;
    font-weight:bold;
}

#body-outer{
    background-image:url(/images/pngs/content-shadow-rep.png);
    margin-left:24px;
    font-size:0.8em;
    width:690px;
    padding-left:4px;
    padding-right:8px;
}

#body-text{
    margin-left:4px;
    padding:10px;
    width:660px;
    text-align:justify;
    min-height:340px;
    font-size:0.9em;
}
#body-bottom_red{
    background-color:#cc3333;
    height:16px;
    clear:both;
}
#body-bottom_orange{
    background-color:#f5832c;
    height:16px;
    clear:both;
}
#body-bottom_blue{
    background-color:#005cab;
    height:16px;
    clear:both;
}
#body-footer{
    background-image:url(/images/pngs/content-shadow-bot.png);
    background-position: 0px -1px;
    margin-left:24px;
    font-size:0.8em;
    width:690px;
    padding-left:4px;
    padding-right:8px;
    height:10px;
}

div.right-side{
  float:right;
  padding-left:16px;
  width:220px;
}

div.port_country{
    width: 200px;
    float:left;
    padding:10px;
    padding-left:6px;
}
div.port_country_title{
    font-size:1.2em;
}

div.port_list{
    
}
span.port_count{
    color:#999;
    font-size:0.7em;
}

.box-title{
    background-color:#dcdcdc;
    padding:6px;
    padding-bottom:4px;
    font-size:1.6em;
    font-family:verdana;
    color:#999;
}

.box-title a{
    font-weight:normal;
}

.general-box{
     font-size:0.8em;
    background-color:#ffffff;
    margin-left:76px;
    margin-right:44px;
}

.general-box-inner{
    background-image:url(/images/pngs/general-wide-shadow-rep.png);
    background-repeat:repeat-y;
    padding-left:4px;
    padding-right:40px;
}
.general-box-footer{
    background-image:url(/images/pngs/general-wide-shadow-bot.png);
    background-repeat:no-repeat;
    height:8px;
    font-size:1px;
}

#donations-box,#seafarers-box,#resources-box{
    font-size:0.8em;
    background-color:#fff;
    background-repeat:no-repeat;
    margin-left:7px;
}
#donations-box-footer,#seafarers-box-footer,#resources-box-footer{
    background-image:url(/images/pngs/donateit-shadow-bot.png);
    background-position:0px -1px;
    background-repeat:repeat-y;
    position:relative;
    width:238px;
    height:6px;
    margin-left:0px;
    float:left;
    font-size:2px;
}

#involved-box,#about-box{
    font-size:0.8em;
    background-color:#fff;
    background-repeat:no-repeat;
    margin-left:6px;
    margin-top:6px;
}

#involved-box-footer, #about-box-footer{
    background-image:url(/images/pngs/about-shadow-bot.png);
    background-repeat:repeat-y;
    background-position:0px -1px;
    position:relative;
    width:230px;
    height:6px;
    margin-left:0px;
    float:left;
    font-size:2px;
}

ul.box-ul{
    margin:12px;
    padding-left:17px;
}
ul.box-ul li{
  margin-top:4px;
}

/* contact styles */

.contact{
    padding-bottom:10px;
}

#contacts_list .contact{
                  background-image:url("/images/admin/info_icon.png");
            background-position:0px -5px;
            background-repeat:no-repeat;
            padding-left:36px;
}

.contact-title{font-weight:bold;}
.contact-description{}
.contact-email{}


ul.error_list{
      background-image:url("/images/form_warning.png");
            background-position:0px 5px;
            background-repeat:no-repeat;
      color:red;
     
      margin:0px;
      padding:12px 0px 4px 34px;
      list-style:none;
}

#contact_form{
      width:!00%;
      background-color:#fbfbfb;
      padding:8px;
      border-top:2px solid #005cab;
      border-bottom:2px solid #f5832c;
}

table.contact_form{

      width:100%;
}

#contact_First_name, #contact_Surname, #contact_Heard_about_us_via, #contact_Email{
      width:60%;
}
#contact_Message{
      width:96%;
}

#ads-box p{
    margin-top:0px;
    margin-bottom:4px;
}

#news-box{
    float:left;
    font-size:0.7em;
    background-position:100% 100%;
    background-repeat:repeat-y;
    margin-top:4px;
    background-image:url(/images/pngs/news-shadow-rep.png);
}
#news-box-footer{
    background-image:url(/images/pngs/news-shadow-bot.png);
    background-repeat:no-repeat;
    position:relative;
    width:465px;
    font-size:2px;
    margin-left:0px;
    float:left;
    height:8px;
}

.news-archive-abstract{
    font-size:0.9em;padding:8px;padding-bottom:0px;
}

a.news-archive-link{
    padding-left:9px;border-bottom:1px solid #F5832C;display:block;
    padding-top:0px !important;
    padding-bottom:10px !important;
}

.nav-lock:visited,.navlock:link{
	color:#999;
	}

.addthis_toolbox{
  padding-top:10px;
  padding-left:26px;
  font-size:0.8em;
}

.addthis_toolbox a{
    margin-top:0px;
}

#body-right-column{
    float:right;
    font-size:0.7em;
    width:200px;
    margin-right:24px;
    margin-bottom:20px;
}

#body-right-sublinks{
   background-image:url(/images/pngs/level2-shadow_rep.png);
}
#body-right-sublinks_bot{
   background-image:url(/images/pngs/level2-shadow_bot.png);
   height:12px;
}
#body-right-quicklinks{
   background-image:url(/images/pngs/level2-shadow_rep.png);
}
#body-right-quicklinks_bot{
   background-image:url(/images/pngs/level2-shadow_bot.png);
   height:12px;
}

h1.body-title{
    font-size:1.2em;
    font-weight:bold;
    margin-top:0px;
    padding-right:10px;
}

img.news-image{
    float:left;
    margin-right:10px;
    margin-top:18px;
    border-color:#eee;
    border-style:solid;
    border-width:3px;
    padding:2px;
   }


.inner_text{
	padding:10px;
	height:90%;
}



span.text_tiny{
	font-size:0.7em;
	font-weight:bold;
	color:white;
}

span.text_normal{
	font-size:0.95em;
	font-weight:bold;
	color:white;
}

span.text_large{
	font-size:1.2em;
	font-weight:bold;
	color:white;
}




#header-accessibility{
	display:inline;
}

#header-form{
	display:inline;
	height:26px;
}

.search-rss{
	border:none;
	padding-right:10px;
	position:relative;
	left:0px;
	top:6px;
}

ul.footer-navigation-links{
	margin:0px;
	margin-right:8px;
}	

li.footer-navigation-links{
	display: inline;
	padding: 6px 4px 0px 0px;
}

ul.navigation_ul{
	margin:0px;
	padding:16px;
	padding-top:10px;
	font-size:1.0em;
	list-style-type:none;
}

li.navigation_ullinks{
		padding: 4px 0px 0px 0px;
}

ul.footer-logo-links{
	margin:0px;
	margin-right:8px;
	font-size:0.9em;
	padding-top:20px;
}	

.footer_link{
}

#waves{
    width:100%;
    height:36px;
    background-image:url(/images/pngs/home-waves-sm.png);
    background-position:left bottom;
    background-repeat:repeat-x;
    position:relative;
    bottom:0px;
    left:0px;
}

#footer{

    width:100%;
    height:44px;
    margin-top:22px;
    color:#50778c;
    text-align:center;
    font-size:0.6em;
    line-height:1.2em;
}
	
#footer-navigation{
	height:30px;
	color:black;
	}


#footer-text{
}

a.home_link{
	color:black;
}
a.home_link:hover{
	color:white;
}

a.home_link_crumbs{
	color:white;
	text-decoration:none;
}
a.home_link_crumbs:hover{
	color:white;
	text-decoration:underline;
}

a.home_link_white{
	color:white;
}
a.home_link_white:hover{
	color:black;
}

a.home_qlink{
	color:#50778c;
	text-decoration:none;
}

a.nav_ullinks{
	color:black;
	background-image:url(pngs/navarrow_level2.png);
	background-repeat:no-repeat;
	background-position: 0px 3px;
	padding-left:14px;
}
a.nav_ullinks:hover{
	color:white;
	background-image:url(pngs/navarrow_level2_on.png);
}

#searchform {
	padding: 5px;
	}
#searchform form {
	margin: 0px; 
	padding-left: 4px;
	}
#searchform .middle { 
	vertical-align: middle;
	}
#searchform #txt_box {
	height:22px;
	width:160px;
	padding-left: 4px;
	background: white;
	color: #000;
	border: 1px solid #999999;
	font-size:1.0em;
	
	}
#searchform #txt_box:focus { 
	color: black;
	}

#spread{
background-color:white;
background-image:url(pngs/sub_section_bg.png);
background-repeat:repeat-y;
height:100%;
}

#splitter{
	padding:0px;
	margin:0px;
	background-color:white;
	height:8px;
	width:100%;
	font-size:0.1em;
}


/* timeline styles ============================== */

td.timeline_date{
	background-image:url('/images/gifs/timeline/arrowhead.gif');
	background-position:100% 13px;
	background-repeat:no-repeat;
	border: 0; 
	color:#008;
	font-size:11pt;
	font-weight:700;
	font-family: verdana;
	width:80px;
	text-align:center;
	vertical-align:top;
	padding-top:10px;
}

td.timeline_text{
	color:#000;
	font-size:10pt;
	font-weight:400;
	font-family: verdana;
	text-align:left;
	vertical-align:top;
	border-top-width:  2px;
	border-top-style:  solid;
	border-top-color: #336699;
	padding:6px;
}

td.timeline_end{
	background-image:url('/images/gifs/timeline/fade.gif');
	background-repeat:no-repeat;
	font-size:10pt;
	font-weight:400;
	font-family: verdana;
	text-align:left;
	vertical-align:top;
	border-top-width:  2px;
	border-top-style:  solid;
	border-top-color: #336699;
	padding:6px;
}

td.timeline_pic{
	color:#000;
	font-size:8pt;
	font-weight:400;
	font-family: verdana;
	text-align:center;
	vertical-align:top;
	border-top-width:  2px;
	border-top-style:  solid;
	border-top-color: #336699;
	padding:2px;
	width:140px;
	background-color:#f0f0f0;
}


.timelinepop{
	border: 0; 
	color:#008;
	font-size:10pt;
	font-weight:700;
	font-family: verdana;
}

td.timeline_edge_top{
	background-image:url('/images/gifs/timeline/edge_top.gif');
	background-position:0 0;
	background-repeat:no-repeat;
	font-size:12pt;
	height:9px;
}
td.timeline_edge_mid{
	background-image:url('/images/gifs/timeline/edge_mid.gif');
	background-position:0 0;
	background-repeat:repeat-y;
	font-size:7pt;
}
td.timeline_edge_bot{
	background-image:url('/images/gifs/timeline/edge_bot.gif');
	background-position:0 0;
	background-repeat:no-repeat;
	font-size:7pt;
	height:9px;
}

.popopen{
	background-color:#ebf2f7;
	padding:6px;
	border-width:  1px;
	border-style:  solid;
	border-color: #99aabb;
	display:none;
}


td.timeline_icon{
	width:48px;		
	border-top-width:  2px;
	border-top-style:  solid;
	border-top-color: #336699;
	vertical-align:top;
	padding-top:4px;
}

td.timeline_brackets{
	width:6px;		
}



td.timeline_title_text{
	color:#fff;
	font-size:10pt;
	font-weight:700;
	font-family: verdana;
	text-align:left;
	vertical-align:middle;
	background-color:#336699;
		
}


td.timeline_title_left{
	background-image:url('/images/gifs/timeline/title_left.gif');
	background-repeat:no-repeat;
	width:22px;
	height:20px;
}

td.timeline_title_right{
	background-image:url('/images/gifs/timeline/title_right.gif');
	background-repeat:no-repeat;
	width:22px;
	height:20px;
}

   a{color:#005cab;margin-top:10px;text-decoration:none;}
   a:hover{color:#00f;}

   a.inner_text{color:black;padding:8px;padding-top:0px;text-align:left;text-decoration:none;display:block;font-weight:normal;font-size:0.9em;}
   a.inner_text:hover{color:#999;}

   a.button{color:white;text-align:center;width:135px;height:84px;font-weight:bold;margin-top:10px;text-decoration:none;display:block;}
   a.button:hover{color:#999;}

   a.button_red{color:#cc3333;font-weight:normal;text-decoration:none;}
   a.button_red:hover{color:#999;}
   a.button_orange{color:#f5832c;font-weight:normal;text-decoration:none;}
   a.button_orange:hover{color:#999;}
   a.button_blue{color:#005cab;font-weight:normal;text-decoration:none;}
   a.button_blue:hover{color:#999;}

   a.navigation-top{text-align:left;padding-top:10px;text-decoration:none;}
   a.navigation-top:hover{color:#999;text-decoration:underline;}

   a.navigation-top-links{font-size:0.85em;text-align:left;padding-top:0px;text-decoration:none;color:#00519e;font-weight:normal;}
   a.navigation-top-links:hover{color:#999;text-decoration:underline;}

   a.navigation-box{text-align:left;padding-top:10px;text-decoration:none;color:#00519e;}
   a.navigation-box:hover{color:#999;text-decoration:underline;}

   a.news_link{text-align:left;padding-top:10px;text-decoration:none;color:#005cab;}
   a.news_link:hover{color:#000;text-decoration:underline;}

a.tab-link{color:white;text-align:center;font-weight:bold;font-size:1.1em;padding-top:10px;text-decoration:none;display:block;}
   a.tab-link:hover{color:black;}

   a.tabbed-red{color:#cc3333}
   a.tabbed-orange{color:#f5832c}
   a.tabbed-blue{color:#005cab}
   a.tabbed-white{color:#fff}

   a.navigation-body{text-align:left;font-size:1.2em;padding-top:10bopx;text-decoration:none;display:block;}
   a.navigation-body:hover{color:#999;}
   a.navigation-body-sm{color:#005cab;text-align:left;font-size:0.9em;padding-top:4px;text-decoration:none;display:block;}
   a.navigation-body-sm:hover{color:#999;}

   a.news-title{color:#005cab;text-align:left;padding-top:4px;text-decoration:none;display:block;font-size:1.1em;}
   a.news-title:hover{color:#999;}

   a.news-summary{font-weight:normal;color:#555;text-align:left;margin:0px;padding:8px;text-decoration:none;display:block;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#eee;}
   a.news-summary:visited{color:#555;}
   a.news-summary:hover{color:#555;}

   a.news-summary-locked{font-weight:normal;color:#005cab;text-align:left;margin:0px;padding:8px;text-decoration:none;display:block;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#eee;background-color:#f4f4f4;}
   a.news-summary-locked:visited{color:#005cab;}
   a.news-summary:hover{color:#005cab;}

   a.news-summary-locked-ql{font-weight:normal;color:#f5832c;text-align:left;margin:0px;padding:8px;text-decoration:none;display:block;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#eee;background-color:#f4f4f4;}
   a.news-summary-locked-ql:visited{color:#f5832c;}
   a.news-summary-ql:hover{color:#f5832c;}

.orange_text{color:#f5832c}
.blue_text{color:#005cab}
.red_text{color:#cc3333}
.black_text{color:black;}

h2.news_title{
    color:#005cab;
    font-size:1.0em;
}

#news_container{font-size:0.8em;}

a.inline{display:inline}
#header-flag{float:left;width:220px;padding-top:34px;font-size:0.7em;padding-left:22px;}
#header-inmarsat{float:left;width:220px;padding-top:8px;font-size:0.7em;padding-left:22px;}

#header-navigation{
    width:700px;
    padding:0px;
    float:right;
}

#header-news-ticker-outer{
  width:928px;
  height:3em;
  margin-left:20px;
  font-size:0.7em;
  color:#00519e;
  border: #ddd 1px solid;
  margin-bottom:8px;
  display: table;
   overflow: hidden;
}

#header-news-ticker-middle{
  display: table-cell; vertical-align: middle;
}

#header-news-ticker{
  padding-left:6px;
}

#header-news-ticker a{
  text-decoration:none;
  color:#000;
}
#header-news-ticker a:hover{
  text-decoration:underline;
  color:#777;
}

#header-navigation #header-rss{width:220px;padding-left:12px;font-size:0.7em;}

#header-navigation ul.header-links{
    margin:0px;
    padding:0px;
    margin-bottom:8px;
}

#header-navigation ul.header-links li{
    list-style:none;
    padding-left:6px;
    padding-right:0px;
    display:inline;
    font-size:0.9em;
}

.splitter{
    background-image:url(/images/pngs/split.png);
    background-repeat:no-repeat;
    color:#e0e0e0;
}

.headed_right{
  font-size:0.8em;
  padding-left:8px;
  text-align:left;
}

#header-gadgets{
	float:right;
	overflow:hidden;
    padding-right:36px;
    padding-top:16px;
}

#main-navigation-left{
    width:380px;
    margin:8px;
    margin-top:42px;
    margin-bottom:22px;
    font-size:0.8em;
    float:left;
}
#main-navigation-right{
    width:380px;
    margin:8px;
    margin-top:42px;
    margin-bottom:22px;
    font-size:0.8em;
    float:right;
}

#tabs1{
    background-image:url(/images/pngs/tab-greys.png);
    width:380px;
    height:32px;
}
#tabs2{
    background-image:url(/images/pngs/tab-greys.png);
    width:380px;
    height:32px;
}

.tab-red{
    background-image:url(/images/pngs/tab-red.png);
    width:126px;
    height:32px;
    float:left;
}
.tab-orange{
    background-image:url(/images/pngs/tab-orange.png);
    width:126px;
    height:32px;
    float:left;
}
.tab-blue{
    background-image:url(/images/pngs/tab-blue.png);
    width:126px;
    height:32px;
    float:left;
}

.tab-grey{
    width:126px;
    height:32px;
    float:left;
}

#tabs-topline{
     background-image:url(/images/pngs/tab-box-top-grey.png);
    height:13px;
}

#tabs-topline-blue{
    background-image:url(/images/pngs/tab-box-top-blue.png);
    height:13px;
}

#tabs-topline-red{
    background-image:url(/images/pngs/tab-box-top-red.png);
    height:13px;
}

#tabs-topline-orange{
    background-image:url(/images/pngs/tab-box-top-orange.png);
    height:13px;
}

#tabs-content{
    background-image:url(/images/pngs/tab-box-repeat.png);
    height:160px;
    padding:10px;
}
#tabs-footer{
    background-image:url(/images/pngs/tab-box-bottom.png);
    height:12px;
}

/* port specific styles */

/* main table */
td.main_text {
	color: #000;
	font-family:  verdana;
	font-size: 9pt;
	font-weight: 400;
	text-align: justify;
	padding:0px;
	margin:0px;
}

td.main_text_ports {
	color: #100868;
	font-family:  verdana;
	font-size: 9pt;
	font-weight: 400;
	text-align: justify;
	padding:2px;
}

div.port_thumbnail{
text-align:center;;
width:193px;
border-top:solid 2px #eee;
padding-top:6px;
}

div.port_thumbnail_title{
width:160px;
margin-left:16px;
padding-top:8px;
text-align:center;
}

td.main_port {
 color: #100868;
 font-family:  verdana;
 font-size: 9pt;
 font-weight: 400;
}

td.main_text_left,td.main_text_left_padded {
	color: #000;
	font-family:  verdana;
	font-size: 9pt;
	font-weight: 400;
	text-align: justify;
	padding:2px;
	padding-right:4px;
}
td.thumb {
	color: #100868;
	font-family:  verdana;
	font-size: 9pt;
	font-weight: 400;
	text-align: center;
	padding:2px;
}


.contacts {
	color: #000;
	font-family:  verdana;
	font-size: 9pt;
	font-weight: 400;
	padding:0px;
}
td.contacts{
	background-color:#f0f0f0;
	border-bottom-width:  1px;
	border-bottom-style:  solid;
	border-bottom-color: #fff;
	padding:4px;
}
td.contacts_l{
	background-color:#f0f0f0;
	border-bottom-width:  1px;
	border-bottom-style:  solid;
	border-bottom-color: #fff;
	padding:2px;
	text-align:right;
}
td.contacts_t{
	background-color:#e0e0e0;
	padding:8px;
	text-align:left;
	font-weight:700;
}

.facilities {
	font-family:  verdana;
	font-size: 8pt;
	font-weight: 400;
	text-align: justify;
	padding:0px;
}

td.facilities_text{
	padding:2px;
	border-bottom-width:  1px;
	border-bottom-style:  solid;
	border-bottom-color: #f0f0f6;
	width:50%;
}
td.facilities_title{
	background-color:#e0e0e0;
	padding:8px;
}
td.facilities_icon{
	padding:8px;
	width:40px;
}

#port_title{
	color: #a0a0ab;
	font-family:verdana;
	font-size: 14pt;
	font-weight: 400;
	text-align: left;
	padding:4px;
	padding-top:20px;
}

td.main_text_navigation{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding:1px;
	background-color:#b0c2d6;
}



td.ss_navigation {

	color: #fff;
	background-color:#93a6c0;
	font-family:  verdana;
	font-size: 8pt;
	font-weight: 400;
	padding:3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #336699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6699bb;


}

/* tablink style (seasunday) link style*/
A.tablink:link {
	/* background-image : url('gifs/sub_tag_blue.gif'); */
	color:  #fff;
	text-decoration: none;
	font-family: verdana;
	text-align:center;
	margin-bottom:8px;
        display:block;
	}

A.tablink:visited {
	/* background-image : url('gifs/sub_tag_blue.gif'); */
	color: #fff;
	text-decoration: none;
	font-family: verdana;
	text-align:center;
	margin-bottom:8px;
        display:block;
	}

A.tablink:hover {
	/* background-image : url('gifs/sub_tag_orange.gif'); */
	color: #fff;
	text-decoration: underline;
	font-family: verdana;
	text-align:center;
	margin-bottom:8px;
        display:block;
	}
/* tablink style (seasunday) link style*/
A.tablink_on:link {
	/* background-image : url('gifs/sub_tag_orange.gif'); */
	color:  #000;
	font-family: verdana;
	text-align:center;
	margin-bottom:8px;
        display:block;
	}

A.tablink_on:visited {
	/* background-image : url('gifs/sub_tag_orange.gif'); */
	color: #000;
	font-family: verdana;
	text-align:center;
	margin-bottom:8px;
        display:block;
	}

A.tablink_on:hover {
	/* background-image : url('gifs/sub_tag_orange.gif'); */
	color: #000;
	font-family: verdana;
	text-align:center;
	margin-bottom:8px;
        display:block;
	} 