body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #0d1936 url(images/main_bg.jpg) repeat-x top;
}
a:link, a:visited, a:active  { color: #006699; text-decoration: none; } 
a:hover { color: #006699; text-decoration: none; }


#title {
font-size: 14px;
font-weight:bold;
color: #FFFFFF;
padding: 8px;
 text-transform: uppercase;
}
#searchsection {
font-size: 12px;
padding: 8px;
}
/* content right */
#content_right {
	padding: 12px;
}
#content_right .content_right_title{
	font-size: 12px;
	color: #1d3a7c;
	margin-bottom: 5px;
	font-weight:bold;
 }
 #content_right .content_right_text{
	font-size: 12px;
	color: #bd0771;
	line-height:100%;
	margin-bottom: 18px;
 }
  #content_right .content_right_text a:link, .content_right_text a:active, .content_right_text a:visited{
  color: #bd0771;
  text-decoration: underline;
 }
 /* end of content right */
 /* content main */
#content_main {
	padding: 10px;
}
#content_main a.link1{
padding: 3px 0 0 140px;
	font:bold 13px/18px  Arial, Helvetica, sans-serif;
margin-top: 5px;
	background:url(images/icon_download.gif) 0 0 no-repeat;
	width:380px;
	height:26px;
	display:block;
	text-decoration:none;
}
#content_main a.link1:hover{
	background:url(images/icon_downloadon.gif) 0 0 no-repeat;
	}
	#content_main ol {
line-height: 170%;
margin-left: 0;
padding-left: 1em;
}
#content_main li.span
  {
  list-style: decimal;
  margin: 0;
  padding: 0;
  }
#content_main ul {
line-height: 170%;
margin-left: 0;
padding-left: 1em;
}
#content_main li
  {
  list-style: square;
  margin: 0;
  padding: 0;
  }
#content_main .content_title{
	font-size: 18px;
	color: #000000;
	margin-bottom: 0px;
 }
 #content_main .content_title a:link, .content_title a:active, .content_title a:visited{
text-decoration: none;
 }
  #content_main .content_title a:hover{
  text-decoration: underline;
 }
 #content_main .content_date{
	font-size: 12px;
	color: #1d3a7c;
	margin-bottom: 5px;
	font-weight:bold;
 }
 #content_main .content_text p{
	font-size: 105%;
	text-align:justify;
	color: #000000;
	line-height:16px;
	margin-bottom: 5px;
 }
  #content_main .content_text a:link, .content_text a:active, .content_text a:visited{
  color: #006699;
  text-decoration: none;
 }
   #content_main .content_text a:hover{
  text-decoration: underline;
 }
 .divider { clear: both; width: 100%; height: 15px; font-size: 1px; background: url(images/content_divider.gif) center repeat-x; }
 /* end of content main */
 #titlebar a:link, #titlebar a:active, #titlebar a:visited {width:134px; height:26px; display:block; background:url(images/titlebar.gif) 0 0 no-repeat; color:#ffffff; font:14px/21px "Arial", Helvetica, sans-serif; font-weight:bold; text-align:center; text-decoration:underline; text-transform: uppercase;}
  #titlebar a:hover{color: #FFFF00;}
  
  #footer
{
	color: #FFFFFF;
	padding:3px;
	font-size: 90%;
    font-family: 'Arial', Arial, Helvetica, sans-serif;
	line-height: 12px;
}
/*Round corner table start*/
#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-top: 10px;
	width: 610px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 4px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 4px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}
/* Round corner table end */
