A:link {
    color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline; 
	font-family: "Times Roman";
}
A:hover {
	color: #FF0000;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	font-family: "Times Roman";
	background : White;
}
A.headlinks {
    color: #AAAAFF;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none; 
	font-family: "Times Roman";
}
A.headlinks:hover{
	color: #FF0000;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	font-family: "Times Roman";
	background : Black;
}
A.bodylinks {
    color: #DDDDFF;
	font-size: 11pt;
	font: bold;
	text-decoration: none; 
	font-family: "Times Roman";
}
A.bodylinks:hover{
	color: #FF0000;
	font: bold;
	font-size: 11pt;
	text-decoration: none;
	font-family: "Times Roman";
	background : White;
}
P {
	font-size:  11pt;
	font: normal;
	font-family: "Times Roman";
	color: #FFFFFF;
	text-decoration: none;
}