/*----------------------------
	Structure styles  
-----------------------------*/
*{margin:0;padding:0}
html, body {width:100%;height:100%;}
body {
  background:#FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#666;
}
#main{width:850px; margin:22px auto 65px auto}
/*BEGIN Content*/
#content_top{
background:url(content_top.gif) no-repeat; 
height:10px;
width:759px;
font-size:1px;
line-height:1px;
}
#content_middle{
background:url(content_middle.gif) repeat-y; 
width:850px;
}
.content_sep{
background:url(content_sep.gif) repeat-y; 
width:850px;
height:16px;
}
#content_bottom{
background:url(content_bottom.gif) no-repeat; 
height:11px;
width:850px;
font-size:1px;
line-height:1px;
}
#content{
width:641px;
padding:0 13px 0 8px;
}
/*END Content*/
.right_top{
background:url(right_top.gif) no-repeat; 
height:30px;
width:182px;
font-size:1px;
line-height:1px;
}
.right_middle{
background:url(right_middle.gif) repeat-y; 
width:182px;
}
.right_bottom{
background:url(right_bottom.gif) no-repeat; 
height:7px;
width:182px;
font-size:1px;
line-height:1px;
}

/*BEGIN General styles*/
	/*BEGIN frames*/
	.header{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:20px; 
	}
	.label{
	height:21px; 
	padding:7px 0 0 10px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px; 
	font-weight:800; 
	line-height:14px
	}
	td.label{height:28px}
	/*END frames*/
	/*BEGIN Tables styles*/
	table{
		border:0px; /* border="0" */
		border-collapse:collapse; /* cellspacing="0" */
	}
	table td{ /* cellspadding="0" */ vertical-align:top}
	/*END Tables styles*/
	/*BEGIN Lists*/
	ul{list-style:none;}
	ul li{
		margin-bottom:4px;
		padding-left:17px;
	}
	ul.right li{
		background:url(icon_marker_2.gif) no-repeat 0 7px;	
		line-height:160%;
		margin-top:5px;
	}
	
	/*END Lists*/

	/*BEGIN text styles*/
	.para{
	line-height:140%;
	}
	a{
	color:#4775A5;
	background-color:inherit;
	text-decoration:underline
	}
	a.marker{
	display:block;
	background:url(icon_marker.gif) no-repeat 0 3px;
	height:15px;
	font-weight:bold;
	padding-left:15px;
	}
	a:visited,a:hover{color:#87AACD;}
	ul.right li a{color:#43637E}
	ul.right li a:visited,ul.right li a:hover{color:#80A0BB}
	/*END text styles*/
/*END General styles*/		
