/* CSS Document */

body
{
  background-image:url(../../_img/shared/body_bg.jpg);
  background-repeat:repeat-x;
  background-color:#79B188;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}

p, ul, ol {
	color:#636562;
	line-height:1.6em;
	padding-bottom:5px;
	}
	
a {color:#B03341; text-decoration:none;}
a:hover {color:#FC1068;}
a img {border:none;}
input, select {
	font-size:11px;
}
img { border:none;}

h1 {
	font-size:15px;
	font-weight:bold;
}

h2 {
    clear:both;
	font-size:14px;
	font-weight:bold;
	color:#863735;
	margin:25px 0px 10px 0px;
	padding-bottom:10px;
	background-image:url(../../_img/shared/underline_03.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

h3 {
	font-size:13px;
	font-weight:bold;
	color:#30768d;
	margin:20px 0px 5px 0px;
	padding-bottom:8px;
	background-image:url(../../_img/shared/underline_02.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
}

h4{
	color:#069;
	font-weight:normal;
	font-size:12px
	}

table h2, table h3 {margin-top:0px;}

#wrapper
{
  width:748px;
  margin:10px auto 0px auto;
  padding:6px;
  background-color:white;
}

#wrapper_footer
{
  clear:both;
  height:28px;
  padding:0px 10px 0px 21px;
  background-color:#CEE5ED;
  overflow:hidden;
  color:#30768F;
}

#wrapper_footer p {margin-top:8px;}
#wrapper_footer p a {color:#30768F;}
#wrapper_footer p a:hover {color:#82AEBE;}
#wrapper_footer p.toplink {float:right;}

#fraynework_enabled {  
  width:748px;
  margin:10px auto 0px auto;
  text-align:right;
}  

div.pod {float:left; position:relative;}
div.pod img.header {position:absolute; top:0px;}
div.pod img.footer {position:absolute; bottom:-1px;}

a.drilldown
{
  color:#434B56;
  font-weight:bold;
  text-decoration:none;
  background-image:url(../../_img/shared/bullet_arrow_01.gif);
  background-repeat:no-repeat;
  padding-left:8px;
}

a.drilldown:hover {color:#8C8C8C;}

img.icon {float:left;}

div.dr {
  height: 5px;
  background: url(../../_img/shared/underline_04.gif) repeat-x scroll center;
	padding:10px;
}
div.dr hr {
  display: none;
}

div.dr_dot {
  height: 5px;
  background: url(../../_img/shared/underline_02.gif) repeat-x scroll center;
	padding:10px;
}
div.dr_dot hr {
  display: none;
}

ol.footnotelist {
	border-left: 1px solid #aaaaaa;
	color:#aaaaaa;
	font-size:10px;
	}

.footnotelink {
	vertical-align: super;
	font-size:9px;
}
