	div.uedge {
	  width: 100%;
      background-color: #FFFFFF;
      background-image: url(../images/dash_icons/images/top.gif);
      background-position: top left;
      background-repeat: repeat-x;
    }
    div.redge {
      background-image: url(../images/dash_icons/images/right.gif);
      background-position: top right;
      background-repeat: repeat-y;
    }
    div.bedge {
      background-image: url(../images/dash_icons/images/bottom.gif);
      background-position: bottom left;
      background-repeat: repeat-x;
    }
    div.ledge {
      background-image: url(../images/dash_icons/images/left.gif);
      background-position: top left;
      background-repeat: repeat-y;
    }
    div.ulcorner {
      background-image: url(../images/dash_icons/images/top_left.gif);
      background-position: top left;
      background-repeat: no-repeat;
    }
    div.urcorner {
      background-image: url(../images/dash_icons/images/top_right.gif);
      background-position: top right;
      background-repeat: no-repeat;
    }
    div.blcorner {
      background-image: url(../images/dash_icons/images/bottom_left.gif);
      background-position: bottom left;
      background-repeat: no-repeat;
    }
    div.brcorner {
      background-image: url(../images/dash_icons/images/bottom_right.gif);
      background-position: bottom right;
      background-repeat: no-repeat;
      padding: 10px 17px 10px 15px;
    }
    div.innertitle {
		padding-top:5px;
		padding-left:10px;
		font-size:14px;
		font-weight:bold;
		width: 100%;
    }
	div.innercontent {
      width: 100%;
    }
	td.gray_line_dash {
		border-bottom:thin solid #CCCCCC;
	}
	
	
	table.biz a:link {
	color:#000099;
	background: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}

table.biz a:hover{
color:#0033CC; text-decoration: underline;
}

table.biz a:visited{
	color:#000099;
	font-weight: bold;
	font-size: 11px;
}

a.links:link {
	color:#000099;
	font-style: normal;
	font-weight: bold;
}
a.links:hover  {
	color:#004080;
	text-decoration: underline;
}

a.links:visited  {
	color:#000099;
	font-style: normal;
	font-weight: bold;
}

a.links1:hover  {
	color:#666666;
	text-decoration: underline;
}


.table_border {
	border: thin solid #000099;
}
.style11 {
	color: #003366
}
.style7 {	font-size: 16px;
	font-weight: bold;
}