.gray a:hover
{
	color: #4269A2;
	font-weight: bold;
	text-decoration: none;
	font-size: 11;
	background-color:FFCC99;
}
.gray a:link
{
	color: #4269A2;
	font-weight: bold;
	text-decoration: none;
	font-size: 11;	
}
.gray a:visited
{
	color: #4269A2;
	font-weight: bold;
	font-size: 11;
	text-decoration: none;
}
.border
{
	border-color:#999999;	
}
.border_left
{
	border-left: solid;
}
.border_right
{
	border-right: solid;
}
.border_bottom
{
	border-bottom: solid;
}
.border_top
{
	border-top: solid;
}
.gray
{
	color:#999999;
}