/*
   this is the basic stylesheet
   used to build the home page and all subsequent pages
*/

/* general body style for every page */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
        background-color: #E2E8EF;
	text-align:center;
}

/*
    the outer white box table
    everything will be in there
*/
.whiteBox {
    height:100%;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    /*margin:0 auto;
    padding:0px;*/
}

/* this class defines a cell that contains everything after the breadcrump */
.whiteBox td.main {
    text-align:justify;
    vertical-align: top;
    width: 100%;
    height: 100%;
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
}

/* cell that includes the breadcrump trail */
.whiteBox td.breadcrump {
    font-size: 11px;
    font-weight: normal;
    text-align:justify;
    vertical-align: top;
    color: #0A2161;
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 1px;
}

/* span definition for the current page of the breadcrump trail */
.whiteBox td.breadcrump span {
    font-size:11px;
    font-weight: normal;
    color: #FF9933;
}

/* link effects for the breadcrump trail */
#bclink:link, #bclink:visited, #bclink:active {
    font-size:11px;
    font-weight: normal;
    color: #2E4854;
    text-decoration: none;
}

#bclink:hover {
    font-size:11px;
    font-weight: normal;
    color: #FF9933;
    text-decoration: none;
}

/*
    this class contains the background of every page
    we need this in order for the page to scroll nicely
*/

.container {
    width:885px;
    vertical-align: top;
    background-attachment: scroll;
	background-image: url(../images/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #2E4854;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FF9933;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FF9933;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #2E4854;
    padding:0px;
    margin:0px;
}

/*
    used to define the banner area that includes
    logo, protour flash move and the horizontal menu bar
*/

.bannerArea {
    width: 885px;
    background-color: #FFFFFF;
}

/* defines the top part of the banner */
.bannerArea td.bannertop {
	font-size:10px;
	font-weight: bold;
	color: #2E4854;
	text-align:right;
	vertical-align: top;
	height: 109px;
	padding-top: 4px;
	padding-right: 4px;
	background-attachment: scroll;
	background-image: url(../images/prot.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

/* defines the link effects of the 'site map' and 'contact us' links */
#bannerlink:link, #bannerlink:visited, #bannerlink:active {
    font-size:10px;
    font-weight: bold;
    color: #2E4854;
    text-decoration: underline;
}

#bannerlink:hover {
    font-size:10px;
    font-weight: bold;
    color: #FF9933;
    text-decoration: underline;
}

/*
   defines the middle part of the banner i.e.
   where the protour flash movie is displayed
*/
.bannerArea td.bannermiddle {
	text-align:right;
    vertical-align: middle;
    height: 78px;
	padding-right: 8px;
	background-attachment: scroll;
	background-image: url(../images/b2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* this area includes the horizontal menu bar */
.bannerArea td.menubar {
	text-align:left;
    vertical-align: middle;
    height: 21px;
}

/* container for every menu rollover image */
#menuItem {
    display:inline;
    float:left;
}

/*
    div class that holds the left hand site area of the home page
    flags, weather feed members area etc
*/

.leftHand {
    width:169px;
    vertical-align: top;
    float:left;
}

/*
    div class that holds the right hand site area of the home page
*/
.rightHand {
    margin-left:179px;
    vertical-align:top;
}

/* this table contains flags and weather feed */
.t1 {
    background-attachment: scroll;
	background-image: url(../images/b3.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
    width: 100%;
    height: 75px;
    padding:0px;
    margin:0px;
    border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FF9933;

}

/* language flags area */
.t1 td.langSymbols {
    text-align:left;
    vertival-align: top;
    height: 43px;
    padding-top: 0px;
    padding-left: 6px;
    padding-bottom: 14px;
}

/* weather feed area */
.t1 td.weatherFeed {
    font-size:10pt;
    font-weight:bold;
    text-align:left;
    vertival-align: middle;
    color:#000000;
    height: 32px;
    padding-top: 3px;
    padding-left: 6px;
    padding-bottom: 3px;
}

/*
    weather feed link effects
    when it is not possible to get the weather info
    a link will be displayed instead
*/
.t1 td.weatherFeed a:link, a:visited, a:active {
    font-size:10px;
    font-weight: bold;
    color: #2E4854;
    text-decoration: underlined;
}

.t1 td.weatherFeed a:hover {
    font-size:10px;
    font-weight: bold;
    color: #FF0000;
    text-decoration: underlined;
}

.t1a {
    width: 100%;
    padding:0px;
    margin:0px;
    border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FF9933;
}

.t1a td.forecastLink {
    background-color: #FDD24F;
    padding-left: 8px;
    padding-bottom: 1px;
}

#forecast:link, #forecast:visited, #forecast:active {
    font-size:8pt;
    font-weight: bold;
    color: #FF0000;
    text-decoration: underlined;
}

#forecast:hover {
    font-size:8pt;
    font-weight: bold;
    color: #2E4854;
    text-decoration: underlined;
}

.t1a td.localTime {
    font-size:8pt;
    font-weight:bold;
    padding-top: 3px;
    text-align: left;
    color:#FF0000;
    background-color: #FDD24F;
    padding-left: 8px;
    padding-bottom: 5px;
}

#localtime {
    font-size:8pt;
    font-weight:bold;
    color:#000000;
    display: inline;
}

