@charset "utf-8";
/* CSS Document */

/* text only style sheet */

body {
	/* avoid older IE font sizing issues and Opera's issue with percentages */
	font-size: 100.1%;
	font-family: verdana,sans-serif;
	height: 100%;
	min-height: 100%;
}
