BODY, 
TD { 
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				70%;
	color:					#000000;
	background-color:		#FFFFFF;
}

.title {
	font-size:				15px;
	font-weight:			bold;
	color:					#006699;
}

.clsBorder1{
	border:					1px solid #B5CDE6;
}

.TotalsBdr {
	font-size:				10px;
	font-weight:			bold;
	border-bottom:			1px solid #999999;
}

TD.titlesmall {
	color:					#FFFFFF;
}

TD.boldText {
	font-size:				80%;
	font-weight:			bold;
	color:					#FFFFFF;
}

TD.boldTotal {
	font-size:				120%;
	font-weight:			bold;
	color:					#FFFFFF;
}

.imgTableAlign {
	margin:					-2px 0px 0px -2px;
}

#blink {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	color:					#000000;
}

#blink A:active {
	color:					#000000;
}

A:link { 
	text-decoration:		none;
}

A:visited { 
	text-decoration:		none;
}

A:active { 
	color:					yellow; 
	text-decoration:		none;
}

A:hover { 
	color:					red; 
	text-decoration:		underline;
}