@CHARSET "utf-8";

BODY {
	margin: 0;
	padding: 0;
	background: #FFF;
}

IMG {
	border: 0;
}

a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.topFrame{
	padding: 5px 10px;
}

.topFrame a{
	float: left;
}

.topFrame img{
	margin-top: 1px;
	margin-left: 5px;
}