body {
	width: 520px;
	height:780px;
	margin: 10px;
	padding: 0px;	
}
html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#logo {
	visibility: hidden;
	height: 0px;
	width: 0px;
}
a, td, div, body, p {
	font-size: 12px;
	font-family: arial,helvetica,sans-serif;
	text-decoration: none;
	color: #666666;
}
a {
	color: #ff0000;
}
a:hover {
	text-decoration: underline;
}
td {
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
}
.greyStripeSmall {
	height: 7px;
	background-color: #F0F0F0;
	background-image: url(images/stripe_grey_small_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-size: 1px;
}	
