/* HTML definitions */
		body {
			background-color: #ffffff;
			font-family: Tahoma,Verdana,Arial,Sans-Serif;
			font-size: 11px;
			color: #555555;
		}
		a, a:visited {
			color: #3e7291;
			text-decoration: underline;
		}
		a:hover, a:visited:hover {
			text-decoration: none;
		}
		form { /* This fixes the annoying IE "FORM tag = Line Break" bug */
			margin: 0px;
		}
		select, th, td, textarea, input {
			margin: 0px;
			font-family: Tahoma,Verdana,Arial,Sans-Serif;
			font-size: 11px;
			color: #555555;
		}

