body
{
	background: #FFE57F url(/img/bg.gif) center;	
}


#doc, #doc1, #doc2, #doc3, #doc4
{
	background: #FFFFFF;
	margin-bottom:0;
	border:1px solid #B5B5B5;
	border-top:0;
	padding:0;
}
div#header {
	margin: 0;
	padding: 0;
	background: white url(/img/bg_hd.jpg) bottom repeat-x;
	height: 80px;
}
#header #logo{
	background:url(/img/logo.jpg) bottom no-repeat #fff;
	width:285px;
	height:80px;
	margin:0px;
	float:left;
}
#header #logo a{
	display:block;
	width:285px;
	height:80px;
	text-indent:-9999px;
	outline:0px;
	text-decoration:none;
}
div#footer {
	margin: 0;
	margin-top:50px;
	padding: 10px;
	background: white url(/img/bg_footer.jpg) repeat-x;
	height: 86px;
	text-align:center;
	color:#333333;
	
}
h1#title{
	background:url(/img/bgtitle_orange.gif) repeat-x #FFCC00;
	text-decoration:none;
	font-size:24px;
	color:#333333;
	height:48px;
	padding-left:16px;
	padding-top:25px;
	margin:0;
	margin-bottom:10px;
}
h2{
font-size:12px;
font-weight:bold;
padding:4px;
padding-left:8px;
border-top:1px solid #F9990C;
background:#FBCB80 url(/img/bg_h2.gif) repeat-x;
margin-top:4px;

}
a:link {
	color: #2271AE;
	text-decoration: underline;
}
a:hover {
	color: #cc9900;
	text-decoration: underline;
}
a:visited {
	color: #2271AE;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}
li{
margin-top:2px;
margin-bottom:2px;

}
#sbb{
   color:#000000;
   font-family:arial,helvetica,sans-serif;
   font-weight:bold;
   height:25px;
   background-color:#F99D0D;
   border:1px solid;
   border-top-color:#FCD28F;
   border-left-color:#FCD28F;
   border-right-color:#F99D0D;
   border-bottom-color:#F99D0D;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#F99D0D',EndColorStr='#FCD28F');
  }
  
.Pages {
	text-align: center; 
	margin-bottom: 20px; 
	margin-top: 10px; 
}
.Paginator { 
	font-size: 10pt; 
	margin-left: auto; 
	margin-right: auto; 
}
.Paginator a, .pageList .currentPage { 
	padding: 2px 6px; 
	border: solid 1px #FF9900; 
	background: #FFFFFF; 
	color:#2271AE;
	text-decoration: none;
}
.Paginator a:visited { 
	padding: 2px 6px; 
	text-decoration: none; 
}
.Paginator .AtStart { 
	margin-right: 10px; 
	padding: 2px 6px;
	background: #fff; 
	color: #aaa; 
}
.Paginator .Previous { 
	margin-right: 6px; 
	padding: 2px 6px;
	border:1px solid #FF9900; 
	color:#2271AE;
	background:#FFFFFF;
	font-size:13px;
}
.Paginator .break { 
	padding: 2px 6px; border: none; 
	background: #fff; 
	text-decoration: none; 
}
.Paginator .Next { 
	margin-left: 6px; 
	padding: 2px 6px;
	border:1px solid #FF9900; 
	color:#2271AE;
	background:#FFFFFF;
	font-size:13px;
}
.Paginator .AtEnd { 
	margin-left: 10px; 
	padding: 2px 6px; 
	background: #fff; 
	color: #aaa; 
}
.Paginator .currentPage {
	padding: 2px 6px; 
	border: 1px solid transparent; 
	background: #FFFFFF; 
	color: #000000; 
	font-weight:bold;
}
.Paginator a:hover {
	color: #fff; 
	background: #FF9900; 
	border-color: #FFCC00; 
	color: #FFFFFF; 
	text-decoration: none;
}