.word {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	line-height: 150%;

}
.blue {
	font-size: 13px;
	color: #000066;
	text-decoration: none;
	line-height: 150%;

}
.red {
	font-size: 13px;
	color: #FF0000;
	line-height: 130%;
}
.yellow {
	font-size: 13px;
	color: #FFFF00;
	line-height: 150%;

}
a.blue:hover {
	color: #FF0000;
	text-decoration: none;
}
.OverBG1 {
	background-color: #FFFFFF;
}
.insideTitle {
	color: #008C8C;
	font-size: 15px;
	line-height: 150%;


}
a.insideTitle:hover {
	color: #0066FF;
	text-decoration: none;

}
.LinkGray {
	color: #666666;
	text-decoration: none;	
}
a.LinkGray:hover {
	color: #000000;
	text-decoration: none;	
}
.LinkRed {
	color: #FF0000;
	text-decoration: none;
}
a.LinkRed:hover {
	color: #FF6600;
	text-decoration: none;	
}