/* this table contains the members area login form */
.t2 {
    width: 100%;
    padding:0px;
    margin:0px;
    border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #FF9933;
	border-bottom-color: #FF9933;
}

/* header */
.t2 td.header {
    font-size: 10pt;
    font-weight: bold;
    font-variant: small-caps;
    color:#FFFFFF;
    background-color: #FF9933;
    text-align: center;
    padding-top:3px;
    padding-bottom:3px;
}

/* spacer */
.t2 td.spacer {
    height: 10px;
}

/* area to display the label of the field of the login form */
.t2 td.label {
    font-size: 8pt;
    font-weight: bold;
    font-variant: small-caps;
    color:#000000;
    text-align: right;
    padding-top:3px;
    padding-bottom:3px;
    padding-right:4px;
}

/* area to display the form field of the login form */
.t2 td.field {
    text-align:left;
    vertical-align:middle;
    padding-top:3px;
    padding-bottom:3px;
    padding-right:4px;
}

/* area to display login button of the login form */
.t2 td.button {
    text-align:right;
    vertical-align:middle;
    padding-top:3px;
    padding-bottom:3px;
    padding-right:7px;
}


/* basic form elements */
.fButton {
    font-size: 9pt;
	font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #FF9933;
	border: 1px solid #ffffff;
    margin: 4px;
	padding: 0px;
}

.fTextBox {
    font-size: 8pt;
	font-weight: bold;
    color: #FF9933;
    background-color: #FFFFFF;
	border: 1px solid #FF9933;
    margin: 0px;
	padding: 0px;
    width: 81px;
}

.fPassBox {
    font-size: 8pt;
	font-weight: bold;
    color: #FF9933;
    background-color: #FFFFFF;
	border: 1px solid #FF9933;
    margin: 0px;
	padding: 0px;
    width: 81px;
}

/*
   this table includes everything
   after the login form on the home page
   i.e. the 'useful tools' section
*/

.t3 {
    width: 100%;
    padding:0px;
    margin:0px;
}

.t3 td.header {
    font-size: 8pt;
    font-weight: bold;
    font-variant: small-caps;
    color:#2E4854;
    text-align:left;
    padding-left:7px;
    padding-top:3px;
    padding-bottom:3px;
}

.t3 td.header1 {
    font-size: 8pt;
    font-weight: bold;
    font-variant: small-caps;
    color:#2E4854;
    text-align:center;
    padding-top:3px;
    padding-bottom:3px;
}

.t3 td.list {
    padding-left:7px;
    padding-top:3px;
    padding-bottom:3px;
}

.t3 td.logo {
    padding-top:3px;
    padding-bottom:3px;
    text-align: center;
}

.textItem {
    font-size: 8pt;
    font-weight: normal;
    color:#2E4854;
    text-align: left;
    padding-left:11px;
    padding-top:0px;
    padding-bottom:0px;
    display:block;
}

.linkItem {
    text-align: left;
    padding-left:11px;
    padding-top:0px;
    padding-bottom:0px;
    display:block;
}

.linkItem a:link, a:visited, a:active {
    font-size:10px;
    font-weight: bold;
    color: #2E4854;
    text-decoration: underline;
}

.linkItem a:hover {
    font-size:10px;
    font-weight: bold;
    color: #FF9933;
    text-decoration: underline;
}


/*
    this table includes all the portal boxes
    of the home page
*/
.mainBlock {
    width: 695px;
    height: 100%;
    padding:0px;
    margin:0px;
}

/* area to hold the flash movie of the home page */
.flash {
    text-align:center;
    vertical-align: top;
}

/* first column of the portal */
.pcol1 {
    font-size: 8pt;
    width:27%;
    height:100%;
    text-align:left;
    vertical-align:top;
    padding: 7px 7px 7px 0px;
}

/* second column of the portal */
.pcol2 {
    font-size: 8pt;
    width:44%;
    height:100%;
    text-align:left;
    vertical-align:top;
    padding: 7px 0px 7px 0px;
}

/* third column of the portal */
.pcol3 {
    font-size: 8pt;
    width:27%;
    height:100%;
    text-align:left;
    vertical-align:top;
    padding: 7px 0px 7px 7px;
}

/* copyright area for every page */
.copyRight {
    font-size:8pt;
    font-weight: normal;
    color:#2E4854; 
    height:48pt;
    text-align:right;
    vertical-align:bottom;
    padding: 0px 0px 14px 0px;
}

/* this defines a box of the portal */
.secMenu {
    width: 100%;
    padding:0px;
    margin-bottom:10px;
}

.secMenu td.header {
    text-align:justify;
    vertical-align:top;
    background-color: #B8C5D7;
    font-size:11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
    padding-top:2px;
    padding-right:4px;
    padding-bottom:2px;
    padding-left:4px;
}

#headerlink:link, #headerlink:visited, #headerlink:active {
	font-size:11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
}

#headerlink:hover {
	font-size:11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #2E4854;
	text-decoration: underline;
}

.secMenu td.item {
    font-size:10px;
    font-weight: normal;
    text-align:left;
    vertical-align:top;
    background-color: #ECF2F5;
    padding-top:3px;
    padding-right:8px;
    padding-bottom:3px;
    padding-left:8px;
}

.secMenu td.item img {
    float: left;
    margin-top:4px;
    margin-right:4px;
    margin-bottom:4px;
    margin-left:0px;
}

.secMenu td.item2 {
    font-size:10px;
    font-weight: normal;
    text-align:left;
    vertical-align:top;
    background-color: #ECF2F5;
    padding-top:3px;
    padding-right:8px;
    padding-bottom:3px;
    padding-left:8px;
}

.secMenu td.item1 {
    font-size:10px;
    font-weight: normal;
    text-align:right;
    vertical-align:top;
    background-color: #ECF2F5;
    padding-top:3px;
    padding-right:8px;
    padding-bottom:3px;
    padding-left:8px;
}


#itemlink:link, #itemlink:visited, #itemlink:active {
    font-size:10px;
    font-weight: bold;
    color: #2E4854;
    text-decoration: none;
}

#itemlink:hover {
    font-size:10px;
    font-weight: bold;
    color: #FF9933;
    text-decoration: underline;
}

#nitemlink:link, #nitemlink1:visited, #nitemlink:active {
    font-size:10px;
    font-weight: bold;
    color: #2E4854;
    text-decoration: underline;
}

#nitemlink:hover {
    font-size:10px;
    font-weight: bold;
    color: #FF9933;
    text-decoration: underline;
}

/* Container for the accommodation finder page */
.ACBlock {
    width: 578px;
    height: 100%;
    padding:0px;
    margin:18px 0px 0px 0px;
}

.ACBlock td.sectionHeader {
    font-size:8pt;
    font-weight: bold;
    color:#2E4854;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
    padding:5px 0px 5px 0px;
}

.ACBlock td.divider {
    width:100%;
    height:29px;
    background-attachment: scroll;
	background-image: url(../images/up.gif);
	background-repeat: no-repeat;
	background-position: middle left;
}

.ACBlock td.pageTitle {
    font-size:10pt;
    font-weight: bold;
    color:#2E4854;
    text-align: left;
    vertical-align: top;
    padding:7px 0px 7px 0px;
}

.ACBlock td.instruct {
    font-size:8pt;
    font-weight: normal;
    color:#2E4854;
    text-align: justify;
    vertical-align: top;
    padding:5px 0px 5px 0px;
}

.ACBlock td.formArea {
    text-align: center;
    vertical-align: top;
}

/* Accomondation finder form */
.ACForm {
    width: 65%;
    padding:0px;
    margin:10px 10px 10px 10px;
    background-color: #FFEBC2;
    border: 1px solid #ff9933;
}

.ACForm td.label {
    font-size:8pt;
    font-weight: normal;
    color:#2E4854;
    text-align: right;
    vertical-align: middle;
    padding-right:5px;
}

