/*  2010-10-16   ddsp   Added a tags for hidden text */
body {
	font-size: 12pt; 
	font-family: Arial, SansSerif;  
	margin: 0px; 
	}

/* Used for DIV hide and show */	
.infoTextHide { display:none;
    visibility:hidden;
	}
	
.infoTextShow { display:block;
	visibility:visible;
	}

#banner {
   text-align:center;
}	

#action {
   text-align:center;
   }



a.topText {
    font-size: 12pt;
    font-weight: bold;
	font-family : Arial, SansSerif;
    color: #DDDDDD;
    }

#topText, #topText:active, #topText:link, 
          #topText:visited, #topText:hover {
	color: #DDDDDD;
	text-decoration: none;
	}
	
#imagearea {
  margin:auto;
  text-align:center;	
  }
#mainImage {
  height:470px;
  }
#copyrightarea {
  margin:auto;
  text-align:center;	
  }  
#nojavascript {
  margin:auto;
  text-align:center;	
  }  
#nojsp {
  margin:auto;
  text-align:center;	
  }  
    
#bottomText {
  margin:auto;
  text-align:center;
  }  
.mainText {  
  margin:auto;
  width:600px;
  text-align:justify;
  }

/* ahide is used to hide internal (and external) links in hidden text */
.ahide, .ahide:active, .ahide:link, .ahide:visited, .ahide:hover {
   color: black;
	text-decoration: none;
	}

/* H3 is used in copyright notice */ 
h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	font-family : Arial, SansSerif;
	}


