@font-face {
    font-family: 'bcfont';
    src: url('fonts/bcfont.eot');
    src: url('fonts/bcfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bcfont.woff') format('woff'),
         url('fonts/bcfont.ttf') format('truetype'),
         url('fonts/bcfont.svg#bcfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,span,ul,li,h3 { 
	margin:0;
	padding:0;
}
html,body {
	background-color: #FFFFFFF;
	margin:0;
	padding:0;
}

ul {
	list-style:none;
}

h3 {
	font-size:100%;
	font-weight:normal;
}