.ACForm td.nav {
    text-align: center;
    vertical-align: middle;
}

.ACForm td.field {
    text-align: left;
    vertical-align: middle;
    padding-left:5px;
}

/*
    form element definitions for the
    accomodation finder form
*/
.ACButton {
    font-size: 9pt;
	font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #FF9933;
	border: 1px solid #2E4854;
    margin: 0px;
	padding: 0px;
}

.ACTextBox {
    font-size: 8pt;
	font-weight: bold;
    color: #FF9933;
    background-color: #FFFFFF;
	border: 1px solid #FF9933;
    margin: 0px;
	padding: 0px;
}

.ACSelectList {
    font-size: 8pt;
	font-weight: bold;
    color: #FF9933;
    background-color: #FFFFFF;
	border: 1px solid #FF9933;
    margin: 0px;
	padding: 0px;
    width:165px;
}

/* accomondation finder results page */
.ACResults {
    width: 578px;
    height: 100%;
    padding:0px;
    margin:18px 0px 0px 0px;
}

.ACResults td.sectionHeader {
    font-size:8pt;
    font-weight: bold;
    color:#2E4854;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
    padding:5px 0px 5px 0px;
}

.ACResults td.divider {
    width:100%;
    height:29px;
    background-attachment: scroll;
	background-image: url(../images/up.gif);
	background-repeat: no-repeat;
	background-position: middle left;
}

.ACResults td.pageTitle {
    font-size:10pt;
    font-weight: bold;
    color:#2E4854;
    text-align: left;
    vertical-align: top;
    padding:7px 0px 7px 0px;
}

.ACResults td.resultHeader1 {
    font-size:8pt;
    font-weight: normal;
    color:#2E4854;
    text-align: left;
    vertical-align: top;
    padding:3px 3px 3px 3px;
    background-color: #FFEBC2;
    border-top: 1px solid #ff9933;
}

.ACResults td.resultHeader2 {
    font-size:8pt;
    font-weight: normal;
    color:#2E4854;
    text-align: right;
    vertical-align: top;
    padding:3px 3px 3px 3px;
    background-color: #FFEBC2;
    border-top: 1px solid #ff9933;
}

.ACResults td.resultFooter1 {
    font-size:8pt;
    font-weight: normal;
    color:#2E4854;
    text-align: left;
    vertical-align: top;
    padding:3px 3px 3px 3px;
    background-color: #FFEBC2;
    border-bottom: 1px solid #ff9933;
}

.ACResults td.resultFooter2 {
    font-size:8pt;
    font-weight: normal;
    color:#2E4854;
    text-align: right;
    vertical-align: top;
    padding:3px 3px 3px 3px;
    background-color: #FFEBC2;
    border-bottom: 1px solid #ff9933;
}

.ACResults td.resultItem {
    width:90%;
    text-align: left;
    vertical-align: top;
    padding-top:10px;
    padding-left:10px;
}

.resultItemBlock {
    width:100%
    padding:0px;
    margin-bottom:10px;
}

.resultItemBlock td.header {
    font-size:8pt;
    font-weight: normal;
    text-align:left;
}

.resultItemBlock td.data {
    font-size:8pt;
    font-weight: normal;
    text-align:left;
}

#searchnav:link, #searchnav:visited, #searchnav:active {
	font-size:8pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #2E4854;
	text-decoration: underline;
}

#searchnav:hover {
	font-size:8pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF9933;
	text-decoration: underline;
}

#current {
    font-size:8pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF9933;
}

/********************************************************
    THESE STYLE SHEETS DEFINITIONS ARE APPLICABLE FOR
    ALL THE NORMAL PAGES
*********************************************************/
/*
    container for the left hand navigation for a normal page
*/

.leftHandNav {
    width:175px;
    vertical-align: top;
    float:left;
    clear:right

}

/*
    container for the right hand area for a normal page
*/
.rightHandContent {
    margin:0px 0px 0px 185px;
    text-align:center;
    vertical-align:top;
    padding:0px;
}

/* Navigation box for a normal page */
.navMenu {
    width:100%;
    margin-top:10px;
    margin-left:10px;
}

.navMenu td.header {
    font-size: 8pt;
    font-weight: bold;
    font-variant:small-caps;
    color: #FFFFFF;
    background-color:#B8C5D7;
    padding:4px 0px 4px 4px;
}

.navMenu td.navrow {
    text-align:left;
    background-color:#ECF2F5;
    padding:4px 0px 4px 4px;
}

