<!--

body         { margin:0px;font-family: Arial; color:#111111; font-size: 12pt; background-color:#235f00}
.CategoryBackground { background-color: #FFFF99 }
.MainTableBackground { border:3px solid #000000; padding:0; color: #333333; background-color: #FFFFFF }
.myPhoto     { border: 1px solid #BBBBBB; padding-left: 3px; padding-right: 3px; 
               padding-top: 3px; padding-bottom: 20px; background-color: 
               #FFFFFF }
.myBorder    { border: 4px solid #DDDDDD; padding: 2px; background-color: #FFFFFF }
.myCellColour { color: #000000; background-color: #EEEEEE }
.myErrorFont { color: #CC3300; font-size: 8pt; font-weight: bold }
.myBigErrorFont { color: #CC3300; font-size: 14pt; font-weight: bold }
.cmdButton   { font-family: Arial; font-size: 10pt; color: #111111;height:30px }
.cmdButtonSmall   { font-family: Arial; font-size: 8pt; color: #111111;width:50px;height:20px }
.myQuote     { font-size: 18pt; text-align: justify; line-height: 150%; color:#333333; letter-spacing:1pt }
.mySep       { color: #C0C0C0 }
.mySmallFont { font-family: Arial; font-size: 10px; color: #333333; text-align:justify; line-height:150% }
.myArticleFont { font-family: Arial; font-size: 12px; color: #333333; text-align:justify; line-height:150% }
.myArticleHeaderFont { font-family: Arial; font-size: 12px; color: #333333; line-height:150%; font-weight:bold }
.myTableFont { font-family: Arial; font-size: 10px; color: #333333; text-align:justify; line-height:150% }
.myButton    { font-family: Arial; font-size: 10pt; color: #333333; width: 100; height: 25 }
.myTextBox   { font-family: Arial; font-size: 14pt; color: #333333; width: 100%; height: 30 }
.mySmallTextBox   { font-family: Arial; font-size: 10pt; color: #333333; width: 100; height: 25 }
.mySmallTableBox  { font-family: Arial; font-size: 8pt; color: #333333; width: 100%; height: 20 }
.myFooter    { color: #333333; font-size: 8pt; padding: 4px; 
               background: #000000 url('images/menu_bar.jpg') repeat-x left center }
.myHeaderFont { font-size: 12pt; color: #333333; font-weight: bold }
.myControlFont  { font-size: 10pt; color:#111111 }
.myButtonFont { font-size: 10pt;  }
.myMenuFont  { color: #FFCC00; font-size: 13pt; font-weight: bold }
.myMainFont  { font-size: 12pt; line-height:150%; color:#111111 }
.myFooterFont  { font-size: 8pt; color:#AAAAAA }
.myBackFont  { font-size: 8pt; color:#AAAAAA }
.mySlideFont  { font-size: 10pt; color:#FFFFFF }
.myTwitterFont  { font-size: 8pt; color:#000000}


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.footer {
	border: 3px solid #000000;
}

.text_heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
}
.text_subheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.text_body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.text_small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.text_tiny {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}

/* MAIN MENU BAR                                       */
/* MAIN-MENU ITEMS                                     */
a.mainmenu, a:visited.mainmenu
  {
  background-position: left center; display: block;
  color: #FFCC00;
  font-weight: bold;
  text-decoration: none;
  padding-left:8px; padding-right:8px; background-image:url('images/bx_mid.jpg'); background-repeat:repeat-x; background-attachment:scroll
  }

a:active.mainmenu, a:hover.mainmenu
  {
  background-position: left bottom; color: #FFCC00;
  ; padding-left:8px; padding-right:8px; background-image:url('images/bx_mid.jpg'); background-repeat:repeat-x; background-attachment:scroll 
  }

/* DROP-DOWN ITEMS                                     */
UL.dropdown
  {
  display: none;
  position: absolute;
  list-style-type: none;
  margin: 0px;
  padding: 1px; 
  border: 1px solid #666666; 
  background: #006600 url('images/fadeback.jpg') no-repeat center top;
  width: 250px; color:#FFCC00
  }

a.dropdown, a:visited.dropdown
  {
  display: block;
  color: #FFCC00;
  text-decoration: none;
  width: 250px;
  padding: 8px;
  z-index:1000
  }

a:hover.dropdown, a:active.dropdown
  {
  background-position:  
                
                
               center top; color: #FFCC00;
  background-color:#009900; background-repeat:repeat-x; background-attachment:scroll; width:234px
  }


/* CSS DROPDOWN EFFECT                                 */
td:hover.mainmenu ul.dropdown
  {
  display: block; color:#FFCC00
  }

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80)
}
 
.white_content {
    padding:16px; display: none;
    position: absolute;
    top: 40%;
    left: 25%;
    width: 50%;
    height: 50px;
    border: 2px solid #C0C0C0;
    background-color: #F3F3F3;
    z-index:1002;
    overflow: auto; font-size:8pt; text-align:center
}

.b-link {
	display:none;
}

-->