
/*
table.box {
    width: 900px;
}
*/
table.box a {
    color: #fff;
}
table.box a:hover {
    color: #fff;
}
table.box .flash {
    width: 446px;
    /*
    background-color: #e4e4cc;
    color: #a09e8f;
    background-image: url(bg_flashbox.jpg);
    background-repeat: no-repeat;
    */
    height: 290px;
    color: #666;
    vertical-align: top;
    /*
    border: 4px solid #bbb;
    */
}
table.box .headerbox {
    /*
    background-color: #e0e0e0;
    background-color: #f0f;
    */
    width: 245px;
    vertical-align: top;
    /*
    border: 4px solid #00f;
    padding: 5px 10px;
    */
}
table.box .headlines {
    background-image: url(images/bg_menu.jpg);
    background-repeat: repeat-x;
    background-color: #2a2a2a;
    background-position: top;
	height: 24px;
	color: #ffffff;
	padding: 5px 10px;
}
table.box .newsbox {
    width: 245px;
    vertical-align: top;
    background-color: #fff;
    /*background-color: #e0e0e0;*/
    font-weight: normal;
    /*
    border: 1px solid #ccc;
    border: 4px solid #f00;
    border: 1px solid #f0f;
    */
    padding: 0px 1px;
}
table.box .newsbox a,
table.box .newsbox a:link,
table.box .newsbox a:active,
table.box .newsbox a:visited {
    color: #fff;
    font-weight: normal;
}
table.box .newsbox a:hover{
    text-decoration: underline;
    font-weight: normal;
    background: none;
    color: #f00;
}
table.box .headlines a,
table.box .headlines a:link,
table.box .headlines a:active,
table.box .headlines a:visited {
    padding: 1px 5px;
    color: #fff;
    /*font-weight: normal;*/
    text-decoration: none;
}
table.box .headlines a:hover {
    /*font-weight: normal;*/
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
table.box .newsbox ul {
    padding-left: 0px;
    margin-left: 0px;
    padding: 10px;
    background-image:url(images/bg_ul.jpg);
    background-repeat:repeat-y;
    background-position:top;
    padding-bottom: 0px;
    margin-bottom: 0px;
    list-style:none;
}
table.box .newsbox ul li {
    border-bottom: 1px dotted #666;
    padding-left: 20px;
    background-image: url(images/bullets.gif);
    background-position: 4px 9px;
    background-repeat: no-repeat;
    text-align: left;
}
table.box .newsbox ul li a:link,
table.box .newsbox ul li a:active,
table.box .newsbox ul li a:visited {
    color:#000;
    font-weight: normal;
}
table.box .newsbox ul li a:hover{
    text-decoration:underline;
    font-weight: normal;
    background:none;
    color:#000;
}
table.box .newsbox_end {
    background-image: url(images/bg_ul_end.jpg);
    background-repeat: no-repeat;
    background-position: top;
}
table.box .gap {
    width: 20px;
}
#flash_content {
	float: left;
	margin-right: 10px;
}
#siblings {
    border: 2px solid #f0f;
}
#siblings ul li {
    border: 2px solid #f0f;
}
table.box h4 {
    padding: 0 0 5px 0;
    margin: 0;
    text-align: left;
    font-weight: bold;
    line-height: 100%;
}


