body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
    -webkit-text-size-adjust: none;
}

a:link,
a:visited,

a:active {
    text-decoration: none;
    color:#FFFFFF;
}
a:hover{
    text-decoration: none;
    color:#FFFFFF;
    background: #0094FF;
}
img {
    vertical-align: middle;
    border: none;
}

a img {
    border: none;
}

.sum {
    position: relative;
}

#h {
    background: #221F72 url(top_row_background.gif);
    padding: 0;
    font-size: 85%;
}

.h-menu {
    text-align: right;
    padding: 10px 10px 10px 0;
}

.h-menu a {
    color: #fff;
    font-weight: bold;
    margin-left: 0.8em;
}

.h-logo {
	position: relative;
	vertical-align:bottom;
	height: 50px;
	margin: 0 0 3px 0;
	
    color: #fff;
    font-size: large;

	background: #221F72
}
.h-logo2 {
	position: relative;
	height: 20px;
	
	background-color: #221F72;
    color: #fff;
    font-size: smaller;
    font-style:italic;
	background-position: left top;
	background-repeat: repeat-x;
}

#h-s {
    background: #b2d281;
    padding: 6px;
    font-size: 15px;
}

#h-s a, #h-s span {
    padding: 0 5px;
    color: #325b29;
    font-weight: bold;
    word-spacing: -0.2em;
    white-space: nowrap;
    line-height: 1.8em;
}

#h-s span {
    color: #75993d;
}



table {
    border-collapse: collapse;
    width: 100%;
}

td.header {
    border-collapse: collapse;
    width: 50%;
    background: #221F72;
}

 
thead {
    display: none;
}

#stories td {
    padding: 10px 8px 10px 0;
    border-bottom: 1px solid #ddd; 
    vertical-align: middle;
    color:#FFFFFF;
    background-color: #0046AD 
}


#stories td.fly {
    padding: 10px 8px 10px 0;
    border-bottom: 1px solid #ddd; 
    vertical-align: middle;
    color:#FFFFFF;
 
    background:#0046AD url(arrow.gif) 240px 15px no-repeat;
}

#stories td:hover {
background: #0094FF;

}

#stories td.fly:hover {

background:#0094FF url(arrow.gif) 240px 15px no-repeat;

}

#stories td a span, #stories td a strong, #permalink h3 a strong {
    font-weight: bold;
    color: #888;
    font-style: italic;
}



h3 {
	margin: 0 0 6px 0;
	font-size: 20px;
	line-height: 1em;
}

h3 a {
	white-space: normal;
}

h3 a, p a, .news-detail a {
	text-decoration: none;
	color: #105CB6;
}




h4 {
	margin: 0 0 -15px 0;
	color: #666;
}

