/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #7251bc;
}

body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}

body.popup{
	background-color: #fff;
}

form{
  padding: 0;
  margin: 0;
}

a:focus, a:active {
  outline: none;
}

sup{ 
    vertical-align: baseline;
    font-size: 0.8em;
    font-family: verdana;
    position: relative;
    top: -0.4em;
}

.nowrap{ white-space: nowrap; }
.remove{ display: none; }
.hide{ visibility: hidden; }
.floatLeft{ float: left; display: inline; }
.clearLeft{ clear: left;}
.clearRight{ clear: right; }
.clearBoth{ clear: both;}
.lyrRel{ position: relative; width:100%; height: 100%; }

.style2 {color: #0020A9}
.greybold {
	color: #657f8a;
	font-weight: bold;
}


.smalltext {
	font-size: 11px;
	color: #657f8a
}
.smalltext strong { font-size:11px; }
.smalltext b { font-size:11px; }
a {
	color: #7251bc;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #7251bc;
}
a:active {
	text-decoration: underline;
	color: #7251bc;
}

a.subnav {
	color: #606060;
	font-size: 11px;
	text-decoration: none;
}
a.subnav:visited {
	text-decoration: none;
}
a.subnav:hover {
	text-decoration: underline;
	color: #7251bc;
}
a.subnav:active {
	text-decoration: none;
	color: #7251bc;
}

hr{
	background-color: #CFDBE0;
	height: 1px;
	border: 0;
}

.navBG{
	background-image: url('images/nav_bg.gif');
	width: 770px;
	height:  20px;
	text-align: left;
}

.homeNavBG{
	background-image: url('images/home_nav_bg.jpg');
	width: 516px;
	height:  20px;
	text-align: right;
}

.icon {
	height: 13px;
	width: 13px;
	margin-right: 3px;
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 2px;
}
.subicon {
	margin-left: 10px;
}
.frame {
	border: 1px solid #669900;
}

.imageframe {
	border: 1px solid #333333;
	margin: 2px 5px 5px;
}
.imageemphasize {
	font-size: 9px;
	font-style: italic;
	color: #666666;
}

.imageemphasize2 {
	font-size: 9px;
	color: #666666;
}

.imageemphasize3 {
	font-size: 9px;
	color: #000;
	font-weight: bold;
}

.imageemphasizeroman {
	font-size: 10px;
	color: #666666;
	margin-left: 5px;
}

.subhead{ color:#5261ac;
	font-size:14px;
}

.line
{
	height: 1px;
	background-color: #B3E1E1;
	width: 432px;
	overflow: hidden;
}

.style6 {color: #7251BC}

.maintbl{ margin: 0 auto; }

.shadow_left{
	background: url('images/shadow_left.gif') repeat-y 0 0;
	width: 127px;
}

.shadow_right{
	background: url('images/shadow_right.gif') repeat-y 0 0;
	width: 127px;
}

.blanket_edge_left{
	background: url('images/blanket_edge_left.gif') repeat-y 0 0;
	width: 39px;
}

.blanket_edge_right{
	background: url('images/blanket_edge_right.gif') repeat-y 0 0;
	width: 39px;
}

.blanket_bottom{
	background: url('images/blanket_bottom.jpg') no-repeat 0 0;
	width: 1024px; height: 92px;
	margin: 0 auto;
	overflow: hidden;
}


.sub_blanket_bottom{
	background: url('images/sub_blanket_bottom.jpg') no-repeat 0 0;
	width: 1024px; height: 74px;
	margin: 0 auto;
	overflow: hidden;
}

.warning{
   padding: 10px;
   border: 1px solid #000;
   margin-bottom: 10px;
}

ul.ulNoIndent{
   position: relative;
   left: -22px;
}

p.isi_hdr{
   font-weight: bold;
}