.portal_deco
{
	width: 544px;
	height: 192px;
}

.portal_head
{
	background-image: url(/eads/sys/pix/content/portal_deco.gif);
	background-repeat: no-repeat;
	background-color: #CEDDEC;
	color: #000000;
	margin: 0px;
	padding: 0px;
	padding-left: 80px;
	padding-top: 5px;
	padding-bottom: 16px;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	border-bottom: 2px solid #97B7D7;
}

.portal_link
{
	background-color: #E7EFF6;
	color: #575757;
	font-size: 11px;
	padding: 4px;
	text-decoration: none;
}

.portal_link a:hover
{
	text-decoration: underline;
}

.portal_link a
{
	color: #575757;
	font-size: 11px;
	text-decoration: none;
}

.portal_table
{
	border-bottom: 1px solid #97B7D7;
}