.navEntry {
    padding:0px;
    margin:0px;
}

.navEntry td.level1 {
    test-align:right;
    padding-left:4px;
    padding-right:2px;
}

.navEntry td.level2 {
    test-align:right;
    padding-left:8px;
    padding-right:2px;
}

.navEntry td.level3 {
    test-align:right;
    padding-left:12px;
    padding-right:2px;
}

.navEntry td.menuOption {
    test-align:left;
    padding-left:2px;
}

.navEntry td.selectedOption {
    font-size:10px;
	font-weight: bold;
	color: #FF9933;
    test-align:left;
    padding-left:2px;
}

#navlink:link, #navlink:visited, #navlink:active {
	font-size:10px;
	font-weight: bold;
	color: #2E4854;
	text-decoration: none;
}

#navlink:hover {
	font-size:10px;
	font-weight: bold;
	color: #FF9933;
	text-decoration: underline;
}

/* main content area of a normal page */

.mainContentBlock {
    width: 680px;
    height: 100%;
    padding:0px;
    margin:10px 0px 0px 0px;
    
}

.mainContentBlock td.sectionHeader {
    font-size:8pt;
    font-weight: bold;
    color:#2E4854;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
    padding:0px 0px 5px 0px;
}

.mainContentBlock td.divider {
    width:100%;
    height:29px;
    background-attachment: scroll;
	background-image: url(../images/up_all.gif);
	background-repeat: no-repeat;
	background-position: middle left;
}

.mainContentBlock td.pageTitle {
    font-size:12pt;
    font-weight: bold;
    color:#2E4854;
    text-align: left;
    vertical-align: top;
    padding:7px 0px 7px 0px;
}

.mainContentBlock td.text {
    font-size:9pt;
    font-weight: normal;
    color:#2E4854;
    text-align:justify;
    vertical-align: top;
    padding:5px 0px 10px 0px;
}


.mainContentBlock td.textCenter {
    font-size:9pt;
    font-weight: normal;
    color:#2E4854;
    text-align:center;
    vertical-align: top;
    padding:5px 0px 10px 0px;
}

.mainContentBlock td.newsList {
    text-align:center;
    vertical-align: top;
    padding:5px 0px 10px 0px;
}

.mainContentBlock td.text a:link, a:visited, a:active {
    font-size:9pt;
    font-weight: bold;
    color: #2E4854;
    text-decoration: underline;
}

.mainContentBlock td.text a:hover {
    font-size:8pt;
    font-weight: bold;
    color: #FF9933;
    text-decoration: underline;
}

.mainContentBlock td.hBoxBlock {
    width:335px;
    text-align: justify;
    vertical-align: top;
    background-color:#ECF2F5;
}

.mainContentBlock td.hBoxBlockSmall {
    width:220px;
    text-align: justify;
    vertical-align: top;
    background-color:#ECF2F5;
}

.mainContentBlock td.verticalDivider {
    width:10px;
}

.mainContentBlock td.horizontalDivider {
    height:7px;
}

/* these defs are for displaying news items */
.newsItem {
    width: 90%;
    padding: 0px 0px 0px 0px;
    margin:10px;
}

.newsItem td.header {
    font-size: 8pt;
    font-weight: bold;
    color: #2E4854;
    text-align: left;
    vertical-align: top;
    padding:0px 0px 0px 4px;
}

.newsItem td.data {
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    color: #2E4854;
    padding:10px 0px 0px 15px;
}

.newsItem td.data img {
    float: left;
    margin-top:0px;
    margin-right:7px;
    margin-bottom:4px;
    margin-left:0px;
}

#newslink:link, #newslink:visited, #newslink:active {
    font-size:8pt;
    font-weight: bold;
    color: #2E4854;
    text-decoration: underline;
}

#newslink:hover {
    font-size:8pt;
    font-weight: bold;
    color: #FF9933;
    text-decoration: underline;
}

/* This table is for the tour op list */

.topTable {
    width:90%;
    padding:0px;
    margin:0px;
    border: 1px solid #2E4854;
}

.topTable tr.header {
    background-color:#B8C5D7;
}

.topTable tr.oddrow {
    background-color:#ffffff;
}

.topTable tr.evenrow {
    background-color:#ECF2F5;
}

.topTable td.label {
    font-size: 9pt;
    font-weight: bold;
    font-variant:small-caps;
    text-align:left;
    color: #2E4854;
    padding:3px 3px 3px 3px;
}

