@charset "utf-8";

html,body{
	width:98%;
	height:100%;
	font-family:'OpenSansRegular';
}
.red {color:rgba(195,45,48,1);}
.redbg {background: rgba(195,45,48,1); color: #F8F8F8;}
.greybg {background: rgba(0,0,0,0.1);}
.txtcenter {text-align: center;}
.txtbold {font-weight: bold;}

