/*
button green: 85861c
*/

html {
height:100%
}
div.background_news { 
	background-image: url(images/background_news.gif); 
	background-position: bottom left;
	background-repeat: repeat-y;
	filter:alpha(opacity=90);  
   -moz-opacity:0.9;         
   opacity: 0.9;  
	border-style: none;
}

div.background { 
	background-image: url(images/background_big.gif); 
	background-position: bottom left;
	background-repeat: no-repeat;
	filter:alpha(opacity=90);  
   -moz-opacity:0.9;         
   opacity: 0.9;  
	border-style: none;
}

div.background_solid { 
	background-image: url(images/background_big.gif); 
	background-position: bottom left;
	background-repeat: no-repeat;
	border-style: none;
}

div.links { 
	background-image: url(images/background_links.gif); 
	background-position: bottom left;
	background-repeat: no-repeat;
	filter:alpha(opacity=90);  
   -moz-opacity:0.9;         
   opacity: 0.9;  
	border-style: none;
}

div.band { 
	background-image: url(images/background_band.gif); 
	background-position: bottom left;
	background-repeat: no-repeat;
	filter:alpha(opacity=90);  
   -moz-opacity:0.9;         
   opacity: 0.9;  
	border-style: none;
}

div.contact { 
	background-image: url(images/background_contact.gif); 
	background-position: bottom left;
	background-repeat: no-repeat;
	filter:alpha(opacity=90);  
   -moz-opacity:0.9;         
   opacity: 0.9;  
	border-style: none;
}

table.dashed{
border: 2px dashed #000000;
border-top:2px dashed #000000;
border-right:0px;
border-left:0px;

}

TD.dashed {

border-bottom: 2px dashed #000000;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	font-weight: bold;
	color: #000;
	/*background-image:  url(images/background_serape.gif);*/
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	font-weight: bold;
	color: #fff;
}
h1 {
  font-size:20px; 
  font-family:Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff; 

}

h2 {
  font-size:14px; 
  font-family:Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #fff; 
  text-shadow: black 0.3em 0.3em 0.2em 
}


a {font-family: Arial, Helvetica, sans-serifw;  font-size: 12px; font-weight: bold; color: #cc9999;text-decoration: none; }
a:link {font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #cc9999;text-decoration: none;  }
a:visited {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #cc9999; text-decoration: none; }
a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #85861c; text-decoration: none; }
a:active {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #85861c; text-decoration: none; }