body {
	background: #FFFFFF;
	font-family: Georgia,Times,Times New Roman,Palatino,Verdana,Tahoma,Arial,Helvetica,serif;
	color: gray;
	}
	
A {
	color: #6B9CCE;
	text-decoration:none;
	}
	
A:visited {
	color: #6B9CCE;
	text-decoration:none;
	}

A:hover {
	color: #72A4E1;
	text-decoration:underline;
	}
	
img {
	margin: 6px 6px 6px 6px;
	padding: 6px 6px 20px 6px;
	border-top: 1px dotted #999;
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
	border-left: 1px dotted #999;
	}

td {
	font-family: Tahoma,Verdana,Arial,Helvetica,Geneva,serif;
	font-size: 10px;
	color: gray;
	}
