@charset "utf-8";
/* CSS Document */

body {
	background-image: url('PNG/background.gif'); 
	background-repeat: repeat-y; 
	background-position: top center;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #666666;
}
a:hover.text1 {color:#006600;}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	text-decoration:none;
	color: #333333;
}
a:hover.text2 {color:#006600;}	
.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
    font-weight: bold;
	text-decoration:none;
	color: #666666;
}
a:hover.text3 {color:#006600;}

.email_mod_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
    font-weight: bold;
	text-decoration:none;
	color: #666666;
}
a:hover.email_mod_text {color:#006600;}

.releases img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
}
.releases:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.header_releases img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
.header_releases:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
}


.div_scrollbar	{
	scrollbar-base-color: #F7FECA;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #F7FECA;

	scrollbar-shadow-color: #F7FECA;
	scrollbar-lightshadow-color: #F7FECA; 
	scrollbar-darkshadow-color: #F7FECA;

	scrollbar-highlight-color: #F7FECA;
	scrollbar-3dlight-color: #F7FECA;
}

.footer_text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
}
.footer_text1 a 	{
	color:white;
	text-decoration:none;
	font-weight:bold;
	}
.footer_text1 a:hover {
	text-decoration:underline;
	}
