/*******************************
Stylesheet Document
*******************************/
*
body{	
	font-family: Arial, sans-serif;
	font-size:12px;
	text-align: right;
	background-color:#ffffff;
}

a {
	color: #082769;
	font-weight: bold;
	text-decoration:none;
}

a:visited {
	color: #082769;
	font-weight: bold;
	text-decoration:none;
}


a:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration:underline;
}