what do i need to change here so that the background color of the Recent news, top story and big story changes to #00586C
/* News module definitions */
td.newsTitle {border-right: #cccccc 1px; border-top: #cccccc 1px; border-left: #cccccc 1px; color: #666666; border-bottom: #cccccc 1px dashed; background-color: transparent;}
td.newsPoster {padding: 3px; border-right: #e0e0e0 1px solid; border-top: #e0e0e0 1px solid; border-left: #e0e0e0 1px solid; color: #666666; border-bottom: #e0e0e0 1px solid; background-color: #f6f6f6;}
td.newsPoster a:link {color: #666666; text-decoration: none; font-weight: bold; background-color: transparent;}
td.newsPoster a:visited {color: #666666; text-decoration: none; font-weight: bold; background-color: transparent;}
td.newsPoster a:hover {color: #999999; text-decoration: underline; font-weight: bold; background-color: transparent;}
td.commentsNav {padding: 3px; border-right: #e0e0e0 1px solid; border-top: #e0e0e0 1px solid; border-left: #e0e0e0 1px solid; color: #666666; border-bottom: #e0e0e0 1px solid; background-color: #f6f6f6;}
span.textPoster {color: #999999; background-color: transparent;}
td.newsMisc {background-color: #f6f6f6; border: 1px #e0e0e0 dashed; padding: 10px; text-align: center;}
td.newsContent {padding-right: 5px; padding-left: 5px; padding-bottom: 5px; padding-top: 0px; font-size: 11px; background-color: transparent; color: #000000;}
table.comments {background-color: #ffffff; color: #000000; border: 2px #2F5376 solid;}
td.commentsHead {padding: 2px; color: #ffffff; background-color: #2F5376;}
td.sCommentFoot {padding: 3px; border-bottom: #2F5376 1px solid; background-color: #c2cdd6;}
.sCommentHead {border-right: #e0e0e0 1px solid; border-left: #e0e0e0 1px solid; color: #666666; border-bottom: #e0e0e0 1px solid; background-color: #f6f6f6;}
td.sCommentThread {color: #000000; border-bottom: #2F5376 1px solid; text-align: left; background-color: #dee3e7;}
td.sCommentRank {border-top: #2F5376 1px solid; border-right: 1px #CCCCCC solid; border-bottom: #2F5376 1px solid; padding: 10px; text-align: left; background-color: #dee3e7; color: #000000;}
td.sCommentText {padding-right: 5px; padding-left: 5px; padding-bottom: 5px; padding-top: 0px; font-size: 11px; background-color: #F5F5F5; border-top: #2F5376 1px solid; border-bottom: #2F5376 1px solid; color: #000000;}
can some one help me out