html, body, form, div {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
}

body {
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
	font: 11px Tahoma, Arial, Verdana, sans-serif;
	background-color: #FFFFFF;
	color: #4F4F4F;
}
table {
	font-size:100%;
	background-color: transparent;
}
tr {
	background-color: transparent;
}
td, div {
	font: 11px Tahoma, Arial, Verdana, sans-serif;
	background-color: transparent;
	vertical-align: top;
	color: #4F4F4F;
}
h1 {
	font-size:140%;
	font-weight: bold;
}

h2, h3 {
	font-size:120%;
	font-weight: bold;
}

h4, h5, h6 {
	font-size:110%;
	font-weight: bold;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #4F4F4F;
}
a:hover {
	text-decoration: underline;
}
small {
	font-size:85%;
}
hr {
	width:100%;
	height: 1px;
	color: #4E4E4E;
}
.main {
	width: 650px;
	padding: 0 10px 20px 20px;
	position: relative;
	clear: both;
}
#m1 {
	position: relative;
	float: left;
}
#m2 {
	position: relative;
	float: left;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	width: 350px;
	padding-top: 10px;
}

