/* CSS Document */
img.png{
behavior: url(pngfix.htc);
}

.imgcontent{
margin: 10px;
border-style: solid;
border-color: #c9c9c9;
}
.imgdivahome{
margin: 5px;
border-style: solid;
border-color: #c9c9c9;
}
body {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	background-image: 
	url('images/bg.gif');
;
background-attachment: 
fixed
	

}
h1 { 
	font-size: 13px; 
	font-weight: bold; 
	text-align: left; 
	display:inline; 
	color: #6a005c;
	} 
	


.Copyright{
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.green {
		font-weight: bold; 
		color: #6ba53a;
	
}


	

.title {
	font-family: tahoma;
	font-weight: bold;
	font-size: 17px;
	color: #a2bd30;

	
}
a:link {
	color: #006e00;
	text-decoration: none;
}

a:visited {
  color: #006e00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #b7ca00;
}


