/* CSS Document */
a {text-decoration: none; }

a:link {color: #f60; }

a:visited {color: #003366; }

a:active {color: #F60;
text-decoration: underline; }

a:hover {color: #990000;
text-decoration: underline; }


.main {font-family:tahoma, sans-serif;
	   font-size:14px;
	   color:#000000;
	   text-align:center;
	   font-weight:lighter;}

.main a {text-decoration: none; }

.main a:link {color: #003366; }

.main a:visited {color: red; }

.main a:active {color: #003366;
text-decoration: underline; }

.main a:hover {color: #990000;
text-decoration: underline; }


.links   {font-family:tahoma, sans-serif;
          font-size:9px;
		  font-weight:lighter;
		  border-right: 2px #cccccc solid;
		  padding-right:2px;
		   }
		   
.content	{text-align:left;
             background:"http://www.iacrao.org/('map2.gif')";
			 background-repeat:no-repeat;
			 }

.leftcolumn  {align:right;
			  /*border-right:2px #cccccc solid*/}
.member { padding-right:2px;
          /*border-right: 2px #cccccc solid; */
		  color:#666666;
		  font-size:9px;
		  font-family:tahoma, sans-serif;
		  }
.title {align:left;
	    border-bottom:2px #cccccc solid}
		
.header  {color:#003366;
		  font-size:12px;
		  font-family:tahoma, sans-serif;
		  }
		  
.header2  {color:#990000;
		  font-size:14px;
		  font-family:tahoma, sans-serif;
		  font-weight:bold;
		  }
		  
.text    {color:#000000;
		  font-size:12px;
		  font-family:tahoma, sans-serif;
			  }
		
		
	
		  
.presentationheader{font-family: tahoma, sans-serif;
	   font-size:14px;
	   color:#000000;
	   text-align:left;
	   font-weight:bold;}
		  
.presentation {font-family: tahoma, sans-serif;
	   font-size:12px;
	   color:#000000;
	   text-align:left;
	   font-weight:lighter;}

.presentation a {text-decoration: none; }

.presentation a:link {color: #F60; }

.presentation a:visited {color: #003366; }

.presentation a:active {color: #003366;
text-decoration: underline; }

.presentation a:hover {color: #990000;
text-decoration: underline; }

.box {border:2px #FF0000 solid;	
	  font-family:arial, sans-serif;
	  font-size:14px;
	  color:#00cc00;
	  text-align:center;
	   }

.box a {text-decoration: none; }

.box a:link {color: red; }

.box a:visited {color: #990000; }

.box a:active {color: red;
text-decoration: underline; }

.box a:hover {color: red;
text-decoration: underline; }

