@charset "TIS-620";
/* CSS Document */
/*Mater style sheet for Global*/
/*Imported style sheets*/
@import url("default.css");
@import url("txt.css");
@import url("form.css");
@import url("decorate.css");
.textarea {
	padding:20px 0px 0 30px;
}
a.homelink:active{
	text-decoration:none;
	color : #A5A5A5;
}
a.homelink:link{
	text-decoration:none;
	color : #A5A5A5;
}
a.homelink:visited{
	text-decoration:none;
	color : #A5A5A5;
}
a.homelink:hover{
	text-decoration:none;
	color : #BDBDBD;
}
.layoutMainCopy {
	display:block;
    width:1000px;
}
.layoutMainCopyRight {
    display:block;
    float:right;
    text-align:right;
    width:1000px;
}
* html .png{
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "../images/shared/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
html, body.Home{
	scrollbar-arrow-color: #A5A5A5;
	scrollbar-3dlight-color: #DBDBDB;
	scrollbar-highlight-color: #FEFEFE;
	scrollbar-face-color: #E1E1E1;
	scrollbar-shadow-color: #D0D0D0;
	scrollbar-track-color: #F5F5F5;
	scrollbar-darkshadow-color: #F5F5F5;
	background-image:url(../images/shared/bg_Top.gif);
	background-repeat:repeat-x;
	background-position: top;
    background-color:#000;
    margin:0 auto;
	text-align:-moz-center;
    !text-align:center;

}