/*
Theme Name: BISC
*/

* {
	margin: 0px;
	padding: 0px;
	zoom: 1;
}
html {
	overflow-y:scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}
li {
	list-style-type: none;
	zoom: normal;
}
img {
	vertical-align: text-bottom;
	border-style: none;
}
.clearfix {zoom:1;}
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
a{
	color: #254a73;
}
a:hover{
	color: #999999;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.red{
	color: #ff0000;
}
