a:hover{
	text-decoration: underline;
}

a img{
	border: none;
	vertical-align: middle;
}

.b{
	font-weight: bold;
}

.i{
	font-style: italic;
}

.u{
	text-decoration: underline;
}

input, select{
	font-family: Arial, Verdana, sans-serif;
}
.justify{
	text-align: justify;
}
div.center{
	text-align: center;
	display: block;
	margin: 0 auto;
}
table.center{
	text-align: center;
	margin: 0 auto;
}
tr.center, td.center{
	text-align: center;
}

.center table{
	margin: 0 auto;
}

.left{
	text-align: left;
	float: left;
}
.right{
	text-align: right;
	float: right;
}
.top{
	vertical-align: top;
}
.middle{
	vertical-align: middle;
}
.bottom{
	vertical-align: bottom;
}

td.left, td.right{
	float: none;
}

div{
	overflow: hidden;
}

table{
	font-size: 11px;
}
