@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #414141;
}

/* global reset */
fieldset { border: 0; padding: 0; margin: 0; }
h1, h2, h3, h4, h5, p, ul, li { padding: 0; margin: 0; }

@font-face {
	font-family: 'BVV';
	src: url('bvv-font.eot');
	src: local('☺'), url('bvv-font.woff') format('woff'), url('bvv-font.ttf') format('truetype'), url('bvv-font.svg#webfontOMnd1Doz') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* chrome font fix */
body { -webkit-animation-duration: 0.1s; -webkit-animation-name: fontfix; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear; -webkit-animation-delay: 0.1s; }
@-webkit-keyframes fontfix { from { opacity: 1; } to { opacity: 1; } }

/* wysiwyg reset */	
font {
	font-family: inherit !important; 
	color: inherit !important;
	font-size: inherit !important;
}

/* ************* COMMON ************* */

.left	{text-align: left;}
.center	{text-align: center;}
.right	{text-align: right;}
.clr	{
	clear: both;
	margin-top: -1px;
	position: relative;
	padding: 0;
	height: 0;
	border: none;
	overflow:hidden;
	visibility: hidden;
	line-height: 0;
	}
.clear {clear: both;}


sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
	}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
	}

.none 		{ display: none;}
.bold       { font-weight: bold; }
.italic     { font-style: italic; }
.nopadding  { padding: 0; }
.noindent   { margin-left: 0; padding-left: 0; }
.nobullet   { list-style: none; list-style-image: none; }
.small		{ font-size: 0.9em; }
.hide		{ visibility: hidden; }

.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}

legend		{ position: relative; padding: 0; margin: 0; }
legend span	{ position: absolute; top: 0; left: 0; }

ul { list-style: none; }

.floatright {
	float: right;
	margin: 0 0 10px 10px;
}

.rgt {float: right;}
.lft {float: left;}

img.lft {margin: 0 15px 15px 0;}
img.rgt {margin: 0 0 7px 15px;}

.error {color: #c00; font-weight: bold;}
.error a {color: #b90000; font-weight: bold; text-decoration: underline; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }