a {
	color:#4fafe6;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
	color:#4fafe6;
}

.table {
	width:861px; 
	margin-left:20px;
}

input, select, textarea{
border:1px solid #BBBBBB;
}

input, input.text, input.title, textarea, select
{
margin:0.5em 0;
}

input.text, input.title
{
font-size:12px
}

fieldset {
border:1px solid #CCCCCC;
margin:0 0 1.5em;
padding:1.4em;
}

legend {
color:#000000;
font-size:1.2em;
font-weight:bold;
}

input.text, input.title {
padding:5px;
width:300px;
}

label {
font-weight:bold;
}

/* Basic structure of site */

html,body {
    font-family: Arial;
    font-size: 12px;
    height:100%;
    padding:0px;
    margin:0px;
    color: #000000;
}

table.body {
    width: 780px;
    height: 100%;
    margin:0px auto 0px auto;
}

td.header_top {
    text-align:center;
    font-size: 12px;
    color: #000000;
    height: 10px;
    padding-bottom: 5px;    
}

td.header {
    height: 84px;
    background: #FFFFFF;
}

td.menu {
    height: 26px;
}  

td.outer {
    text-align:left;
    color: #000000;
    background: #FFFFFF;
    vertical-align: top;
}

table.outer{
    width: 100%;
    height: 100%;
}

td.footer {
    text-align:center;
    font-size: 10px;
    height:30px;
    color: #000000;
    border-top: 1px solid #E3E3E3;
}

/* HEADER */

/* header - top */

div.headertop_L {
    text-align: left;
    color: #AAAAAA;
    font-size: 10px;
    float: left;
    bottom: 0px;
}    

html>body div.headertop_L {
    height: 10px;
}

div.headertop_R {
    color: #AAAAAA;
    font-size: 9px;
    text-align: right;
    float: right;
}    

td.header_top h1 {
    display: inline;
    font-size: 10px;
    font-weight: normal;
}    

#header {
    width: 780px;
    position: relative;
}  

#header_L{
    float: left;
    position:relative;
    width:135px;
    height:100px;
    color: #000000;
}

#header_M {
    text-align: center;
    position:relative;
    width: 500px;
    height:100px;
    margin-left: 140px;
}   

* html #header_M {
    margin-left: 0px;
    left: 0px;
}

#header_R {
    text-align: left;
    top: 0px;
    right: 0px;
    position: absolute;
    width:250px;
    height:100px;
    color: #000000;
}

html>body #header_R {

}   

/*header - menu*/

div.menu {
   width: 780px;
   clear: both;
   background: url('../template_images/header/menu_right.jpg') repeat-x top left;
}        

table.navitem {
}

td.navitem {
    height: 26px;
}

td.navitem_button {
    width: 30%;
}


td.nav_border {
    width: 5px;
}

/*ENTRY*/

td.entry {
   font-size: 12px;
   background: #FFFFFF;
   width: 500px;
   border-left: 1px solid #E3E3E3;
   border-right: 1px solid #E3E3E3;
   padding: 0px 5px 20px 5px;
   vertical-align: top;
}

td.rhs {
    width: 135px;
    padding-left: 5px;
    vertical-align: top;
}


/*INFO*/

td.info {
   font-size: 12px;
   background: #FFFFFF;
   width: 640px;
   padding: 0px 5px 20px 5px;
   vertical-align: top;
}  

/*SIDEBAR*/

td.lhs {
    width: 135px;
    padding-right: 5px;
    vertical-align: top;
}



/* sub items */

td.lhs ul {
    list-style-image: url('../template_images/icons/arrow_sm.gif');
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 19px
}

* html td.lhs ul {
    list-style-image: url('../template_images/icons/arrow_sm.gif');
    margin: 0px 0px 10px 21px;
    padding: 0px;
}

td.lhs ul.s_nav li {
    width: 100px;
}

/* MODULE (side) BOX(S) */

div.mod_box {
    width: 133px;
    border: 1px solid #E3E3E3;
    margin: 0px 0px 5px 0px;
}

* html div.mod_box {
    width: 135px;
}

div.mod_box span {
    text-align: center;
    display: block;
    line-height: 25px;
    font-weight: bold;
    font-size: 12px;
    color: #4F4F4F;
    background: url(../template_images/mod_header.jpg) repeat-y top right;
    height: 25px;
    border-bottom: 1px solid #E3E3E3;
}    

div.mod_box div {
    padding: 3px 3px 3px 5px;
    margin: 0px
}   

div.mod_box div input.field {
    font-size: 11px;
    width: 110px;
}    

#adspace {
    padding-left:5px
}

/*footer*/

td.footer a             {color: #000000}
td.footer a:link        {color: #000000}
td.footer a:active      {color: #000000}
td.footer a:visited     {color: #000000}
td.footer a:hover       {color: #000000}

#divleft {
   text-align: left;
   float: left;
   position: relative;
   clear: left;
   padding-top: 9px;
}

#divright {
   text-align: right;
   float: right;
   position: relative;
   clear: right;
}

/* HELP */

#help {
    color: #666666;
}

#help a {
    color: #666666;
}

table.help_search {
    font-size: 12px;
    width: 100%;
    padding-bottom: 10px;
}

table.help_body {
    width: 100%;
    border-top: 1px solid #006AC;
    padding-top: 10px;
}

td.help_icon {
    text-align: left;
    width: 16px;
}

td.help_section {
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}    

td.help_question {
    font-weight: bold;
    color: #666666;
    padding: 3px 0px 3px 10px;
}    

td.help_answer {
    font-style: italic;
    color: #000000;
    padding-left: 20px;
}    

table.help_topten {
    width: 100%;
    border-top: 1px solid #E3E3E3;
    padding-top: 10px;
    margin-top: 25px;
}

td.help_topten_header {
    font-weight: bold;
    color: #000000;
}   

#filerow {}

#filerowalt {
    background: #F8F8F8;
}

/* NEWS */

div.news h5 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

div.news span {
    display: block;
    font-style: italic;
}

/* FORMS */

table.feedback {
    width: 100%;
}  

table.form_table {
   text-align: center;
   border: 1px solid #E3E3E3;
   width: 100%;
   margin: 10px auto 10px auto;
   padding-bottom: 5px;
}

td.feedback_text {
    text-align: left;
    font-size: 11px;
    color: #000000;
    vertical-align: top
}

td.form_right {
   text-align: left;
}

td.form_left {
   text-align: right;
   padding: 0px 15px 0px 5px
}

td.form_right input,textarea {
   font-size: 10px;
   color: #000000;
   width: 200px;
   border: 1px solid #E3E3E3;
   margin: 5px 0px 5px 0px;
   overflow: auto;
}   

td.form_section {
    text-align: left;
    font-weight: bold;
    color: #000000;
    padding: 10px 0px 0px 10px;
    border-bottom: 1px solid #000000;
}  

input.field {
   font-size: 10px;
   color: #000000;
   border: 1px solid #666666;
}

input.button {
   font-size: 10px;
   color: #000000;
   background: #E3E3E3;
   border: 1px solid #666666;
}

/* Sitemap */

li.sitemap {
    font-style: italic;
    color: #AAAAAA;
}  

li.sitemap a {
    font-style: normal;
    font-weight: bold;
    color: #666666;
}

/*common*/  

#location {
    text-align: left;
    color: #666666;
    height: 20px;
    padding: 0;
}    

#location a {
    color: #666666;
		font-weight:normal;
}



