A:link {
	text-decoration: none;
	color:#000000;
}
A:visited {text-decoration: none}
A:active {
	text-decoration: none;
	color:#000000;
}
A:hover {text-decoration: none}

.GrayTableLeftBorder{
	border: solid 0 #cfcfcf; 	
	border-left-width:1px;		
}

.GrayTableRighttBorder{
	border: solid 0px #cfcfcf; 
	border-right-width:1px;
}


.GrayTableLeftTopCorner{
	background-image:url(../portal-images/rounded_corner1.png);
	border-width:0px;	
	height:30px;
	width:11px;
}

.GrayTableRightTopCorner{
	background-image:url(../portal-images/rounded_corner2.png);
	border-width:0px;	
	height:30px;
	width:11px;	
}

.GrayTableLeftBottomCorner{
	background-image:url(../portal-images/rounded_corner3.png);
	border-width:0px;
	height:8px;
	width:6px;
}

.GrayTableRightBottomCorner{
	background-image:url(../portal-images/rounded_corner3.png);
	border-width:0px;
	height:8px;
	width:6px;
}


.GrayTableMiddleTop{
	background-image:url(../portal-images/backgroundtop.png);
}

.GrayTableMiddleBottom{
	background-image:url(../portal-images/backgroundbottom.png);
}

.explainText{		
	line-height:160%;
	font-size:.75em;
	font-family:Verdana;	
	font-weight:500;
}

