body
{
	behavior: url('/css/csshover.htc');
}
.font12px
{
	font-size: 12px;
}
.font13px
{
	font-size: 13px;
}
.font15px
{
	font-size: 15px;
}
.font18px
{
	font-size: 18px;
}
.font20px
{
	font-size: 20px;
}

p
{
	margin: 5px 0;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

img{
	border: none;
	vertical-align: middle;
}

.b{
	font-weight: bold;
}

.i{
	font-style: italic;
}

.u{
	text-decoration: underline;
}

.red
{
	color: #f00;
}
.blue
{
	color: blue;
}
.green
{
	color: green;
}


input, select{
	font-family: Arial, Verdana;
}
.justify{
	text-align: justify;
}
.center{
	text-align: center;
}
.tright{
	text-align: right;
}
.tleft{
	text-align: left;
}

.left{
	float: left;
}
.right{
	float: right;
}

.middle{
	vertical-align: middle;
}

table{
	font-size: 11px;
}

.rel
{
	position: relative;
}

form, fieldset
{
	border: none;
	margin: 0;
	padding: 0;
}

.clear
{
	display: block;
	clear: both;
}

.hidden
{
	display: none;
}

.hand
{
	cursor: pointer;
}
