body {
	margin: 0px;
	font-family : Verdana;
	font-size : 0.9em;
	background-repeat : no-repeat;
	background-position: top right;
}

font.small {
	font-size : 0.85em;
}

div.gray {
	line-height: 20px;
	display : inline;
	font-weight : bold;
	font-size : 0.9em;
	color : #7F7F7F;
}	
span.gray {
	line-height: 20px;
	font-weight : bold;
	font-size : 0.9em;
	color : #7F7F7F;
	
}
table {
	padding: 0px;
	border: none;
}

td {
	font-family : Verdana;
	font-size: 0.9em;
}

input, textarea {
	font-family : Verdana;
}

a {
	text-decoration: none;
	color: #7264AD;
}

a:hover {
	text-decoration: none;
	color: #F2B705;
}

a.subtle {
	text-decoration: none;
	color: #504060;
}

a.small {
	font-size: 0.85em;
}