.topTable td.topName {
    font-size: 9pt;
    font-weight: normal;
    text-align:left;
    color: #2E4854;
    padding:3px 3px 3px 3px;
}

.topTable td.topURL {
    text-align:left;
    padding:3px 3px 3px 3px;
}

.topTable td.topURL a:link, a:visited, a:active {
    font-size:9pt;
    font-weight: bold;
    color: #2E4854;
    text-decoration: underline;
}

.topTable td.topURL a:hover {
    font-size:9pt;
    font-weight: bold;
    color: #FF9933;
    text-decoration: underline;
}


/* Highlight Box that goes on pages */
.hBox {
    width:100%;
    padding:0px;
    margin:0px;
}

.hBox td.header {
    font-size: 8pt;
    font-weight: bold;
    font-variant:small-caps;
    color: #2E4854;
    background-color:#B8C5D7;
    padding:4px 0px 4px 4px;
}

.hBox td.mainBodyJustify {
    font-size: 8pt;
    font-weight: normal;
    text-align: justify;
    color: #2E4854;
    padding:5px 5px 5px 5px;
}

.hBox td.mainBodyLeft {
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    color: #2E4854;
    padding:5px 5px 5px 5px;
}

.hBox td.mainBodyRight {
    font-size: 8pt;
    font-weight: normal;
    text-align: right;
    color: #2E4854;
    padding:5px 5px 5px 5px;
}

.hBox td.mainBodyCenter {
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
    vertical-align:top;
    color: #2E4854;
    padding:5px 5px 5px 5px;
}

.hBox td.mainBodyJustify a:link, a:visited, a:active {
    font-size:8pt;
    font-weight: bold;
    color: #2E4854;
    text-decoration: underline;
}

.hBox td.mainBodyJustify a:hover {
    font-size:8pt;
    font-weight: bold;
    color: #FF9933;
    text-decoration: underline;
}

.hBox td.mainBodyCenter a:link, a:visited, a:active {
    font-size:8pt;
    font-weight: bold;
    color: #2E4854;
    text-decoration: underline;
}

.hBox td.mainBodyCenter a:hover {
    font-size:8pt;
    font-weight: bold;
    color: #FF9933;
    text-decoration: underline;
}

.hBoxInner {
    width:90%;
    padding:0px;
    margin:0px 0px 0px 15px;
}

.hBoxInner td {
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    vertical-align:middle;
    color: #2E4854;
    padding:2px 2px 2px 2px;
}

.hBoxSmall {
    width:100%;
    padding:0px;
    margin:0px;
}

.hBoxSmall td.header {
    font-size: 8pt;
    font-weight: bold;
    font-variant:small-caps;
    text-align: center;
    color: #2E4854;
    background-color:#B8C5D7;
    padding:4px 0px 4px 4px;
}

.hBoxSmall td.mBodyJustify {
    font-size: 8pt;
    font-weight: normal;
    text-align: justify;
    color: #2E4854;
    padding:5px 5px 5px 5px;
}

.hBoxSmall td.mBodyLeft {
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    color: #2E4854;
    padding:5px 5px 5px 5px;
}

.hBoxSmall td.mBodyRight {
    font-size: 8pt;
    font-weight: normal;
    text-align: right;
    color: #2E4854;
    padding:5px 5px 5px 5px;
}

.hBoxSmall td.mBodyCenter {
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
    vertical-align:top;
    color: #2E4854;
    padding:5px 5px 5px 5px;
}

.hBoxSmall td.mBodyJustify a:link, a:visited, a:active {
    font-size:8pt;
    font-weight: bold;
    color: #2E4854;
    text-decoration: underline;
}

.hBoxSmall td.mBodyJustify a:hover {
    font-size:8pt;
    font-weight: bold;
    color: #FF9933;
    text-decoration: underline;
}

/* These definitions allow the placement of images within text */

/* text floats to the left of the image */
div.imageRight {
    float:right;
    vertical-align: top;
    padding:0px 0px 0px 10px;
}

/* text floats to the right of the image */
div.imageLeft {
    float:left;
    vertical-align: top;
    padding:0px 10px 0px 0px;
}

/*
    this tag displays a caption under the image
    Must be placed within the above divs
*/
span.caption {
    font-size:7pt;
    color:#2E4854;
    text-align:right;
    padding:0px 2px 0px 2px;
    background-color:#ECF2F5;
    margin:0px;
    display:block;
}
