/* CSS Document */#body {	text-align: right;	margin: 0 0;	margin-top: 50px;	margin-left: 20px;	margin-right: 30px;	font-family: Arial, Helvetica, sans-serif;	font-size: 9px;	line-height: 15px;	color: #808080;	}.caps {	font-size: 11px;	line-height: 14px;	color: #808080;	text-transform: uppercase;	}a:link {	color: #000000;	text-decoration: none;	}a:visited {	color: #000000;	text-decoration: none;	}a:hover {	color: #CC9900;	text-decoration: none;	}a:active {	color: #000000;	text-decoration: none;	}
