html {
	height: 100%;
	width: 100%;
}
body {
	background-color: #FFFFFF;
	background-image: url(support/BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.text_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	line-height: 24px;
}
a {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
.text_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #003366;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
