body { 
	background-color: #ffffff; 
	font-family: Georgia, "Times New Roman";
	color: #000000 ; 
	font-weight: normal ;
	font-size: 9pt ; 
	text-align: right;
	}

a:link {	
	color: #669999;
	background-color: #ffffff;
	font-weight: bold; 
	text-decoration: none; 
	cursor: default;
	}

a:visited {
	color: #669999;
	background-color: #ffffff; 
	font-weight: bold;
	text-decoration: none; 
	cursor: default;
	}

a:hover {
	color: #99cccc;
	background-color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	}

a:active {
	color: #99cccc;
	background-color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	}

.title {
	font-weight: bold;
	text-transform: uppercase; 
	font-size: 11pt;
	}

.smalltext {
	font-size: 7pt;
	}

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	} 