@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	min-height:100%;
	/*font: normal 62.5%/150% Verdana, Tahoma, Arial, Helvetica, sans-serif;*/
	font-weight:normal;
	font-size:62.5%;
	line-height:150%;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
}

a,img,select,input,label{outline:none;}

/* legend */
legend{display:none;}
/* /legend */

/* input */
input{vertical-align:middle;}
/* /input */

/* img */
img{border: none;vertical-align: middle;}
/* /img */

/* a */
a{text-decoration:none;}
a:link{}
a:visited{}
a:hover{cursor:pointer;}
a:active{}

/* strong */
strong{font-weight: bold;}
/* /strong */

/* useful classes */
.hide{display:none;}
.show{display:block;} 

.fL{float:left !important;}
.fR{float:right !important;}
.fN{float:none !important;}

.cB{clear:both !important;}
.cL{clear:left !important;}
.cR{clear:right !important;}
.cN{clear: none !important;}

.breaker{clear:both !important;height:0 !important;background:none !important;border:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important;}

.bgN{background:none !important;}

.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}
.justify{text-align:justify;}