table           {font-size: 12px;color: #000000}
td              {font-size: 12px;color: #000000} 

div             {margin: 0px;padding: 0px}

p               {font-size: 12px;color: #000000;margin: 0px; padding: 5px 0px 4px 0px}

img             {border: 0px}    

form            {margin: 0px;padding:0px}
select          {font-size: 12px;color: #000000}
textarea        {font-size: 12px;color: #000000}
input           {font-size: 12px}

h1              {font-size: 14px;
                ;
                font-weight: bold}

h2              {font-size: 12px; 
                color:#043F87;
                font-weight: bold;
				margin-bottom: 3px;
				}

hr  {
    border-width: 0px;
    color: #DECEB4;
    background: #E3E3E3;
    height: 1px;
}

.b {
   font-weight: bold;
}

.top {
   vertical-align: top
}

.mid {
vertical-align: middle
}

.bot {
    vertical-align: bottom;
}    

.center {
    text-align: center;
    margin: 0px auto 0px auto
}

.right {
    text-align: right;
    margin: 0px 0px 0px auto;
	padding-bottom: 0px
}

.left {
    text-align: left;
    margin: 0px auto 0px 0px
}

a.s_nav               {display: block;width:127px;color: #000000;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #FFFFFF}
a.s_nav:link          {display: block;width:127px;color: #000000;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #FFFFFF}
a.s_nav:active        {display: block;width:127px;color: #000000;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #FFFFFF}
a.s_nav:visited       {display: block;width:127px;color: #000000;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #FFFFFF}
a.s_nav:hover         {display: block;width:127px;color: #000000;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #FFFFFF}

a.nav_sub_item               {color: #666666;line-height:20px}
a.nav_sub_item:link          {color: #666666;line-height:20px}
a.nav_sub_item:active        {color: #666666;line-height:20px}
a.nav_sub_item:visited       {color: #666666;line-height:20px}
a.nav_sub_item:hover         {color: #5986B2;line-height:20px;}

a.nav_sub_item_active               {color: #5986B2;font-weight: bold;line-height:20px}
a.nav_sub_item_active:link          {color: #5986B2;font-weight: bold;line-height:20px}
a.nav_sub_item_active:active        {color: #5986B2;font-weight: bold;line-height:20px}
a.nav_sub_item_active:visited       {color: #5986B2;font-weight: bold;line-height:20px}
a.nav_sub_item_active:hover         {color: #5986B2;font-weight: bold;line-height:20px}

a.s_nav_active               {display: block;width:127px;color: #2961A5;font-weight: bold;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: url(../template_images/mod_header.jpg) repeat-y top right;}
a.s_nav_active:link          {display: block;width:127px;color: #2961A5;font-weight: bold;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: url(../template_images/mod_header.jpg) repeat-y top right;}
a.s_nav_active:active        {display: block;width:127px;color: #2961A5;font-weight: bold;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: url(../template_images/mod_header.jpg) repeat-y top right;}
a.s_nav_active:visited       {display: block;width:127px;color: #2961A5;font-weight: bold;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: url(../template_images/mod_header.jpg) repeat-y top right;}
a.s_nav_active:hover         {display: block;width:127px;color: #2961A5;font-weight: bold;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: url(../template_images/mod_header.jpg) repeat-y top right;}




/* help */
div#search {
	width:861px;
	margin-bottom:20px;
	float:left;
}

div#div_search {
	float:left;
	margin-left:500px;
	_margin-left:250px;
}

input.field_search {
	width:200px;
	height:16px;
	*margin-top:-1px;
	color:#000000;
	border:1px solid #cccccc;
	padding-top:3px;
	padding-left:3px;
}

div#help_content {
    width:100%;
    margin-top:20px;
    *margin-top:15px;
		float:left;
}

div#back {
	padding-bottom:2px;
	float:left;
	width:100%;
}

div.filerow {
	width:861px;/*861px;*/
	padding:5px 0px 5px 0px;
	float:left;
}

div#filerowalt {
	width:861px;/*861px;*/
	padding:5px 0px 5px 0px;
		float:left;
}

div#filerowalt a, div#filerow a {
	font-weight:bold;
	
}

div.help_topten_holder {
	width:100%;
	margin-top:40px;
	*margin-top:20px;
		float:left;
}   

div.help_topten_holder div a {
	font-weight:bold;

}

div.help_topten_holder h2 {
	color:#ffffff;
}

div.help_topten_holder p {
	margin:0px;
}

div.help_topten_holder hr, div#search hr {
	color:#fff;
	background-color:#fff;
	height:1px;
	border-bottom:1px dotted #000;
	border-top:none;
	border-left:none;
	border-right:none;
	margin:3px 0px 3px 0px;
	*margin:0px 0px 0px 0px;
	padding:0px 0px -5px 0px;
}

div.topten_qs {
	width:100%;
		float:left;
}

div.question {
	width:861px;/*861px;*/
	padding:5px 0px 5px 0px;
	background-color:#ffffff;
	border-bottom:1px dotted #000000;
	font-weight:bold;
	float:left;
}


div.help_answer {
	width:861px;/*861px;*/
	padding:5px 0px 5px 0px;
	background-color:#ffffff;
	float:left;
}  

div.help_answer p {
	color:#5b6772;
}

/*sidebar*/
div.sub1 {
	width:190px;
	padding:5px;
	background-color:#97abbf;
	margin-bottom:1px;
}

div.sub1 a {
	color:#fff;
	font-weight:normal;
}

div.sub1 a:hover {
	text-decoration:none;
	color:#404a53;
}

div.sub2 {
	width:190px;
	padding:5px;
	border-bottom:1px dotted #000;
}

div.sub2 a {
	color:#000;
	font-weight:normal;
}

div.sub2 a:hover {
	text-decoration:none;
	color:#404a53;
}


h3 {
	margin:0px 0px 8px 0px;
	font-size:18px;
	font-weight:Normal;
}

#crumb
{
font-size:9px;
color:#999;
padding:0 0 5px 0;
}

/********Blog*******/
#contentheader 
{
float:left;
height:82px;
margin:0;
padding:30px 40px 0;
width:800px;
}

h1.blogTitle
{
color:#043F87;
font-size:30px;
font-weight:normal;
padding:0;
margin:0;
}

h2.blogHeading
{
float:left;
font-size:16px;
font-weight:bold;
margin:0;
padding:0;
width:575px;
}

h2.blogHeading1
{
font-size:20px;
font-weight:normal;
margin:0;
padding:0;
}

h6.blogSubtitle
{
font-size:12px;
font-style:italic;
font-weight:bold;
padding:0;
margin:0;
}

a.blogPostlink
{
font-weight:normal;
}

.blogSearch
{
	width:150px; height:20px; margin-right:5px; padding:2px 0px 0px 2px; border:1px solid #949494;
}

p.mostComment
{
	margin-bottom:5px; line-height:15px;
}
.floatright
{
float:right;
}

.topSpac
{
	margin-top:25px
}

.bordernon
{
	border:none
}

/*Blogs*/

/*..* Blog Done by MutuK 07-10-09 *..*/
.crumbtrail {
padding:25px 0 0 25px;
text-align:left;
width:500px;
}

#left {
float:left;
margin:0px 10px 0px 0;
padding:20px 20px 0 0px;
width:550px;
}

#right {
float:right;
margin:0px 0 0;
padding:20px 0 0 10px;
width:270px;
}

#content {
background:#FFFFFF none repeat scroll 0 0;
float:left;
margin-left:24px;
position:relative;
width:871px;
z-index:9;
}


#leftContent {float: left;width: 500px;}
#rightContent {float: right;width: 320px;margin-right: 21px;position: relative;display: inline;}
#leftContent h1{padding-bottom: 20px;}
/*#leftContent p{width: 100%;float: left;line-height: 22px;}*/
.blog {float: left;width: 580px;}
.blog img {display:inline;position: relative;}
p.blogHeading {font-size: 16px;color: #4FAFE6;font-weight: bold;padding-bottom: 10px;display: inline;position: relative;}
h2.Headingblog {font-size: 16px;color: #4FAFE6;font-weight: bold;padding-bottom: 10px; width:530px; float:left;position: relative;}
p.blogHeading a {color: #4FAFE6;}
.user_music {float: left;display: inline;position: relative;}
.userMusicSection {width: 200px; float: left; padding:5px 0 0 0;}
.userMusicSection p {margin-bottom: 5px!important; width: 100%;}
.userBlogHeading {width: 530px; padding-right:10px; padding-bottom:10px; float: left;}
.userComment {width: 30px; float: left; padding-top:10px;}
.blog_post_content {float: left; clear: both; width: 100%; padding-bottom:15px;}
.blog_post_content strong {display: inline!important; color: #000}
.blog_post_content p strong {display: inline!important; color: #000}
.blog_post_content em {font-style: italic }
.blog_post_content p em {font-style: italic }

.blog_post_content p{width: 100%;float: left;line-height: 22px;}

p.date {padding:2px 0 0 20px; margin:0;color: #626262;font-weight: bold;display: inline;position: relative; width:200px;}
.date {width:11px;float: left;background: url(../template_images/date.gif) no-repeat 0 2px;margin: 0;padding: 0;}
p.name {padding:2px 0 0 20px;  color: #b3b3af;display: inline;position: relative; width:200px;}
p.name a{font-weight:normal}

.name {width:11px;float: left;background: url(../template_images/user.gif) no-repeat 0 2px;margin: 0;padding: 0;}
p.user {float: left;  padding-left: 0px;padding-bottom: 10px;color: #b3b3af;}
.user {width:11px;height: 12px;float: left;background: url(../template_images/user.gif) no-repeat 0 2px;}
.music {width:11px;float: left;	background: url(../template_images/music.gif) no-repeat 0 2px;}
p.music {padding:2px 0 0 20px; color: #b3b3af; width:200px;}
p.music a{font-weight:normal}
a.comment {display: block;width: 40px;height: 20px;float: right;background: url(../template_images/comment.gif) no-repeat 0px 3px;text-indent: 20px;color: #999999;}
a.comment:hover {display: block;width: 40px;height: 20px;float: right;background: url(../template_images/comment_hover.gif) no-repeat 0px 3px;text-indent: 20px;color: #000000;}
p.comment {padding-left: 20px;padding-bottom: 10px;color: #000000;display: inline;position: relative;text-align: right;}
.user_comment {width: 578px;padding: 0px;float: left;margin-top: 10px;margin-left: 0px;border-bottom: 1px solid #dedede;border-right: 1px solid #dedede;border-top:1px solid #efefef;border-left:1px solid #efefef;}
.color1 {background-color: #f7f7f7;background-image: url(../template_images/comment_bg1.jpg);background-position: 0px 0px;background-repeat: no-repeat;}
.color2 {background-color: #FFFFFF;background-image: url(../template_images/comment_bg2.jpg);background-position: 0px 0px;background-repeat: no-repeat;}
.comment_date {float: left; width: 50px; height: 70px; text-align: center; padding-top: 10px; margin-right: 10px; font-size: 14px; font-weight: bold;}
.comment_date span {color: #FF0000}
.comment_content {float: left; width: 490px; margin-top: 10px; padding-bottom: 10px;}
.comment_content span {font-size: 16px; font-weight: bold;}
.comment_content span font {font-size: 11px; font-weight: normal;}
p.desc {float: left;}
p.readmore {float: left;font-weight: bold;color: #5d5d5d;padding-bottom:0px;}
p.readmore a {color: #5d5d5d;text-decoration: none;}
p.readmore a:hover {color: #5d5d5d;text-decoration: underline;}
.hrlink {clear: both;height:15px;background: url(../template_images/dot_heading.gif) repeat-x;width: 100%;margin: 0;padding: 0;}
.displaySection {float: left;width: 100%;color: #010101;font-size: 11px;margin-top: 10px;}
.displaying {float: left;width: 79%;padding-bottom: 30px;}
.displaybox {float: left;width: 21%;padding-bottom: 30px;height:30px;margin-top: -5px;}
.displaybox select {margin-bottom: -3px;}
.search_inbox {border:1px solid #CCCCCC;clear:both;color:#333333;float:left;font-size:11px;margin-bottom:5px;padding:3px;height:17px;}
.search_select {border:1px solid #CCCCCC;clear:both;color:#333333;float:left;font-size:11px;margin-bottom:5px;padding:3px;height:25px;width:150px;}
.contentlink1 {background:transparent url(../template_images/dot_heading.gif) repeat-x scroll 0 0;clear:both;margin:0;padding:10px 0;width:100%;}
.comments_count {border-bottom:1px solid #CCCCCC;display:block;float:left;font-size:12px;height:25px;width:580px;}
.comments_count2 {border-bottom:1px solid #CCCCCC;display:block;float:left;font-size:12px;height:25px;width:580px; margin-top: 10px}
.comments_count font {display:block;float:left;height:20px;width:100px;}
.pager_select {border:1px solid #CCCCCC;color:#333333;font-size:9px;height:20px;margin-bottom:5px;padding:3px;width:40px;}
.newcmt_text {border:1px solid #CCCCCC;clear:both;color:#333333;float:left;font-size:11px;margin-bottom:5px;padding:3px;height:200px;width:540px}
.newcmt_inbox {border:1px solid #CCCCCC;clear:both;color:#333333;float:left;font-size:11px;margin-bottom:5px;padding:3px;height:17px;}
#blog_search {
width:250px;
float:right
}



.contentlink1 a, .comments_count a
{
font-weight:normal;
}

.contentlink1 a:hover, .comments_count a:hover, .box a:hover
{
text-decoration:underline;
}


.box a {
display:block;
}

.btn_go
{
width:37px;
height:20px;
border:0;
cursor:pointer;
}

.search_field_wrap
{
display: block; float: left; width: 200px;
}

.search_field
{
border:1px solid #CCCCCC; width:180px; padding:5px
}

.go_button_wrap
{
width: 40px; float: left; margin-top:2px;
}

#blog_search1 {
float:right; margin-top:-115px; width:200px;
}

.searchline {position: absolute; right:64px; top:64px; width: 185px; background: transparent!important; border: 0px!important;}

.clear_button {position: absolute; right:23px; top:67px; border: 0px solid #000}

.rss_blog {height:55px;
position:absolute;
right:284px;
top:-55px;
width:125px;
z-index:1999;}

.contentlink {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../template_images/dot_heading.gif) repeat-x scroll 0 0;
clear:both;
margin:0;
padding:10px 0;
width:100%;
}

/*right blog*/
.box {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../template_images/box_m.gif) repeat-y scroll 0 0;
margin:10px 0 0 2px;
width:259px;
float:left;
}

.box_top {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../template_images/box_t.gif) no-repeat scroll 0 0;
font-size:1.2em;
height:30px;
padding:8px 0 0 14px;
width:259px;
}

strong {
color:#848484;
display:block;
font-weight:bold;
}

.box p {
padding:5px 10px 0;
}

.box a {
font-weight:normal;
}


.box_bottom {
background:transparent url(../template_images/box_b.gif) no-repeat scroll 0 0;
height:20px;
width:259px;
}



#content h1 {
background:transparent url(../template_images/dot_heading.gif) repeat-x scroll center bottom;
color:#043F87;
font-size:2.1em;
font-weight:normal;
height:35px;
width:860px;
}

.clear
{
clear:both
}

.content
{
color:#5b6772;
font-family:arial,verdana,helvetica,sans-serif;
font-size:13px;
}

.content1
{
color:#5b6772;
font-family:arial,verdana,helvetica,sans-serif;
font-size:15px;
}

.content_title
{
font-size:18px;
font-weight:bold;
color:#043F87;
}


.blueLink
{
color:#4FAFE6;
font-weight:bold;
text-decoration:none;
}

.moreLink
{
color:#4FAFE6;
font-weight:bold;
text-decoration:none;
}

.subcontTitle
{
color:#4FAFE6;
font-weight:bold;
text-decoration:none;
}



/*News Styles*/
h1.newscontenTitle
{
color:#043F87;
font-size:18px;
font-weight:bold;
padding:20px 0 10px 0;
margin:0
}

.newsContainer
{
	width:860px; float:left; 
	background:transparent url(../template_images/dot_heading.gif) repeat-x scroll center bottom;
	padding:0 0 15px 0;
}

.newsImg
{
	width:110px; float:left; padding-top:20px;
}

p.newscontent
{
	width:700px; float:left;
	color:#5B6772;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:13px;
}

span.Newsdate
{
	color:#5B6772;
	font-style:italic;
    font-weight:bold;
}

.viewAll
{
	padding:20px 0 0 0;
}


/*Pager*/
.pagerWrap
{
width:500px; float:left;
}

.tableFooter
{
	width:200px;  padding-top:8px; float:left
}


.tableFooter1
{
	width:300px; float:right; text-align:right
}