html {
	overflow-y: scroll;
}


body {
	margin: 0 0 0 0;
	background-color: #FFFFFF;
}

html, body {
	height: 99.9%;
}

html, body, table, div, span, textarea, input, ul, ol, h3 {
	font-family: Arial;
	font-size: 16px;
}

h1 {
	font-family: Arial;
	font-size: 28px;
}

h2 {
	font-family: Arial;
	font-size: 19px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #1761AB;
	text-decoration: none;
}

.layout {
	border-collapse: collapse;
	width: 965px;
}

.layout td{
	border: 0px #000 solid;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
