a:link   { 
	color: black; 
	text-decoration: none; 
	border-bottom: 1px dotted #A0A0A0;
}
a:visited   { 
	color: black; 
	text-decoration: none; 
	border-bottom: 1px dotted #A0A0A0; 
}
a:hover  { 
	color: black; 
	text-decoration: none; 
	/* background-color: #c03; */
	border-bottom: 1px dotted #c03; 
}
a:active  { 
	color: black; 
	text-decoration: none; 
	/* background-color: #c03; */
	border-bottom: 1px dotted #c03; 
}


body,td,th {
	font-family: Georgia, Palatino, Tahoma, Times New Roman, Times, serif;
	color: #555555;
	font-size: 9pt;
	/*font-style: italic;*/
	line-height: 15px;
	letter-spacing: 1px;
	text-align:left;
	font-style: italic;
}
body {
	background-color: #FF0000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	text-align:left;
}

/* FONT CLASSES */
.title {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.lead {
	font-style: normal;
	font-weight: bold;
}
