/********************************************
	Website Global Properties
********************************************/
/*debug mode*/
div{
	/*border:1px red solid;*/
}
h1,h2,h3,h4,h5,h6,h7,h8,h9{
    font-size:12px;
    margin:0px;padding:0px;
    display:inline;
}

p,span{
    font-size:12px;
    margin:0px;
    padding:0px;
}
a{
    text-decoration:none;
	color:#000000
}
img{
	border:0px
}
/*for browser compatibility png transparent*/
img, div { 
	behavior: url(iepngfix.htc) 
}
ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
}

/*Clear HTML Form Style*/
input{color:black;border:none}
select{border:none;font-size:14px;}
select option{color:black;background:#E6E6E5;font-size:14px;}
textarea{}
form{margin:0px; padding:0px;}

/*Common Style Utilities*/
.hidden{display:none;}
.clear{clear: both}

/*Common Color Libary*/
.bg-white{background:white}
.bg-black{background:black} 
.bg-grey{background:#9DABAC}
.bg-red{background:red}
.bg-blue{background:blue}

.font-white{color:white}
.font-red{color:red}
.font-grey-dark{color:#333}
.font-grey-light{color:#ccc}

/*Load the special characters */
@font-face {
    font-family: "PALSCRI";
    src: url("../images/fonts/PALSCRI.TTF");
}
/*To do IE hack here, IE8 can not load special character*/