html {
	height: 100%;
}
body {
	margin: 0px;
}
td {
	height: 100%;
	font-size: 75%;
	font-family: "Arial CE", "Helvetica CE", Arial, sans-serif;
	background-color: White;
}
a {
	text-decoration: none;
}
a:link, a:active, a:visited {	
	color: #3333CC;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
span.sm {
	font-size: 80%;
}

h3 {
	font-size: 110%;
	/*font-weight: normal;*/
	text-transform: uppercase;
	padding: 5px;
	border: 1px solid #33c;
	background: #e6f0f9;
	width: 300px;
}
