body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	margin: 0px 0px 0px 0px; 
	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.boldwhite {
	font-size:11px;
	font-weight:bold;
	}
	
div.scroll {
	height: 80px;	
	width: 900px;	
	overflow: auto;	
	border: 0px;	
	padding: 0px;
}

div.resume {
	text-align:center;
	height: 505px;	
	width: 535px;	
	overflow: auto;	
	border: 0px;	
	padding: 0px;
}

div.wait {
	text-align:center;
	position: absolute;
	left:0px;
	top:0px;
	background-image:url(images/aubergine.gif);
	background-repeat:repeat;
	height: 100%;
	width: 100%;
}

a:link { 
	color: #ffffff;
	text-decoration: none;
	}
	
a:visited { 
	color: #ffffff;
	text-decoration: none;
	}
	
a:hover { 
	color: #ffffff;
	text-decoration:underline;
	}
	
a:active { 
	color: #ffffff;
	text-decoration: none;
	}

a.grey:link { 
	color:#666666;
	text-decoration: none;
	}
	
a.grey:visited { 
	color:#666666;
	text-decoration: none;
	}
	
a.grey:hover { 
	color:#666666;
	text-decoration:underline;
	}
	
a.grey:active { 
	color:#666666;
	text-decoration: none;
	}
