/* CSS Document */
.scroll {background-image: url(../shared_images/backgrounds/brown_background.jpg);
background-repeat: no-repeat; align: center;}
.gra_block {background-color: #4c4c4c;
   /* the filter attribute is recognized in
   Internet Explorer and should be a percentage */
   filter: Alpha(opacity=30);
   /* the -moz-opacity attribute is recognized by 
   Gecko browsers and should be a decimal */
   -moz-opacity: .3;
   /* opacity is the proposed CSS3 method, not
   currently supported by any browser, but possibly
   standard in the future */
   opacity: .3;
}.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
}
.maintext_cream {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-variant: normal;
	text-transform: none;
	color: #d8d6ca;
}
.maintext_gray{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
}


body {
	background-image: url(../shared_imagess/brown_square.gif); align: center; background-position:center; background-repeat:no-repeat;
}