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

/* BACKGROUND IMAGE POSITION
---------------------------------------------------------- */
.cssBgTopRepx{
	background-position: top; 
	background-repeat: repeat-x;
}
.cssBgTopLeft{
	background-position: top left; 
	background-repeat: no-repeat;
}
.cssBgTopRight{
	background-position: top right; 
	background-repeat: no-repeat;
}
.cssBgBottomLeft{
	background-position: bottom left; 
	background-repeat: no-repeat;
}
.cssBgBottomRight{
	background-position: bottom right; 
	background-repeat: no-repeat;
}
.cssBgCenter {
	background-position: center; 
	background-repeat: no-repeat;
}


/* GLOBAL: EXTRA
---------------------------------------------------------- */
.cursor {cursor: hand; cursor: pointer;}
.imgb{border: 1px solid #a2a39f;}
  
/* GLOBAL: FONT FORMAT
---------------------------------------------------------- */
.u{text-decoration: underline;}
.b{font-weight: bold;}
.upcase{text-transform: uppercase;}
.lowcase{text-transform: lowercase;}


  
 