@charset "UTF-8";
/* CSS Document */

BODY {
        PADDING: 10px 0px;
        MARGIN: 0px; 
        BACKGROUND: #000; 
        FONT-FAMILY: Verdana, sans-serif;
        FONT-SIZE: 11px; 
        COLOR: #ddd; 
        margin-bottom: 1px;
        }
TD {
        FONT-SIZE: 11px; 
        COLOR: #ddd; 
        LINE-HEIGHT: 16px; 
        background: #000;
        }
.line_full {
        background: url(images/line_g.jpg);
        height: 11px;
}
.line_right {
        background: url(images/lineRight_g.jpg);
        height: 11px;
}
p {
color: #ddd;
}
a:link, a:visited {
        color: #1BAACC; 
        text-decoration: none;
        font-weight: normal;
        }
a:hover {
        color: #fff;	
        text-decoration: none;
        font-weight: normal;
        }
.news {
        text-align: justify; 
        PADDING-BOTTOM: 10px;
        }
.side-text {
        FONT-SIZE: 11px; 
        COLOR: #5E3917; 
        LINE-HEIGHT: 16px; 
        }
H1 {
        FONT-SIZE: 18px; 
        COLOR: #f00;  
        }
H2 {
        FONT-SIZE: 16px; 
        COLOR: #f00; 
        }
H3 {
        FONT-SIZE: 14px; 
        COLOR: #f00; 
        }
H4 {
        FONT-SIZE: 12px; 
        COLOR: #f00; 
        }
.newstitle {
        FONT-WEIGHT: bold; 
        FONT-SIZE: 11px; 
        COLOR: #f00; 
        MARGIN: 0px; 
        PADDING-BOTTOM: 0px; 
        PADDING-TOP: 11px; 
        LETTER-SPACING: +3px
        }
LI {
        LIST-STYLE-IMAGE: url(mark.gif);
        }
LI.mark {
        LIST-STYLE-IMAGE: none;
        LIST-STYLE-TYPE: disc;
        list-style-position: inside;
        }
.count {
        align: right;
        }
.clr {
        clear: both;
        }
.outline {
        border: 1px solid #cccccc;
        background: #ffffff;
	padding: 2px;
        }
.maintitle {
	color: #1BAACC;
	font-size: 40px;
	padding: 10px 0px;
}
.divwrapper {
        background: #111;
        padding: 10px;
        margin-bottom: 10px;
        }
.floatcenter {
        text-align: center;
        }
