a:link {
	COLOR: #6684a3; TEXT-DECORATION: none
}
a:visited {
	COLOR: #6684a3; TEXT-DECORATION: none
}

a:hover {
	COLOR: #6684a3; TEXT-DECORATION: underline;
}
body, p, td {
	font-size: 9pt; 
                font-family: "Verdana", "Arial", "Helvetica", "sans-serif"
}

.navBG {
	background-image: url(image/navigator_uk_down.jpg);
	background-repeat: no-repeat;
}
.mainmenuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
                text-align: right;
	color: #6684A3;
	width: 100px;
	border-bottom: 2px solid #FFFFFF;
                text-decoration: none;
                display: block;
                float: right; 
                margin-bottom:2px;
}
a.mainmenuitem:hover {
	TEXT-DECORATION: none;
	color: #BFD0E0;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7598AE;
}
h1 {
     text-indent: 36px;
/*     background-image: url(image/h1_bullet.gif); */
     background-image: url(image/H1_gfx.gif);
     background-repeat: no-repeat;
     height: 28px;
     font-size: 16px;
     color: #000000;
     padding-top: 3px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 12px;
}
.maincontent {
               padding-left: 12px;
}

div.tabs {
    /* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
    background: transparent;
    border-collapse: collapse;
    border-bottom-color: #6684a3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0.5em 0em 0em 2em;
    white-space: nowrap;
    margin-bottom:4px;
}

div.tabs a {
    /* The normal, unselected tabs. They are all links */
    background: transparent;
    border-color: #6684a3;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #6684a3;
    font-weight: normal;
    height: 1.2em;
    margin-right: 0.5em;
    padding: 0em 2em;
}

div.tabs a.selected {
    /* The selected tab. There's only one of this */
    background: #BFD0E0;
    border: 1px solid #6684a3 ;
    border-bottom: #FFF 1px solid;
    color: #576a76;
    font-weight: normal;

}

div.tabs a:hover {
    background: #BFD0E0;
    border-color: #738d9c;
    border-bottom-color: #6684a3;
    color: #576a76;
}

/* Footer Settings */
.footermain {
 margin-left:18px;
 display: block;
}

#lastupdate{
	font-size: xx-small;
	color: #7598AE;
}

