html {
	overflow-y:scroll;
	height: 100%;
}

body {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	height: 100%;
}

body,p,h1,h2,h3,h4,table,td,th,ul,ol,textarea,input {
	font-family: verdana,helvetica,arial,sans-serif;
}

table tr th {
	white-space: nowrap;
}

table tr td {
	white-space: nowrap;
}

a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
}